summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.ia64
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-29 00:26:15 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-29 00:26:15 +0000
commit737f6cb9ae36ec0f4b07f2d99b0301604bdf8e3c (patch)
tree045225b73090f6f63c37074562e1eb0119409af7 /scripts/mk-images.ia64
parentc7cb35856c10b934996eac9121d398337f37daf3 (diff)
downloadanaconda-737f6cb9ae36ec0f4b07f2d99b0301604bdf8e3c.tar.gz
anaconda-737f6cb9ae36ec0f4b07f2d99b0301604bdf8e3c.tar.xz
anaconda-737f6cb9ae36ec0f4b07f2d99b0301604bdf8e3c.zip
going for broke... boot iso here too
Diffstat (limited to 'scripts/mk-images.ia64')
-rw-r--r--scripts/mk-images.ia646
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/mk-images.ia64 b/scripts/mk-images.ia64
index f547cbbad..a03180d30 100644
--- a/scripts/mk-images.ia64
+++ b/scripts/mk-images.ia64
@@ -44,3 +44,9 @@ makeinstimage "netstg" "$SECSTAGE $SCSIMODULES $IDEMODULES"
makeinstimage "hdstg" "$SECSTAGE $NETMODULES $IDEMODULES"
makemainmodules "$SECSTAGE $NETMODULES $SCSIMODULES $IDEMODULES"
makemainimage "stage2" "cramfs"
+
+# now make a boot iso
+mkdir -p $TOPDESTPATH/images/isopath
+cp -l $TOPDESTPATH/images/boot.img $TOPDESTPATH/images/isopath
+mkisofs -o $TOPDESTPATH/images/boot.iso -b boot.img -no-emul-boot -R -J -V -T $TOPDESTPATH/images/isopath
+rm -rf $TOPDESTPATH/images/isopath