summaryrefslogtreecommitdiffstats
path: root/scripts/buildinstall
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-02 05:35:48 +0000
committerMatt Wilson <msw@redhat.com>2000-06-02 05:35:48 +0000
commit20fc655bfb563109c76a8bcb32329c4d2ca2b431 (patch)
tree452e80394766f90666c9a62ed39c92bab466dbe7 /scripts/buildinstall
parent7541c4eb46b0b904d187a0156e0060c9db01b4a3 (diff)
downloadanaconda-20fc655bfb563109c76a8bcb32329c4d2ca2b431.tar.gz
anaconda-20fc655bfb563109c76a8bcb32329c4d2ca2b431.tar.xz
anaconda-20fc655bfb563109c76a8bcb32329c4d2ca2b431.zip
snip off unwanted part of command
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-xscripts/buildinstall3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall
index 69f8f5603..a95f305a0 100755
--- a/scripts/buildinstall
+++ b/scripts/buildinstall
@@ -37,9 +37,10 @@ else
fi
MK_IMAGES=$BUILDINSTDIR/mk-images
+echo "Building images..."
$UPD_INSTROOT $p/RedHat/RPMS $p/image-template $p/RedHat/instimage $BUILDARCH
if [ -x /usr/bin/runroot ]; then
- runroot dist-7.0 --arch $BUILDARCH "cd $BUILDINSTDIR\; $MK_IMAGES $p/RedHat/RPMS $p $p/image-template $BUILDARCH"
+ runroot dist-7.0 --arch $BUILDARCH "cd $BUILDINSTDIR\; $MK_IMAGES $p/RedHat/RPMS $p $p/image-template $BUILDARCH" | tail +2
else
$MK_IMAGES $p/RedHat/RPMS $p $p/image-template $BUILDARCH
fi