diff --git a/image-recipe/build-auto-installer-iso.sh b/image-recipe/build-auto-installer-iso.sh index 8caa9b4f..d3d87fd3 100755 --- a/image-recipe/build-auto-installer-iso.sh +++ b/image-recipe/build-auto-installer-iso.sh @@ -536,7 +536,7 @@ if [ -n "\$BOOT_MEDIA" ]; then echo "" echo " Press Enter to start installation, or Ctrl+C for shell..." read - sudo bash "\$BOOT_MEDIA/archipelago/auto-install.sh" + bash "\$BOOT_MEDIA/archipelago/auto-install.sh" else echo " Installer not found on boot media." echo " Checked: /run/live/medium, /run/archiso, /cdrom, /media/cdrom" @@ -2556,7 +2556,7 @@ echo " Writing ISOLINUX config..." cat > "$INSTALLER_ISO/isolinux/isolinux.cfg" <<'ISOCFG' UI menu.c32 PROMPT 0 -TIMEOUT 50 +TIMEOUT 10 MENU TITLE ARCHIPELAGO - Bitcoin Node OS MENU COLOR screen 37;40 #80ffffff #00000000 std