Add a 4GB image
This commit is contained in:
parent
6c146a7bb7
commit
7360f24430
8 changed files with 9 additions and 4 deletions
|
@ -1,4 +1,2 @@
|
||||||
# Enable realtime process priority?
|
# Enable realtime process priority?
|
||||||
jackd2 jackd/tweak_rt_limits boolean true
|
jackd2 jackd/tweak_rt_limits boolean true
|
||||||
# Do you accept the Wolfram - Raspberry Pi® Bundle License Agreement?
|
|
||||||
wolfram-engine shared/accepted-wolfram-eula boolean true
|
|
||||||
|
|
|
@ -7,7 +7,6 @@ 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 x2x
|
||||||
wolfram-engine
|
|
||||||
raspberrypi-net-mods raspberrypi-ui-mods
|
raspberrypi-net-mods raspberrypi-ui-mods
|
||||||
smartsim penguinspuzzle
|
smartsim penguinspuzzle
|
||||||
python-pip python3-pip
|
python-pip python3-pip
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
IMG_SUFFIX=""
|
IMG_SUFFIX="-4GB"
|
||||||
|
|
2
stage5/00-install-mathematica/00-debconf
Normal file
2
stage5/00-install-mathematica/00-debconf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Do you accept the Wolfram - Raspberry Pi® Bundle License Agreement?
|
||||||
|
wolfram-engine shared/accepted-wolfram-eula boolean true
|
1
stage5/00-install-mathematica/00-packages
Normal file
1
stage5/00-install-mathematica/00-packages
Normal file
|
@ -0,0 +1 @@
|
||||||
|
wolfram-engine
|
1
stage5/EXPORT_IMAGE
Normal file
1
stage5/EXPORT_IMAGE
Normal file
|
@ -0,0 +1 @@
|
||||||
|
IMG_SUFFIX=""
|
4
stage5/prerun.sh
Executable file
4
stage5/prerun.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash -e
|
||||||
|
if [ ! -d ${ROOTFS_DIR} ]; then
|
||||||
|
copy_previous
|
||||||
|
fi
|
Loading…
Reference in a new issue