Skip to content

Commit

Permalink
For 1.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
ventoy committed Feb 8, 2021
1 parent c82e429 commit 3541735
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions INSTALL/grub/debug.cfg
Expand Up @@ -175,6 +175,15 @@ submenu 'Check plugin json configuration (ventoy.json)' --class=debug_json {
unset pager
}

menuentry 'Check custom boot plugin configuration' --class=debug_custom_boot {
set pager=1
vt_check_plugin_json $vt_plugin_path custom_boot $vtoy_iso_part

echo -e "\npress ENTER to exit ..."
read vtInputKey
unset pager
}

menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
echo 'Return ...'
}
Expand Down
2 changes: 1 addition & 1 deletion INSTALL/grub/grub.cfg
Expand Up @@ -1546,7 +1546,7 @@ function img_unsupport_menuentry {
#############################################################
#############################################################
set VENTOY_VERSION="1.0.34"
set VENTOY_VERSION="1.0.35"
#ACPI not compatible with Window7/8, so disable by default
set VTOY_PARAM_NO_ACPI=1
Expand Down

0 comments on commit 3541735

Please sign in to comment.