*** empty log message ***
This commit is contained in:
parent
40fc02f6f7
commit
2cf2a6a5ea
2 changed files with 2 additions and 2 deletions
|
@ -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 image_small *.iso *.iso.gz cdfdimage rootimage
|
||||
|
||||
|
|
|
@ -176,7 +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 $TMPDISK2 || exit
|
||||
umount $RAM || exit
|
||||
dd if=$RAM of=$ROOTIMAGE bs=$BS count=$ROOTBLOCKS
|
||||
(cd ../boot && make)
|
||||
|
|
Loading…
Reference in a new issue