summaryrefslogtreecommitdiffstats
path: root/scripts/buildinstall
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-02-14 10:33:03 -0500
committerJeremy Katz <katzj@redhat.com>2008-02-17 19:51:24 -0500
commit72498e787d628e8b763dc53a5da792fe2d33e56f (patch)
treef215abff93f5ce60faa255bc73ece8c310909853 /scripts/buildinstall
parenta3c5463e690535e3edef1e9f1e05bd43f7a283b5 (diff)
downloadanaconda-72498e787d628e8b763dc53a5da792fe2d33e56f.tar.gz
anaconda-72498e787d628e8b763dc53a5da792fe2d33e56f.tar.xz
anaconda-72498e787d628e8b763dc53a5da792fe2d33e56f.zip
Clean up invocation of mk-images from buildinstall
Use named options when passing things to mk-images so that it's more clear as to what's going on. Also, make things like arch more explict. This also adds support for output from mk-images to go elsewhere, although that's currently not used by anything
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 9ff875511..1c145a76f 100755
--- a/scripts/buildinstall
+++ b/scripts/buildinstall
@@ -141,7 +141,7 @@ echo "Writing .treeinfo file..."
$MK_TREEINFO --family="$PRODUCTSTR" ${VARIANT:+--variant="$VARIANT"} --version=$VERSION --arch=$BUILDARCH --outfile=$DIR/.treeinfo
echo "Making images..."
-$MK_IMAGES $DEBUGSTR $NOGRSTR $PKGDIR $DIR $TREEDIR/minstg2 $TREEDIR/stage2 $BUILDARCH "$PRODUCTSTR" $VERSION $PRODUCTPATH "$BUGURL"
+$MK_IMAGES $DEBUGSTR $NOGRSTR --mindir $TREEDIR/minstg2 --stg2dir $TREEDIR/stage2 --arch $BUILDARCH --product "$PRODUCTSTR" --version $VERSION --bugurl "$BUGURL" $DIR
echo "Writing .discinfo file"
$MK_STAMP --releasestr="$RELEASESTR" --arch=$BUILDARCH --discNum="ALL" --outfile=$DIR/.discinfo