*** empty log message ***
This commit is contained in:
parent
f90449a78b
commit
40fc02f6f7
2 changed files with 2 additions and 1 deletions
|
@ -102,5 +102,5 @@ clean:
|
||||||
cd ../kernel && $(MAKE) $@
|
cd ../kernel && $(MAKE) $@
|
||||||
cd ../servers && $(MAKE) $@
|
cd ../servers && $(MAKE) $@
|
||||||
cd ../drivers && $(MAKE) $@
|
cd ../drivers && $(MAKE) $@
|
||||||
rm -f *.bak image *.iso *.iso.gz cdfdimage rootimage
|
rm -f *.bak image* *.iso *.iso.gz cdfdimage rootimage
|
||||||
|
|
||||||
|
|
|
@ -176,6 +176,7 @@ echo "Temporary filesystems still mounted. Make changes, or press RETURN"
|
||||||
echo -n "to continue making the image.."
|
echo -n "to continue making the image.."
|
||||||
read xyzzy
|
read xyzzy
|
||||||
umount $TMPDISK || exit
|
umount $TMPDISK || exit
|
||||||
|
umount TMPDISK2 || exit
|
||||||
umount $RAM || exit
|
umount $RAM || exit
|
||||||
dd if=$RAM of=$ROOTIMAGE bs=$BS count=$ROOTBLOCKS
|
dd if=$RAM of=$ROOTIMAGE bs=$BS count=$ROOTBLOCKS
|
||||||
(cd ../boot && make)
|
(cd ../boot && make)
|
||||||
|
|
Loading…
Reference in a new issue