From a5c6296b9a2637e06a286a90a132ad3212d0e227 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. Signed-off-by: Brian C. Lane Resolves: rhbz#1844517 --- 80-rhel/s390.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/80-rhel/s390.tmpl b/80-rhel/s390.tmpl index 7d2fddf..bddf522 100644 --- a/80-rhel/s390.tmpl +++ b/80-rhel/s390.tmpl @@ -71,6 +71,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