Add a 4GB image

This commit is contained in:
Serge Schneider
2017-04-03 16:01:13 +01:00
parent 6c146a7bb7
commit 7360f24430
8 changed files with 9 additions and 4 deletions
+2
View File
@@ -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
+1
View File
@@ -0,0 +1 @@
IMG_SUFFIX=""
+2
View 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
View File
@@ -0,0 +1,4 @@
#!/bin/bash -e
if [ ! -d ${ROOTFS_DIR} ]; then
copy_previous
fi