From b570c2efd8f9fa829368c682d29bac49bce42ba1 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 2 Aug 2009 11:08:43 +0100 Subject: [PATCH] [build] Make .liso image generation silent unless errors occur --- src/util/genliso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/genliso b/src/util/genliso index 17823841..ac9924a6 100755 --- a/src/util/genliso +++ b/src/util/genliso @@ -70,6 +70,6 @@ then exit 1 fi -mkisofs -o $out -c boot.cat -b boot.img $dir +mkisofs -q -o $out -c boot.cat -b boot.img $dir rm -fr $dir