More nits and polish
This commit is contained in:
@@ -32,6 +32,7 @@ umount $TMPDISK
|
||||
umount $RAM
|
||||
|
||||
( cd .. && make clean )
|
||||
( cd .. && make depend )
|
||||
echo " * Cleanup old files"
|
||||
rm -rf $RELEASEDIR $ISO $IMAGE $ROOTIMAGE $ISOGZ $CDFILES
|
||||
mkdir -p $CDFILES || exit
|
||||
@@ -67,7 +68,7 @@ make programs image
|
||||
(cd ../boot && make)
|
||||
make image || exit 1
|
||||
sh mkboot cdfdboot
|
||||
cp cdfdboot $CDFILES/bootflp.img
|
||||
cp $IMAGE $CDFILES/bootflp.img
|
||||
cp release/cd/* $CDFILES
|
||||
writeisofs -l MINIX -b $IMAGE $CDFILES $ISO || exit 1
|
||||
echo "Appending Minix root and usr filesystem"
|
||||
|
||||
@@ -8,6 +8,10 @@ harddisk with it. Its contents are not visible here.
|
||||
In this directory:
|
||||
README.TXT: This file.
|
||||
PRESZ134.ZIP: A tool to help resizing partitions.
|
||||
BOOTFLP.IMG: If you can't boot from CD, write this image to a
|
||||
floppy and boot from it, while having the CD in a
|
||||
CD drive. The system on the floppy should find the
|
||||
CD and start up as if it had been booted from CD.
|
||||
|
||||
For more information, new releases, other software and documentation
|
||||
about MINIX 3, please visit:
|
||||
|
||||
Reference in New Issue
Block a user