summaryrefslogtreecommitdiffstats
path: root/src/util/geniso
diff options
context:
space:
mode:
authorMichael Brown2008-10-10 04:57:31 +0200
committerMichael Brown2008-10-10 04:57:31 +0200
commit3029eb0e848e6e7662fe3f273ae4fa60ca02c88b (patch)
treef31d50d7c2cb22b550bf801d47eef246ad2c64e1 /src/util/geniso
parent[makefile] Split platform-dependent portions out of arch/i386/Makefile (diff)
downloadipxe-3029eb0e848e6e7662fe3f273ae4fa60ca02c88b.tar.gz
ipxe-3029eb0e848e6e7662fe3f273ae4fa60ca02c88b.tar.xz
ipxe-3029eb0e848e6e7662fe3f273ae4fa60ca02c88b.zip
[makefile] Reduce verbosity of various NON_AUTO_MEDIA rules
Diffstat (limited to 'src/util/geniso')
-rwxr-xr-xsrc/util/geniso2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/geniso b/src/util/geniso
index 7642ed36..d7ddbd2b 100755
--- a/src/util/geniso
+++ b/src/util/geniso
@@ -52,5 +52,5 @@ do
echo "" KERNEL $g
cp -p $f $dir/$g
done >> $cfg
-mkisofs -l -o $out -c boot.cat -b isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table $dir
+mkisofs -q -l -o $out -c boot.cat -b isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table $dir
rm -fr $dir