summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhelpers/lh_binary_iso5
-rwxr-xr-xhelpers/lh_source_iso5
2 files changed, 10 insertions, 0 deletions
diff --git a/helpers/lh_binary_iso b/helpers/lh_binary_iso
index 8b00a3d..82ba2a9 100755
--- a/helpers/lh_binary_iso
+++ b/helpers/lh_binary_iso
@@ -67,6 +67,11 @@ then
rm -f binary.iso
fi
+if [ "${LH_QUIET}" = "enabled" ]
+then
+ GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS} -quiet"
+fi
+
if [ "${LH_VERBOSE}" = "enabled" ]
then
GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS} -v"
diff --git a/helpers/lh_source_iso b/helpers/lh_source_iso
index b568781..ef7241f 100755
--- a/helpers/lh_source_iso
+++ b/helpers/lh_source_iso
@@ -69,6 +69,11 @@ then
rm -f source.iso
fi
+if [ "${LH_QUIET}" = "enabled" ]
+then
+ GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS} -quiet"
+fi
+
if [ "${LH_VERBOSE}" = "enabled" ]
then
GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS} -v"