mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 08:21:14 +00:00
1.0.16 release
This commit is contained in:
19
INSTALL/plugin/ventoy/ventoy_grub.cfg
Normal file
19
INSTALL/plugin/ventoy/ventoy_grub.cfg
Normal file
@@ -0,0 +1,19 @@
|
||||
menuentry "My Custom Menu" --class=custom {
|
||||
echo 'This is custom menu ... '
|
||||
sleep 1
|
||||
}
|
||||
|
||||
submenu 'My Custom SubMenu -->' --class=customsub {
|
||||
menuentry "My Custom Menu2" --class=custom2 {
|
||||
echo 'This is custom menu2 ... '
|
||||
sleep 1
|
||||
}
|
||||
|
||||
menuentry '<-- Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
|
||||
echo 'Return ...'
|
||||
}
|
||||
}
|
||||
|
||||
menuentry '<-- Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
|
||||
echo 'Return ...'
|
||||
}
|
Reference in New Issue
Block a user