From 3cf7a636109eb92aa8208b766e31c8c8f49c635b Mon Sep 17 00:00:00 2001 From: Yossi Date: Wed, 5 Apr 2017 11:11:21 +0300 Subject: [PATCH] remove stages 4 & 5 --- stage4/00-install-packages/00-debconf | 2 -- stage4/00-install-packages/00-packages | 35 ----------------------- stage4/00-install-packages/00-packages-nr | 4 --- stage4/EXPORT_IMAGE | 1 - stage5/00-install-mathematica/00-debconf | 2 -- stage5/00-install-mathematica/00-packages | 1 - stage5/EXPORT_IMAGE | 1 - stage5/EXPORT_NOOBS | 2 -- stage5/prerun.sh | 4 --- 9 files changed, 52 deletions(-) delete mode 100644 stage4/00-install-packages/00-debconf delete mode 100644 stage4/00-install-packages/00-packages delete mode 100644 stage4/00-install-packages/00-packages-nr delete mode 100644 stage4/EXPORT_IMAGE delete mode 100644 stage5/00-install-mathematica/00-debconf delete mode 100644 stage5/00-install-mathematica/00-packages delete mode 100644 stage5/EXPORT_IMAGE delete mode 100644 stage5/EXPORT_NOOBS delete mode 100755 stage5/prerun.sh diff --git a/stage4/00-install-packages/00-debconf b/stage4/00-install-packages/00-debconf deleted file mode 100644 index 87932e2..0000000 --- a/stage4/00-install-packages/00-debconf +++ /dev/null @@ -1,2 +0,0 @@ -# Enable realtime process priority? -jackd2 jackd/tweak_rt_limits boolean true diff --git a/stage4/00-install-packages/00-packages b/stage4/00-install-packages/00-packages deleted file mode 100644 index 80625b6..0000000 --- a/stage4/00-install-packages/00-packages +++ /dev/null @@ -1,35 +0,0 @@ -java-common oracle-java8-jdk -libreoffice-sdbc-hsqldb -sonic-pi -python idle python3-pygame python-pygame python-tk -python3 idle3 python3-tk -python3-pgzero -python-serial python3-serial -python-picamera python3-picamera -debian-reference-en dillo x2x -raspberrypi-net-mods raspberrypi-ui-mods -smartsim penguinspuzzle -python-pip python3-pip -python3-numpy -pypy -python3-pifacecommon python3-pifacedigitalio python3-pifacedigital-scratch-handler python-pifacecommon python-pifacedigitalio -minecraft-pi python-minecraftpi -alacarte rc-gui sense-hat -claws-mail -tree -scratch nuscratch -greenfoot bluej -nodered -libgl1-mesa-dri libgles1-mesa libgles2-mesa xcompmgr -geany -piclone -pulseaudio-module-bluetooth -wiringpi pigpio python-pigpio python3-pigpio raspi-gpio python-gpiozero python3-gpiozero python3-rpi.gpio -python-spidev python3-spidev -python-twython python3-twython -python-smbus python3-smbus -python-flask python3-flask -python-picraft python3-picraft -python3-codebug-tether python3-codebug-i2c-tether -python-sense-emu python3-sense-emu sense-emu-tools python-sense-emu-doc -pprompt diff --git a/stage4/00-install-packages/00-packages-nr b/stage4/00-install-packages/00-packages-nr deleted file mode 100644 index 561403c..0000000 --- a/stage4/00-install-packages/00-packages-nr +++ /dev/null @@ -1,4 +0,0 @@ -libreoffice libreoffice-gtk -timidity -pi-package -realvnc-vnc-server realvnc-vnc-viewer diff --git a/stage4/EXPORT_IMAGE b/stage4/EXPORT_IMAGE deleted file mode 100644 index ee20363..0000000 --- a/stage4/EXPORT_IMAGE +++ /dev/null @@ -1 +0,0 @@ -IMG_SUFFIX="-4GB" diff --git a/stage5/00-install-mathematica/00-debconf b/stage5/00-install-mathematica/00-debconf deleted file mode 100644 index d9743fe..0000000 --- a/stage5/00-install-mathematica/00-debconf +++ /dev/null @@ -1,2 +0,0 @@ -# Do you accept the Wolfram - Raspberry PiĀ® Bundle License Agreement? -wolfram-engine shared/accepted-wolfram-eula boolean true diff --git a/stage5/00-install-mathematica/00-packages b/stage5/00-install-mathematica/00-packages deleted file mode 100644 index fa9ba94..0000000 --- a/stage5/00-install-mathematica/00-packages +++ /dev/null @@ -1 +0,0 @@ -wolfram-engine diff --git a/stage5/EXPORT_IMAGE b/stage5/EXPORT_IMAGE deleted file mode 100644 index 2b0f09d..0000000 --- a/stage5/EXPORT_IMAGE +++ /dev/null @@ -1 +0,0 @@ -IMG_SUFFIX="" diff --git a/stage5/EXPORT_NOOBS b/stage5/EXPORT_NOOBS deleted file mode 100644 index a7e95af..0000000 --- a/stage5/EXPORT_NOOBS +++ /dev/null @@ -1,2 +0,0 @@ -NOOBS_NAME="Raspbian with PIXEL" -NOOBS_DESCRIPTION="A port of Debian jessie for the Raspberry Pi (full desktop version)" diff --git a/stage5/prerun.sh b/stage5/prerun.sh deleted file mode 100755 index a5ea5f4..0000000 --- a/stage5/prerun.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -e -if [ ! -d ${ROOTFS_DIR} ]; then - copy_previous -fi