mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-11-06 03:20:39 +00:00
16 lines
307 B
INI
16 lines
307 B
INI
menuentry Reboot --class=power_reboot {
|
|
echo -e '\n\nSystem is rebooting ... \n'
|
|
sleep 1
|
|
reboot
|
|
}
|
|
|
|
menuentry Halt --class=power_halt {
|
|
echo -e '\n\nSystem is halting ... \n'
|
|
sleep 1
|
|
halt
|
|
}
|
|
|
|
menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
|
|
echo 'Return ...'
|
|
}
|