RELEASEDIR=/mnt/src/lts30rolling/as/i386/
./buildinstall --debug --pkgorder /tmp/lts.pkgorder.txt --version lts30rolling --product "Fermi Linux" --release LTS $RELEASEDIR
echo "Now fixing up images"
mount -o loop $RELEASEDIR/images/bootdisk.img /mnt/cjs
cp $RELEASEDIR/misc/src/anaconda/scripts/fermiscripts/boot.msg /mnt/cjs
cp $RELEASEDIR/misc/src/anaconda/scripts/fermiscripts/isolinux.cfg /mnt/cjs/syslinux.cfg
cp $RELEASEDIR/misc/src/anaconda/scripts/fermiscripts/splash.lss /mnt/cjs
umount /mnt/cjs
