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
6fbc08cf
Commit
6fbc08cf
authored
Feb 28, 2025
by
longpanda
Browse files
Only for VirtualBox.
parent
6034b25c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
INSTALL/grub/grub.cfg
INSTALL/grub/grub.cfg
+3
-5
No files found.
INSTALL/grub/grub.cfg
View file @
6fbc08cf
...
@@ -35,12 +35,10 @@ function ventoy_debug_pause {
...
@@ -35,12 +35,10 @@ function ventoy_debug_pause {
function ventoy_max_resolution {
function ventoy_max_resolution {
#Skip this for V
M
#Skip this for V
irtualBox
smbios -t 1 -s 0x05 --set=system_product;
smbios -t 1 -s 0x05 --set=system_product;
for vtPdt in "VMware" "VirtualBox"; then
if vt_str_casebegin "$system_product" "VirtualBox"; then
if vt_str_casebegin "$system_product" "$vtPdt"; then
return
return
fi
fi
fi
vt_enum_video_mode
vt_enum_video_mode
...
...
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