MYPWD=`pwd`
export MYPWD
VERSION=90rolling
RELEASE=/mnt/src/$VERSION
CDISOAREA=/mnt/src/isos
DATE=`date "+%m%d%y"`
# This splits the i386 area into i386-disc1
./dothewholething.$VERSION.dvd.sh
./make.updates.img.sh
# Make disc1
cd $RELEASE/i386
echo "Making iso image now"
$MYPWD/mkisoimage.dvd.$VERSION . $CDISOAREA/$VERSION.$DATE.dvd.iso
echo "Adding md5sum to iso image,  This will take some time"
/usr/lib/anaconda-runtime/implantisomd5 $CDISOAREA/$VERSION.$DATE.dvd.iso
