summaryrefslogtreecommitdiffstats
path: root/scripts/buildinstall
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-07-24 09:54:28 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-07-24 10:01:51 -1000
commit4f3c97c5fc144448c6b1923e6db6e24a640df6ba (patch)
tree759cc1a7222dd59f701e9e31eb668a53a34b2195 /scripts/buildinstall
parentdda399d007d2c2b96b9e903fba32d0034efcf1b0 (diff)
downloadanaconda-4f3c97c5fc144448c6b1923e6db6e24a640df6ba.tar.gz
anaconda-4f3c97c5fc144448c6b1923e6db6e24a640df6ba.tar.xz
anaconda-4f3c97c5fc144448c6b1923e6db6e24a640df6ba.zip
Remove support for generating a minstg2.img image.
The minstg2 image has outlived its usefulness. We are at a point where we have been maintaining two stage 2 images and they are slowly becoming identical.
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-xscripts/buildinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall
index 715b79b47..e2bfeb7dd 100755
--- a/scripts/buildinstall
+++ b/scripts/buildinstall
@@ -197,14 +197,14 @@ BUILDINSTALL=$BUILDINSTDIR/buildinstall
if [ -n "$UPDATES" ]; then UPDATES="--updates $UPDATES"; fi
echo "Building images..."
-$UPD_INSTROOT $DEBUGSTR $NOGRSTR --arch $BUILDARCH $UPDATES --mindir $TREEDIR/minstg2 --stg2dir $TREEDIR/stage2 $yumconf
+$UPD_INSTROOT $DEBUGSTR $NOGRSTR --arch $BUILDARCH $UPDATES --stg2dir $TREEDIR/stage2 $yumconf
echo "Writing .treeinfo file..."
$MK_TREEINFO --family="$PRODUCTSTR" ${VARIANT:+--variant="$VARIANT"} --version=$VERSION --arch=$BUILDARCH --outfile=$OUTPUT/.treeinfo
# FIXME: need to update mk-images to take the yumconf
echo "Making images..."
-$MK_IMAGES $DEBUGSTR $NOGRSTR --mindir $TREEDIR/minstg2 --stg2dir $TREEDIR/stage2 --arch $BUILDARCH --product "$PRODUCTSTR" --version $VERSION --bugurl "$BUGURL" --output $OUTPUT $yumconf
+$MK_IMAGES $DEBUGSTR $NOGRSTR --stg2dir $TREEDIR/stage2 --arch $BUILDARCH --product "$PRODUCTSTR" --version $VERSION --bugurl "$BUGURL" --output $OUTPUT $yumconf
echo "Writing .discinfo file"
$MK_STAMP --releasestr="$RELEASESTR" --arch=$BUILDARCH --discNum="ALL" --outfile=$OUTPUT/.discinfo