Commit 94e24e63 authored by longpanda's avatar longpanda
Browse files

Add F5 Tools ---> Power ---> Reboot to EFI setup

parent 20914350
......@@ -10,6 +10,14 @@ submenu "Power" --class=debug_power --class=F5tool {
sleep 1
halt
}
if [ "$grub_platform" != "pc" ]; then
menuentry 'Reboot to EFI setup' --class=debug_efisetup --class=debug_power --class=F5tool {
echo -e '\n\nRebooting to enter UEFI firmware setup ... \n'
sleep 1
fwsetup
}
fi
menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
echo 'Return ...'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment