From b43beffa4fff87e84c9920804b1a14a73366604e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Tue, 9 Jun 2020 17:50:42 +0200 Subject: [PATCH] include generic.ins for s390 boot iso Include the generic.ins file on the s390 boot iso, so it's directly bootable on an LPAR. The full iso already had generic.ins included. (cherry picked from commit 0dbfe28745138a3443fc40d4f273cb36cac7ce44) Signed-off-by: Brian C. Lane Related: rhbz#1844517 --- share/templates.d/99-generic/s390.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/share/templates.d/99-generic/s390.tmpl b/share/templates.d/99-generic/s390.tmpl index de04af35..bcd98227 100644 --- a/share/templates.d/99-generic/s390.tmpl +++ b/share/templates.d/99-generic/s390.tmpl @@ -72,6 +72,7 @@ runcmd mkisofs -o ${outroot}/images/boot.iso \ -b ${BOOTDIR}/cdboot.img -c ${BOOTDIR}/boot.cat \ -boot-load-size 4 -no-emul-boot \ -R -J -V '${isolabel}' -T -graft-points \ + generic.ins=${outroot}/generic.ins \ ${BOOTDIR}=${outroot}/${BOOTDIR} \ ${filegraft} treeinfo images-${basearch} boot.iso images/boot.iso