Commit ddf0617d authored by longpanda's avatar longpanda
Browse files

Fix the bug when booting ALT Linux in UEFI mode. (#1645)

parent 9b14b418
...@@ -364,7 +364,8 @@ function distro_specify_initrd_file_phase2 { ...@@ -364,7 +364,8 @@ function distro_specify_initrd_file_phase2 {
vt_linux_specify_initrd_file /initrd0.img vt_linux_specify_initrd_file /initrd0.img
elif [ -f (loop)/sysresccd/boot/i686/sysresccd.img ]; then elif [ -f (loop)/sysresccd/boot/i686/sysresccd.img ]; then
vt_linux_specify_initrd_file /sysresccd/boot/i686/sysresccd.img vt_linux_specify_initrd_file /sysresccd/boot/i686/sysresccd.img
elif [ -f (loop)/boot/full.cz ]; then
vt_linux_specify_initrd_file /boot/full.cz
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