Also search for pxeboot kernel and initrd pairs
As used in the Fedora 30 aarch64 Server DVDs. Closes: #786
This commit is contained in:
parent
998d0140be
commit
eb7f528071
@ -59,7 +59,8 @@ class IsoMountpoint(object):
|
||||
self.mount_dir = self.initrd_path
|
||||
|
||||
kernel_list = [("/isolinux/vmlinuz", "/isolinux/initrd.img"),
|
||||
("/ppc/ppc64/vmlinuz", "/ppc/ppc64/initrd.img")]
|
||||
("/ppc/ppc64/vmlinuz", "/ppc/ppc64/initrd.img"),
|
||||
("/images/pxeboot/vmlinuz", "/images/pxeboot/initrd.img")]
|
||||
|
||||
if os.path.isdir(self.mount_dir+"/repodata"):
|
||||
self.repo = self.mount_dir
|
||||
|
Loading…
Reference in New Issue
Block a user