mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-29 14:25:33 -04:00
Auto use memdisk mode for KolibriOS.iso
This commit is contained in:
parent
ebae102f41
commit
f7fac26c91
1 changed files with 2 additions and 0 deletions
|
@ -1313,6 +1313,8 @@ function iso_common_menuentry {
|
|||
if [ "$grub_platform" = "pc" ]; then
|
||||
if vt_iso_vd_id_begin 1 0 "Memtest86+"; then
|
||||
set vtMemDiskBoot=1
|
||||
elif vt_iso_vd_id_begin 0 1 "KolibriOS"; then
|
||||
set vtMemDiskBoot=1
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue