From 7a0b4f2070da237cbf39fb65a0b95981f477d36e Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 29 Sep 2017 09:31:34 -0700 Subject: [PATCH] s390 doesn't need to graft product.img and updates.img into /images (#1478448) The /images directory is already grafted into the iso, so it doesn't need a specific line for the .img files. Related: rhbz#1478448 --- share/s390.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/s390.tmpl b/share/s390.tmpl index 3e23c389..795e5c6f 100644 --- a/share/s390.tmpl +++ b/share/s390.tmpl @@ -41,12 +41,11 @@ treeinfo images-${basearch} generic.prm ${BOOTDIR}/generic.prm treeinfo images-${basearch} genericdvd.prm ${BOOTDIR}/genericdvd.prm treeinfo images-${basearch} generic.ins generic.ins -# Create optional product.img and updates.img +# Create optional product.img and updates.img in /images/ <% imggraft=""; images=["product", "updates"] %> %for img in images: %if exists("%s/%s/" % (LORAXDIR, img)): installimg ${LORAXDIR}/${img}/ images/${img}.img - <% imggraft += " images/{0}.img={1}/images/{0}.img".format(img, outroot) %> %endif %endfor