summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.ia64
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-05-20 01:05:24 +0000
committerJeremy Katz <katzj@redhat.com>2004-05-20 01:05:24 +0000
commit93aa6b454d9f8cb27daa0372a64ee42176283fae (patch)
tree73fb7b73e4a12a025ce4797a454f216295357f58 /scripts/mk-images.ia64
parenteb8c0b1541ac7dbe763e5ece9eef9c00e6badf8c (diff)
downloadanaconda-93aa6b454d9f8cb27daa0372a64ee42176283fae.tar.gz
anaconda-93aa6b454d9f8cb27daa0372a64ee42176283fae.tar.xz
anaconda-93aa6b454d9f8cb27daa0372a64ee42176283fae.zip
run mkisofs with -quiet
Diffstat (limited to 'scripts/mk-images.ia64')
-rw-r--r--scripts/mk-images.ia642
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.ia64 b/scripts/mk-images.ia64
index b1b731e2b..6de181cba 100644
--- a/scripts/mk-images.ia64
+++ b/scripts/mk-images.ia64
@@ -49,7 +49,7 @@ makeBootImages() {
# 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 "$PRODUCT" -T $TOPDESTPATH/images/isopath
+ mkisofs -quiet -o $TOPDESTPATH/images/boot.iso -b boot.img -no-emul-boot -R -J -V "$PRODUCT" -T $TOPDESTPATH/images/isopath
rm -rf $TOPDESTPATH/images/isopath
rm -f $TOPDESTPATH/images/ramdisk.img
}