Add extra packages back and create a 4GB image

This commit is contained in:
Serge Schneider
2018-11-08 12:26:07 +00:00
parent 4fc1423fdf
commit cbe273b850
13 changed files with 35 additions and 15 deletions
+13
View 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
@@ -0,0 +1 @@
libreoffice-pi
@@ -0,0 +1,3 @@
libreoffice-sdbc-hsqldb
libreoffice-help-en-gb
libreoffice-l10n-en-gb
+4
View File
@@ -0,0 +1,4 @@
IMG_SUFFIX="-full"
if [ "${USE_QEMU}" = "1" ]; then
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
fi
+2
View File
@@ -0,0 +1,2 @@
NOOBS_NAME="Raspbian Full"
NOOBS_DESCRIPTION="A port of Debian with desktop and recommended applications"
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash -e
if [ ! -d "${ROOTFS_DIR}" ]; then
copy_previous
fi