Auto use memdisk mode for KolibriOS.iso

This commit is contained in:
longpanda 2022-02-23 23:35:57 +08:00
parent ebae102f41
commit f7fac26c91
1 changed files with 2 additions and 0 deletions

View File

@ -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