Switch to Bookworm
This commit is contained in:
parent
ed68013abb
commit
6aca615037
2
build.sh
2
build.sh
@ -226,7 +226,7 @@ export TARGET_HOSTNAME=${TARGET_HOSTNAME:-raspberrypi}
|
|||||||
export FIRST_USER_NAME=${FIRST_USER_NAME:-pi}
|
export FIRST_USER_NAME=${FIRST_USER_NAME:-pi}
|
||||||
export FIRST_USER_PASS
|
export FIRST_USER_PASS
|
||||||
export DISABLE_FIRST_BOOT_USER_RENAME=${DISABLE_FIRST_BOOT_USER_RENAME:-0}
|
export DISABLE_FIRST_BOOT_USER_RENAME=${DISABLE_FIRST_BOOT_USER_RENAME:-0}
|
||||||
export RELEASE=${RELEASE:-bullseye} # Don't forget to update stage0/prerun.sh
|
export RELEASE=${RELEASE:-bookworm} # Don't forget to update stage0/prerun.sh
|
||||||
export WPA_ESSID
|
export WPA_ESSID
|
||||||
export WPA_PASSWORD
|
export WPA_PASSWORD
|
||||||
export WPA_COUNTRY
|
export WPA_COUNTRY
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
if [ "$RELEASE" != "bullseye" ]; then
|
if [ "$RELEASE" != "bookworm" ]; then
|
||||||
echo "WARNING: RELEASE does not match the intended option for this branch."
|
echo "WARNING: RELEASE does not match the intended option for this branch."
|
||||||
echo " Please check the relevant README.md section."
|
echo " Please check the relevant README.md section."
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user