Commit f7fac26c authored by longpanda's avatar longpanda
Browse files

Auto use memdisk mode for KolibriOS.iso

parent ebae102f
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment