]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - INSTALL/plugin/ventoy/ventoy_grub.cfg
1.1.07 release
[Ventoy.git] / INSTALL / plugin / ventoy / ventoy_grub.cfg
1 menuentry "My Custom Menu" --class=custom {
2 echo 'This is custom menu ... '
3 sleep 1
4 }
5
6 submenu 'My Custom SubMenu -->' --class=customsub {
7 menuentry "My Custom Menu2" --class=custom2 {
8 echo 'This is custom menu2 ... '
9 sleep 1
10 }
11
12 menuentry '<-- Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
13 echo 'Return ...'
14 }
15 }
16
17 menuentry '<-- Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
18 echo 'Return ...'
19 }