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
09a6d33d
Commit
09a6d33d
authored
Oct 07, 2022
by
longpanda
Browse files
Add _VTNORMAL identifier.
parent
9852252a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_cmd.c
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_cmd.c
+5
-3
No files found.
GRUB2/MOD_SRC/grub-2.04/grub-core/ventoy/ventoy_cmd.c
View file @
09a6d33d
...
...
@@ -6025,9 +6025,11 @@ static grub_err_t ventoy_cmd_need_secondary_menu(grub_extcmd_context_t ctxt, int
return
1
;
}
if
(
ventoy_check_mode_by_name
(
args
[
0
],
"vtmemdisk"
)
||
ventoy_check_mode_by_name
(
args
[
0
],
"vtgrub2"
)
||
ventoy_check_mode_by_name
(
args
[
0
],
"vtwimboot"
))
if
(
ventoy_check_mode_by_name
(
args
[
0
],
"vtgrub2"
)
||
ventoy_check_mode_by_name
(
args
[
0
],
"vtwimboot"
)
||
ventoy_check_mode_by_name
(
args
[
0
],
"vtmemdisk"
)
||
ventoy_check_mode_by_name
(
args
[
0
],
"vtnormal"
)
)
{
return
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