diff options
author | Erik Troan <ewt@redhat.com> | 2000-11-29 20:38:33 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-11-29 20:38:33 +0000 |
commit | e8a350f95a51625b8570c63905227189a4336d5c (patch) | |
tree | 1a17d90e182f269c67db0f3756ad2b32a6aecb09 /scripts/buildinstall | |
parent | 3892702480f1253a2d733ae1fde724b5a70e2a90 (diff) | |
download | anaconda-e8a350f95a51625b8570c63905227189a4336d5c.tar.gz anaconda-e8a350f95a51625b8570c63905227189a4336d5c.tar.xz anaconda-e8a350f95a51625b8570c63905227189a4336d5c.zip |
use --quiet qwhen running pkgoder remotely
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-x | scripts/buildinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall index b4adc7abc..0c72e98f1 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -67,7 +67,7 @@ set -x if [ -n "$PKGORDER" -a -x $p/RedHat/instimage/usr/lib/anaconda-runtime/pkgorder ]; then echo "Getting package order..." if [ -x /usr/bin/runroot ]; then - runroot $COMPNAME --onlyone --arch $BUILDARCH \ + runroot --quiet $COMPNAME --onlyone --arch $BUILDARCH \ "PYTHONPATH=$p/RedHat/instimage/usr/lib/anaconda $p/RedHat/instimage/usr/lib/anaconda-runtime/pkgorder $p $BUILDARCH" > $PKGORDER else PYTHONPATH=$p/RedHat/instimage/usr/lib/anaconda $p/RedHat/instimage/usr/lib/anaconda-runtime/pkgorder $p $BUILDARCH > $PKGORDER |