. give users a boot floppy image (cdfdboot) they can use

if they can't boot from CD (CD still required though)
. no longer .tar.gz source on iso fs
This commit is contained in:
Ben Gras 2005-07-26 13:36:50 +00:00
parent ea6b3dded9
commit eb18784690

View file

@ -52,8 +52,8 @@ echo " * Transfering $COPYITEMS to $RELEASEDIR"
chown -R bin $RELEASEDIR/usr/src
date >$RELEASEDIR/CD
( cd $RELEASEDIR && find . -name CVS | xargs rm -rf )
echo " * Making source .tgz for on ISO filesystem"
( cd $RELEASEDIR/usr/src && tar cf - . | gzip > $CDFILES/MINIXSRC.TGZ )
#echo " * Making source .tgz for on ISO filesystem"
#( cd $RELEASEDIR/usr/src && tar cf - . | gzip > $CDFILES/MINIXSRC.TGZ )
echo " * Chroot build"
chroot $RELEASEDIR '/bin/sh -x /usr/src/tools/chrootmake.sh' || exit 1
echo " * Chroot build done"
@ -65,6 +65,7 @@ make programs image
(cd ../boot && make)
make image || exit 1
sh mkboot cdfdboot
cp cdfdboot $CDFILES/bootflp.img
cp release/cd/* $CDFILES
writeisofs -l MINIX -b $IMAGE $CDFILES $ISO || exit 1
echo "Appending Minix root and usr filesystem"