Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
35417357
Commit
35417357
authored
Feb 08, 2021
by
longpanda
Browse files
For 1.0.35
parent
c82e4296
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
INSTALL/grub/debug.cfg
INSTALL/grub/debug.cfg
+9
-0
INSTALL/grub/grub.cfg
INSTALL/grub/grub.cfg
+1
-1
No files found.
INSTALL/grub/debug.cfg
View file @
35417357
...
@@ -175,6 +175,15 @@ submenu 'Check plugin json configuration (ventoy.json)' --class=debug_json {
...
@@ -175,6 +175,15 @@ submenu 'Check plugin json configuration (ventoy.json)' --class=debug_json {
unset pager
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 {
menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
echo 'Return ...'
echo 'Return ...'
}
}
...
...
INSTALL/grub/grub.cfg
View file @
35417357
...
@@ -1546,7 +1546,7 @@ function img_unsupport_menuentry {
...
@@ -1546,7 +1546,7 @@ function img_unsupport_menuentry {
#############################################################
#############################################################
#############################################################
#############################################################
set VENTOY_VERSION="1.0.3
4
"
set VENTOY_VERSION="1.0.3
5
"
#ACPI not compatible with Window7/8, so disable by default
#ACPI not compatible with Window7/8, so disable by default
set VTOY_PARAM_NO_ACPI=1
set VTOY_PARAM_NO_ACPI=1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment