Merge 8e79577e45
into 9a3a10bf10
This commit is contained in:
commit
cdbf232b18
1
build.sh
1
build.sh
|
@ -165,6 +165,7 @@ export LOG_FILE="${WORK_DIR}/build.log"
|
||||||
export TARGET_HOSTNAME=${TARGET_HOSTNAME:-raspberrypi}
|
export TARGET_HOSTNAME=${TARGET_HOSTNAME:-raspberrypi}
|
||||||
|
|
||||||
export FIRST_USER_NAME=${FIRST_USER_NAME:-pi}
|
export FIRST_USER_NAME=${FIRST_USER_NAME:-pi}
|
||||||
|
FIRST_USER_PASS="$(printf "%q" "$FIRST_USER_PASS")"
|
||||||
export FIRST_USER_PASS=${FIRST_USER_PASS:-raspberry}
|
export FIRST_USER_PASS=${FIRST_USER_PASS:-raspberry}
|
||||||
export RELEASE=${RELEASE:-buster}
|
export RELEASE=${RELEASE:-buster}
|
||||||
export WPA_ESSID
|
export WPA_ESSID
|
||||||
|
|
Loading…
Reference in New Issue
Block a user