Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
f7fac26c
Commit
f7fac26c
authored
Feb 23, 2022
by
longpanda
Browse files
Auto use memdisk mode for KolibriOS.iso
parent
ebae102f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
INSTALL/grub/grub.cfg
INSTALL/grub/grub.cfg
+2
-0
No files found.
INSTALL/grub/grub.cfg
View file @
f7fac26c
...
@@ -1313,6 +1313,8 @@ function iso_common_menuentry {
...
@@ -1313,6 +1313,8 @@ function iso_common_menuentry {
if [ "$grub_platform" = "pc" ]; then
if [ "$grub_platform" = "pc" ]; then
if vt_iso_vd_id_begin 1 0 "Memtest86+"; then
if vt_iso_vd_id_begin 1 0 "Memtest86+"; then
set vtMemDiskBoot=1
set vtMemDiskBoot=1
elif vt_iso_vd_id_begin 0 1 "KolibriOS"; then
set vtMemDiskBoot=1
fi
fi
fi
fi
fi
fi
...
...
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