*** empty log message ***

This commit is contained in:
Ben Gras 2005-08-30 17:49:40 +00:00
parent 2cf2a6a5ea
commit 05c80badf6

View file

@ -178,12 +178,12 @@ read xyzzy
umount $TMPDISK || exit umount $TMPDISK || exit
umount $TMPDISK2 || exit umount $TMPDISK2 || exit
umount $RAM || exit umount $RAM || exit
dd if=$RAM of=$ROOTIMAGE bs=$BS count=$ROOTBLOCKS
(cd ../boot && make) (cd ../boot && make)
make image || exit 1 make image || exit 1
cp image image_big cp image image_big
make clean make clean
make image_small || exit 1 make image_small || exit 1
dd if=$RAM of=$ROOTIMAGE bs=$BS count=$ROOTBLOCKS
# Prepare image and image_small for cdfdboot # Prepare image and image_small for cdfdboot
cp image_big image cp image_big image
sh mkboot cdfdboot sh mkboot cdfdboot