From 081da8859a603bf6f4f68479643fc959efdee7e9 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 (cherry picked from commit df35857c9bc59b27939e339a27855496114aa3e8) --- share/templates.d/99-generic/s390.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/templates.d/99-generic/s390.tmpl b/share/templates.d/99-generic/s390.tmpl index dde3645c..7d2fddfc 100644 --- a/share/templates.d/99-generic/s390.tmpl +++ b/share/templates.d/99-generic/s390.tmpl @@ -69,7 +69,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} \ ${filegraft}