mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-28 22:14:33 -04:00
Fix the bug when booting ALT Linux in UEFI mode. (#1645)
This commit is contained in:
parent
9b14b418b4
commit
ddf0617d83
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue