diff --git a/bootstrap.d/15-rpi-config.sh b/bootstrap.d/15-rpi-config.sh index 2c35a7b..6278b50 100644 --- a/bootstrap.d/15-rpi-config.sh +++ b/bootstrap.d/15-rpi-config.sh @@ -117,7 +117,7 @@ fi install_readonly files/boot/config.txt "${BOOT_DIR}/config.txt" # Disable Raspberry Pi console logo -if [ "$ENABLE_SLASH" = false ] ; then +if [ "$ENABLE_SPLASH" = false ] ; then echo "disable_splash=1" >> "${BOOT_DIR}/config.txt" fi