diff options
author | Serge Schneider <[email protected]> | 2018-10-09 12:32:37 +0100 |
---|---|---|
committer | Serge Schneider <[email protected]> | 2018-10-09 12:32:37 +0100 |
commit | 7b40fd11bc13d6496bb6bd1bc02f946b7e0ac7cb (patch) | |
tree | 954a17de8381dab54f0d3d062d769c6e23c11d4d /stage4 | |
parent | 59cd0a3d9c8f90c560b887b2c3497c047637502d (diff) |
Remove Mathematica2018-10-09-raspbian-stretch
Diffstat (limited to 'stage4')
-rw-r--r-- | stage4/EXPORT_IMAGE | 2 | ||||
-rw-r--r-- | stage4/EXPORT_NOOBS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/stage4/EXPORT_IMAGE b/stage4/EXPORT_IMAGE index 1f1bd4f..79ec11a 100644 --- a/stage4/EXPORT_IMAGE +++ b/stage4/EXPORT_IMAGE @@ -1,4 +1,4 @@ -IMG_SUFFIX="-4GB" +IMG_SUFFIX="" if [ "${USE_QEMU}" = "1" ]; then export IMG_SUFFIX="${IMG_SUFFIX}-qemu" fi diff --git a/stage4/EXPORT_NOOBS b/stage4/EXPORT_NOOBS new file mode 100644 index 0000000..4823501 --- /dev/null +++ b/stage4/EXPORT_NOOBS @@ -0,0 +1,2 @@ +NOOBS_NAME="Raspbian" +NOOBS_DESCRIPTION="A port of Debian Stretch for the Raspberry Pi (full desktop version)" |