You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ventoy/INSTALL/grub/power.cfg

16 lines
307 B
INI

4 years ago
menuentry Reboot --class=power_reboot {
echo -e '\n\nSystem is rebooting ... \n'
sleep 1
reboot
}
4 years ago
menuentry Halt --class=power_halt {
echo -e '\n\nSystem is halting ... \n'
sleep 1
4 years ago
halt
}
menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
echo 'Return ...'
}