From df35857c9bc59b27939e339a27855496114aa3e8 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 18 Aug 2017 10:19:28 -0700 Subject: [PATCH] Remove -boot-info-table from s390 boot.iso creation (#1478448) It corrupts the kernel+initrd and isn't needed when booting on s390. Related: rhbz#1478448 --- share/s390.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/s390.tmpl b/share/s390.tmpl index 4ddf0be5..3e23c389 100644 --- a/share/s390.tmpl +++ b/share/s390.tmpl @@ -66,7 +66,7 @@ runcmd mk-s390-cdboot -i ${outroot}/${KERNELDIR}/kernel.img \ ## make boot.iso runcmd mkisofs -o ${outroot}/images/boot.iso \ -b ${BOOTDIR}/cdboot.img -c ${BOOTDIR}/boot.cat \ - -boot-load-size 4 -boot-info-table -no-emul-boot \ + -boot-load-size 4 -no-emul-boot \ -R -J -V '${isolabel}' -T -graft-points \ ${BOOTDIR}=${outroot}/${BOOTDIR} \ ${imggraft}