Add extra packages back and create a 4GB image
This commit is contained in:
13
stage5/00-install-extras/00-packages
Normal file
13
stage5/00-install-extras/00-packages
Normal file
@@ -0,0 +1,13 @@
|
||||
python3-thonny
|
||||
sonic-pi
|
||||
scratch nuscratch scratch2
|
||||
smartsim
|
||||
|
||||
minecraft-pi python-minecraftpi
|
||||
python-sense-emu sense-emu-tools python-sense-emu-doc
|
||||
|
||||
wolfram-engine
|
||||
claws-mail
|
||||
greenfoot bluej
|
||||
nodered
|
||||
realvnc-vnc-viewer
|
1
stage5/00-install-libreoffice/00-packages-nr
Normal file
1
stage5/00-install-libreoffice/00-packages-nr
Normal file
@@ -0,0 +1 @@
|
||||
libreoffice-pi
|
3
stage5/00-install-libreoffice/01-packages
Normal file
3
stage5/00-install-libreoffice/01-packages
Normal file
@@ -0,0 +1,3 @@
|
||||
libreoffice-sdbc-hsqldb
|
||||
libreoffice-help-en-gb
|
||||
libreoffice-l10n-en-gb
|
4
stage5/EXPORT_IMAGE
Normal file
4
stage5/EXPORT_IMAGE
Normal file
@@ -0,0 +1,4 @@
|
||||
IMG_SUFFIX="-full"
|
||||
if [ "${USE_QEMU}" = "1" ]; then
|
||||
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
|
||||
fi
|
2
stage5/EXPORT_NOOBS
Normal file
2
stage5/EXPORT_NOOBS
Normal file
@@ -0,0 +1,2 @@
|
||||
NOOBS_NAME="Raspbian Full"
|
||||
NOOBS_DESCRIPTION="A port of Debian with desktop and recommended applications"
|
5
stage5/prerun.sh
Executable file
5
stage5/prerun.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
if [ ! -d "${ROOTFS_DIR}" ]; then
|
||||
copy_previous
|
||||
fi
|
Reference in New Issue
Block a user