Add extra packages back and create a 4GB image

pull/227/head
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

@ -1,4 +1,6 @@
UNRELEASED: UNRELEASED:
* Add all extra packages back - Mathematica, BlueJ, Greenfoot, NodeRED, Claws Mail and VNC Viewer
2018-10-09:
* In startup wizard, assign keyboard to country as per Debian installer recommendations * In startup wizard, assign keyboard to country as per Debian installer recommendations
* In startup wizard, add option to use US keyboard in preference to country-specific option * In startup wizard, add option to use US keyboard in preference to country-specific option
* In startup wizard, show IP address on first page * In startup wizard, show IP address on first page
@ -19,7 +21,6 @@ UNRELEASED:
* Add ability to prevent software update changing configuration files, by creating ~/.config/.lock file * Add ability to prevent software update changing configuration files, by creating ~/.config/.lock file
* Various other small bug fixes, tweaks and changes to text * Various other small bug fixes, tweaks and changes to text
* Make dhcpcd work with 3G devices * Make dhcpcd work with 3G devices
* Set default timezone to 'Europe/London'
* Add hw acceleration to ffmpeg * Add hw acceleration to ffmpeg
* Improved WiFi-BT coexistence parameters * Improved WiFi-BT coexistence parameters
* Run fake-hwclock before systemd-fsck-root * Run fake-hwclock before systemd-fsck-root

View File

@ -0,0 +1,2 @@
# Do you accept the Wolfram - Raspberry Pi® Bundle License Agreement?
wolfram-engine shared/accepted-wolfram-eula boolean true

View File

@ -1,2 +1,2 @@
NOOBS_NAME="Raspbian Lite" 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"

View File

@ -1,21 +1,16 @@
java-common oracle-java8-jdk java-common oracle-java8-jdk
libreoffice-sdbc-hsqldb
sonic-pi
python idle python3-pygame python-pygame python-tk python idle python3-pygame python-pygame python-tk
python3 idle3 python3-tk python3 idle3 python3-tk
python3-pgzero python3-pgzero
python-serial python3-serial python-serial python3-serial
python-picamera python3-picamera python-picamera python3-picamera
debian-reference-en dillo x2x debian-reference-en dillo
raspberrypi-net-mods raspberrypi-ui-mods raspberrypi-net-mods raspberrypi-ui-mods
smartsim
python-pip python3-pip python-pip python3-pip
python3-numpy python3-numpy
pypy pypy
minecraft-pi python-minecraftpi
alacarte rc-gui sense-hat alacarte rc-gui sense-hat
tree tree
scratch nuscratch
libgl1-mesa-dri libgles1-mesa libgles2-mesa xcompmgr libgl1-mesa-dri libgles1-mesa libgles2-mesa xcompmgr
geany geany
piclone piclone
@ -25,10 +20,7 @@ python-twython python3-twython
python-smbus python3-smbus python-smbus python3-smbus
python-flask python3-flask python-flask python3-flask
python-picraft python3-picraft python-picraft python3-picraft
python-sense-emu python3-sense-emu sense-emu-tools python-sense-emu-doc
pprompt pprompt
scratch2
python3-thonny
piwiz piwiz
rp-prefapps rp-prefapps
libav-tools libav-tools

View File

@ -1,4 +1,3 @@
libreoffice-pi
timidity timidity
pi-package pi-package
realvnc-vnc-server realvnc-vnc-server

View File

@ -1,6 +1,4 @@
hunspell-en-gb hunspell-en-gb
hyphen-en-gb hyphen-en-gb
libreoffice-help-en-gb
libreoffice-l10n-en-gb
wamerican wamerican
wbritish wbritish

View File

@ -1,2 +1,2 @@
NOOBS_NAME="Raspbian" 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"

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