diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-05 23:47:37 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-05 23:47:37 +0100 |
commit | 02f69d18161510571c86dda97b3028e647c4303b (patch) | |
tree | 781892d35a1738c344ad1773b9e4c1e9be81aaee /scripts/install-redhat.sh | |
parent | 2945d4557c039ccf079e705333ba42cf92529cfb (diff) | |
download | imagefish-02f69d18161510571c86dda97b3028e647c4303b.tar.gz |
misc
Diffstat (limited to 'scripts/install-redhat.sh')
-rwxr-xr-x | scripts/install-redhat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-redhat.sh b/scripts/install-redhat.sh index 7b6c6b2..deae7fb 100755 --- a/scripts/install-redhat.sh +++ b/scripts/install-redhat.sh @@ -111,7 +111,7 @@ dnf) fi ;; yum) - tool="$tool -y --installroot ${dest}" + tool="$tool -y --quiet --installroot ${dest}" if test "$conf" != ""; then tool="$tool --config ${conf}" fi |