From 5fdb8a4ba7d39082c221b2a4fc8b4a7e0648becd Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 25 Jan 2022 09:25:39 -0800 Subject: [PATCH] Fix missing generic.ins on s390x commit 0c4e1955ee689555bb2740d157638d14572854ef accidentally dropped the generic.ins file from the iso. This restores that graft point to the xorrisofs call. Resolves: rhbz#2044448 --- 80-rhel/s390.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/80-rhel/s390.tmpl b/80-rhel/s390.tmpl index 731dcd9..bf1d258 100644 --- a/80-rhel/s390.tmpl +++ b/80-rhel/s390.tmpl @@ -83,6 +83,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