summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.x86
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-03-10 13:39:52 -0400
committerJeremy Katz <katzj@redhat.com>2008-03-10 13:41:05 -0400
commit8532f4960f6e8da5d871bee929c35ff9a5f1f7b2 (patch)
treef719791dbe356a8649a57f69dbcc896a38766c3f /scripts/mk-images.x86
parent4f310c81e99ea1d7a39ab09b1b7a10b2844a9c5e (diff)
downloadanaconda-8532f4960f6e8da5d871bee929c35ff9a5f1f7b2.tar.gz
anaconda-8532f4960f6e8da5d871bee929c35ff9a5f1f7b2.tar.xz
anaconda-8532f4960f6e8da5d871bee929c35ff9a5f1f7b2.zip
List netinst.iso/boot.iso in .treeinfo (#436089)
This is a little lame but forced by the file format
Diffstat (limited to 'scripts/mk-images.x86')
-rw-r--r--scripts/mk-images.x862
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.x86 b/scripts/mk-images.x86
index f1522a6f0..6234ec66f 100644
--- a/scripts/mk-images.x86
+++ b/scripts/mk-images.x86
@@ -134,8 +134,8 @@ EOF
[images-$BASEARCH]
kernel = images/pxeboot/vmlinuz
initrd = images/pxeboot/initrd.img
-
__EOT__
+ if [ -n "$BOOTISO" ]; then echo "boot.iso = images/$BOOTISO" >> $TOPDESTPATH/.treeinfo ; fi
else # set up the boot stuff for the xen guest kernel
echo "Building $KERNELARCH guest initrd.img"