]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - INSTALL/grub/power.cfg
keep up with 1.0.67 (#1464)
[Ventoy.git] / INSTALL / grub / power.cfg
1 submenu "Power" --class=debug_power --class=F5tool {
2 menuentry Reboot --class=debug_reboot --class=debug_power --class=F5tool {
3 echo -e '\n\nSystem is rebooting ... \n'
4 sleep 1
5 reboot
6 }
7
8 menuentry Halt --class=debug_halt --class=debug_power --class=F5tool {
9 echo -e '\n\nSystem is halting ... \n'
10 sleep 1
11 halt
12 }
13
14 menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
15 echo 'Return ...'
16 }
17 }