From f39a73bd9037a59ad43cc61019f87444d6e905cf Mon Sep 17 00:00:00 2001 From: Luigi Cruz Date: Sat, 1 Aug 2020 03:33:44 -0300 Subject: [PATCH] Fix build bash. --- builder/build.sh | 1 + builder/stage0/prerun.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/builder/build.sh b/builder/build.sh index dd005d6..3b4e44d 100755 --- a/builder/build.sh +++ b/builder/build.sh @@ -178,6 +178,7 @@ export TARGET_HOSTNAME=${TARGET_HOSTNAME:-raspberrypi} export FIRST_USER_NAME=${FIRST_USER_NAME:-pi} export FIRST_USER_PASS=${FIRST_USER_PASS:-raspberry} +export RELEASE=${RELEASE:-buster} export WPA_ESSID export WPA_PASSWORD export WPA_COUNTRY diff --git a/builder/stage0/prerun.sh b/builder/stage0/prerun.sh index 3b25783..cc29e5c 100755 --- a/builder/stage0/prerun.sh +++ b/builder/stage0/prerun.sh @@ -2,4 +2,4 @@ if [ ! -d "${ROOTFS_DIR}" ]; then bootstrap ${RELEASE} "${ROOTFS_DIR}" http://raspbian.raspberrypi.org/raspbian/ -fi +fi \ No newline at end of file