aboutsummaryrefslogtreecommitdiffstats
path: root/stage5
diff options
context:
space:
mode:
authorSerge Schneider <[email protected]>2018-10-17 13:56:22 +0100
committerSerge Schneider <[email protected]>2018-11-08 12:26:07 +0000
commitcbe273b8508177dc2da40739adac0ad8375c3654 (patch)
tree242950e1e6a600ac49bc4c2897b84fd69ac6184a /stage5
parent4fc1423fdff262f1ca8e5f4a0ba706b5ff35f428 (diff)
Add extra packages back and create a 4GB image
Diffstat (limited to 'stage5')
-rw-r--r--stage5/00-install-extras/00-packages13
-rw-r--r--stage5/00-install-libreoffice/00-packages-nr1
-rw-r--r--stage5/00-install-libreoffice/01-packages3
-rw-r--r--stage5/EXPORT_IMAGE4
-rw-r--r--stage5/EXPORT_NOOBS2
-rwxr-xr-xstage5/prerun.sh5
6 files changed, 28 insertions, 0 deletions
diff --git a/stage5/00-install-extras/00-packages b/stage5/00-install-extras/00-packages
new file mode 100644
index 0000000..a79d71e
--- /dev/null
+++ b/stage5/00-install-extras/00-packages
@@ -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
diff --git a/stage5/00-install-libreoffice/00-packages-nr b/stage5/00-install-libreoffice/00-packages-nr
new file mode 100644
index 0000000..0249e8e
--- /dev/null
+++ b/stage5/00-install-libreoffice/00-packages-nr
@@ -0,0 +1 @@
+libreoffice-pi
diff --git a/stage5/00-install-libreoffice/01-packages b/stage5/00-install-libreoffice/01-packages
new file mode 100644
index 0000000..5d1e076
--- /dev/null
+++ b/stage5/00-install-libreoffice/01-packages
@@ -0,0 +1,3 @@
+libreoffice-sdbc-hsqldb
+libreoffice-help-en-gb
+libreoffice-l10n-en-gb
diff --git a/stage5/EXPORT_IMAGE b/stage5/EXPORT_IMAGE
new file mode 100644
index 0000000..a81a844
--- /dev/null
+++ b/stage5/EXPORT_IMAGE
@@ -0,0 +1,4 @@
+IMG_SUFFIX="-full"
+if [ "${USE_QEMU}" = "1" ]; then
+ export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
+fi
diff --git a/stage5/EXPORT_NOOBS b/stage5/EXPORT_NOOBS
new file mode 100644
index 0000000..cb10203
--- /dev/null
+++ b/stage5/EXPORT_NOOBS
@@ -0,0 +1,2 @@
+NOOBS_NAME="Raspbian Full"
+NOOBS_DESCRIPTION="A port of Debian with desktop and recommended applications"
diff --git a/stage5/prerun.sh b/stage5/prerun.sh
new file mode 100755
index 0000000..9acd13c
--- /dev/null
+++ b/stage5/prerun.sh
@@ -0,0 +1,5 @@
+#!/bin/bash -e
+
+if [ ! -d "${ROOTFS_DIR}" ]; then
+ copy_previous
+fi