mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-12-29 00:23:24 -05:00
16 lines
244 B
INI
16 lines
244 B
INI
|
menuentry Reboot {
|
||
|
echo -e '\n\nSystem is rebooting ... \n'
|
||
|
sleep 1
|
||
|
reboot
|
||
|
}
|
||
|
|
||
|
menuentry Halt {
|
||
|
echo -e '\n\nSystem is halting ... \n'
|
||
|
sleep 1
|
||
|
reboot
|
||
|
}
|
||
|
|
||
|
menuentry 'Return to menu [Esc]' VTOY_RET {
|
||
|
echo 'Return ...'
|
||
|
}
|