Update localboot.cfg to add exit

adds an exit entry to local boot which can hand the bood process back to the systems firmware and thereby help to boot from other devices without reboot

i tested it and it worked here in uefi and bios mode, but on some firmwares you have to do it twice cause uefi mode hands in to bios mode, but that can help to if you wish to switch to that mode and your firmware has no selection for the mode and handles one usb device as one entry...
pull/2622/head
lhpitn 7 months ago committed by GitHub
parent 39703cabb7
commit 95b29350d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -217,6 +217,11 @@ else
fi
menuentry "Exit and continue boot process" {
echo "handing back to firmware for next boot option ..."
exit
}
menuentry "$VTLANG_RETURN_PREVIOUS" --class=vtoyret VTOY_RET {
echo "Return ..."
}

Loading…
Cancel
Save