mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-01-15 16:53:19 -05:00
Add F5 Tools ---> Power ---> Reboot to EFI setup
This commit is contained in:
parent
20914350fb
commit
94e24e63c5
@ -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 ...'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user