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

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

parent 20914350
...@@ -11,6 +11,14 @@ submenu "Power" --class=debug_power --class=F5tool { ...@@ -11,6 +11,14 @@ submenu "Power" --class=debug_power --class=F5tool {
halt 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 { menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
echo 'Return ...' 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