mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-01-02 10:33:24 -05:00
16 lines
242 B
INI
16 lines
242 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
|
|
halt
|
|
}
|
|
|
|
menuentry 'Return to menu [Esc]' VTOY_RET {
|
|
echo 'Return ...'
|
|
}
|