1 submenu "$VTLANG_POWER" --class=debug_power --class=F5tool {
2 menuentry "$VTLANG_POWER_REBOOT" --class=debug_reboot --class=debug_power --class=F5tool {
3 echo -e '\n\nSystem is rebooting ... \n'
8 menuentry "$VTLANG_POWER_HALT" --class=debug_halt --class=debug_power --class=F5tool {
9 echo -e '\n\nSystem is halting ... \n'
14 if [ "$grub_platform" != "pc" ]; then
15 menuentry '$VTLANG_POWER_BOOT_EFIFW' --class=debug_efisetup --class=debug_power --class=F5tool {
16 echo -e '\n\nRebooting to enter UEFI firmware setup ... \n'
22 menuentry "$VTLANG_RETURN_PREVIOUS" --class=vtoyret VTOY_RET {