Add a 4GB image
parent
6c146a7bb7
commit
7360f24430
@ -1 +1 @@
|
||||
IMG_SUFFIX=""
|
||||
IMG_SUFFIX="-4GB"
|
||||
|
@ -0,0 +1,2 @@
|
||||
# Do you accept the Wolfram - Raspberry Pi® Bundle License Agreement?
|
||||
wolfram-engine shared/accepted-wolfram-eula boolean true
|
@ -0,0 +1 @@
|
||||
wolfram-engine
|
@ -0,0 +1 @@
|
||||
IMG_SUFFIX=""
|
@ -0,0 +1,4 @@
|
||||
#!/bin/bash -e
|
||||
if [ ! -d ${ROOTFS_DIR} ]; then
|
||||
copy_previous
|
||||
fi
|
Loading…
Reference in New Issue