Add extra packages back and create a 4GB image

This commit is contained in:
Serge Schneider
2018-10-17 13:56:22 +01:00
parent 4fc1423fdf
commit cbe273b850
13 changed files with 35 additions and 15 deletions

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

View File

@@ -0,0 +1 @@
libreoffice-pi

View File

@@ -0,0 +1,3 @@
libreoffice-sdbc-hsqldb
libreoffice-help-en-gb
libreoffice-l10n-en-gb

4
stage5/EXPORT_IMAGE Normal file
View 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
View 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
View File

@@ -0,0 +1,5 @@
#!/bin/bash -e
if [ ! -d "${ROOTFS_DIR}" ]; then
copy_previous
fi