mirror of https://github.com/ventoy/Ventoy.git
Auto use memdisk mode for KolibriOS.iso
This commit is contained in:
parent
ebae102f41
commit
f7fac26c91
|
@ -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…
Reference in New Issue