From 6b3074566819c9cb49a8c5cb7b42a13ea30ef4f5 Mon Sep 17 00:00:00 2001 From: Fayaaz Date: Sun, 26 Jul 2020 23:02:23 +0100 Subject: [PATCH] Remove NOOBS envs --- build.sh | 2 -- stage2/EXPORT_NOOBS | 2 -- {stage2 => stage3}/EXPORT_IMAGE | 0 3 files changed, 4 deletions(-) delete mode 100644 stage2/EXPORT_NOOBS rename {stage2 => stage3}/EXPORT_IMAGE (100%) 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