diff --git a/build.sh b/build.sh index 4ac1452..907cc3e 100755 --- a/build.sh +++ b/build.sh @@ -196,8 +196,6 @@ export PREV_STAGE_DIR export ROOTFS_DIR export PREV_ROOTFS_DIR export IMG_SUFFIX -export NOOBS_NAME -export NOOBS_DESCRIPTION export EXPORT_DIR export EXPORT_ROOTFS_DIR diff --git a/stage2/EXPORT_NOOBS b/stage2/EXPORT_NOOBS deleted file mode 100644 index 136cc77..0000000 --- a/stage2/EXPORT_NOOBS +++ /dev/null @@ -1,2 +0,0 @@ -NOOBS_NAME="Raspbian Lite" -NOOBS_DESCRIPTION="A port of Debian with no desktop environment" diff --git a/stage2/EXPORT_IMAGE b/stage3/EXPORT_IMAGE similarity index 100% rename from stage2/EXPORT_IMAGE rename to stage3/EXPORT_IMAGE