diff options
Diffstat (limited to 'helpers/lh_source_iso')
-rwxr-xr-x | helpers/lh_source_iso | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/helpers/lh_source_iso b/helpers/lh_source_iso index b5687817a..ef7241f5a 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" |