Add extra packages back and create a 4GB image
parent
4fc1423fdf
commit
cbe273b850
@ -0,0 +1,2 @@
|
||||
# Do you accept the Wolfram - Raspberry Pi® Bundle License Agreement?
|
||||
wolfram-engine shared/accepted-wolfram-eula boolean true
|
@ -1,2 +1,2 @@
|
||||
NOOBS_NAME="Raspbian Lite"
|
||||
NOOBS_DESCRIPTION="A port of Debian Stretch for the Raspberry Pi (minimal version)"
|
||||
NOOBS_DESCRIPTION="A port of Debian with no desktop environment"
|
||||
|
@ -1,4 +1,3 @@
|
||||
libreoffice-pi
|
||||
timidity
|
||||
pi-package
|
||||
realvnc-vnc-server
|
||||
|
@ -1,6 +1,4 @@
|
||||
hunspell-en-gb
|
||||
hyphen-en-gb
|
||||
libreoffice-help-en-gb
|
||||
libreoffice-l10n-en-gb
|
||||
wamerican
|
||||
wbritish
|
||||
|
@ -1,2 +1,2 @@
|
||||
NOOBS_NAME="Raspbian"
|
||||
NOOBS_DESCRIPTION="A port of Debian Stretch for the Raspberry Pi (full desktop version)"
|
||||
NOOBS_DESCRIPTION="A port of Debian with the Raspberry Pi Desktop"
|
||||
|
@ -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
|
@ -0,0 +1,4 @@
|
||||
IMG_SUFFIX="-full"
|
||||
if [ "${USE_QEMU}" = "1" ]; then
|
||||
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
|
||||
fi
|
@ -0,0 +1,2 @@
|
||||
NOOBS_NAME="Raspbian Full"
|
||||
NOOBS_DESCRIPTION="A port of Debian with desktop and recommended applications"
|
@ -0,0 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
if [ ! -d "${ROOTFS_DIR}" ]; then
|
||||
copy_previous
|
||||
fi
|
Loading…
Reference in New Issue