Support Fedora CoreOS (#1727)

This commit is contained in:
longpanda
2022-07-12 12:13:24 +08:00
parent e46e24dde7
commit da35a99f7c
2 changed files with 9 additions and 1 deletions

View File

@@ -381,7 +381,9 @@ function distro_specify_initrd_file_phase2 {
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
elif [ -f (loop)/images/pxeboot/initrd.img ]; then
vt_linux_specify_initrd_file /images/pxeboot/initrd.img
fi
}