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