From 0dbfe28745138a3443fc40d4f273cb36cac7ce44 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. --- 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 c34b5b90..f2241e99 100644 --- a/share/templates.d/99-generic/s390.tmpl +++ b/share/templates.d/99-generic/s390.tmpl @@ -81,6 +81,7 @@ runcmd xorrisofs ${isoargs} -o ${outroot}/images/boot.iso \ -boot-load-size 4 -no-emul-boot \ -R -J -V '${isolabel}' -graft-points \ .discinfo=${outroot}/.discinfo \ + generic.ins=${outroot}/generic.ins \ ${BOOTDIR}=${outroot}/${BOOTDIR} \ ${filegraft} treeinfo images-${basearch} boot.iso images/boot.iso