summaryrefslogtreecommitdiffstats
path: root/scripts/buildinstall
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-02-13 17:49:43 -0500
committerJeremy Katz <katzj@redhat.com>2008-02-17 19:51:24 -0500
commita3c5463e690535e3edef1e9f1e05bd43f7a283b5 (patch)
treed48187328e700caa1764d6b4e4045541f3778f3c /scripts/buildinstall
parent02f7fb7c55bdaf5b221f2b18be109bcd986c6277 (diff)
downloadanaconda-a3c5463e690535e3edef1e9f1e05bd43f7a283b5.tar.gz
anaconda-a3c5463e690535e3edef1e9f1e05bd43f7a283b5.tar.xz
anaconda-a3c5463e690535e3edef1e9f1e05bd43f7a283b5.zip
Clean up invocation of upd-instroot from buildinstall
Use named options when passing things to upd-instroot so that it's more clear as to what's going on. Explicitly pass the arch we're building for rather than trying to derive it based on the anaconda-runtime package
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-xscripts/buildinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall
index eb5d7fc54..9ff875511 100755
--- a/scripts/buildinstall
+++ b/scripts/buildinstall
@@ -135,7 +135,7 @@ MK_STAMP=$BUILDINSTDIR/makestamp.py
BUILDINSTALL=$BUILDINSTDIR/buildinstall
echo "Building images..."
-$UPD_INSTROOT $DEBUGSTR $NOGRSTR $PKGDIR $TREEDIR/minstg2 $TREEDIR/stage2 $DIR
+$UPD_INSTROOT $DEBUGSTR $NOGRSTR --arch $BUILDARCH --mindir $TREEDIR/minstg2 --stg2dir $TREEDIR/stage2 $DIR
echo "Writing .treeinfo file..."
$MK_TREEINFO --family="$PRODUCTSTR" ${VARIANT:+--variant="$VARIANT"} --version=$VERSION --arch=$BUILDARCH --outfile=$DIR/.treeinfo