. locations.include
#
if [ -d $TREE/isolinux ] ; then
  /bin/rm -r $TREE/isolinux
fi
if [ -f ./pkgorder ] ; then
	echo "NOT ./pkgorder $TREE ${ARCH} $DEFAULT > $TREE/build/base/pkgorder-$DEFAULT"
#	echo "./pkgorder $TREE ${ARCH} $DEFAULT > $TREE/build/base/pkgorder-$DEFAULT"
#	./pkgorder $TREE ${ARCH} $DEFAULT > $TREE/build/base/pkgorder-$DEFAULT
fi

echo "Using TUV buildinstall"
echo "sh -x /usr/lib/anaconda-runtime/buildinstall --comps $TREE/$DEFAULT/repodata/comps-sl.xml --pkgorder $TREE/build/base/pkgorder-$DEFAULT --version $VERSION --product "Scientific Linux" --release $RELEASE --prodpath $DEFAULT --discs "1,2,3,4,5" $TREE"
sh -x /usr/lib/anaconda-runtime/buildinstall --comps $TREE/$DEFAULT/repodata/comps-sl.xml --pkgorder $TREE/build/base/pkgorder-$DEFAULT --version $VERSION --product "Scientific Linux" --release $RELEASE --prodpath $DEFAULT --discs "1,2,3,4,5" $TREE
