Add a 4GB image
This commit is contained in:
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=""
|
2
stage5/EXPORT_NOOBS
Normal file
2
stage5/EXPORT_NOOBS
Normal file
@@ -0,0 +1,2 @@
|
||||
NOOBS_NAME="Raspbian with PIXEL"
|
||||
NOOBS_DESCRIPTION="A port of Debian jessie for the Raspberry Pi (full desktop version)"
|
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
|
Reference in New Issue
Block a user