]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - INSTALL/grub/power.cfg
1. Add a new feature to directly boot wim files
[Ventoy.git] / INSTALL / grub / power.cfg
1 menuentry Reboot {
2 echo -e '\n\nSystem is rebooting ... \n'
3 sleep 1
4 reboot
5 }
6
7 menuentry Halt {
8 echo -e '\n\nSystem is halting ... \n'
9 sleep 1
10 reboot
11 }
12
13 menuentry 'Return to menu [Esc]' VTOY_RET {
14 echo 'Return ...'
15 }