*** empty log message ***

This commit is contained in:
Ben Gras 2005-08-30 17:39:14 +00:00
parent f90449a78b
commit 40fc02f6f7
2 changed files with 2 additions and 1 deletions

View file

@ -102,5 +102,5 @@ clean:
cd ../kernel && $(MAKE) $@
cd ../servers && $(MAKE) $@
cd ../drivers && $(MAKE) $@
rm -f *.bak image *.iso *.iso.gz cdfdimage rootimage
rm -f *.bak image* *.iso *.iso.gz cdfdimage rootimage

View file

@ -176,6 +176,7 @@ echo "Temporary filesystems still mounted. Make changes, or press RETURN"
echo -n "to continue making the image.."
read xyzzy
umount $TMPDISK || exit
umount TMPDISK2 || exit
umount $RAM || exit
dd if=$RAM of=$ROOTIMAGE bs=$BS count=$ROOTBLOCKS
(cd ../boot && make)