Add support for chimera linux. (#2309)

This commit is contained in:
longpanda
2023-03-24 20:43:47 +08:00
parent 652475f1ef
commit e743f7c15f
4 changed files with 59 additions and 0 deletions

View File

@@ -401,6 +401,8 @@ function distro_specify_initrd_file_phase2 {
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
elif [ -f (loop)/live/initrd ]; then
vt_linux_specify_initrd_file /live/initrd
fi
}