Source fixups

This commit is contained in:
Ben Gras 2005-09-13 12:25:59 +00:00
parent 65a7f017b2
commit 9f470413b5

View file

@ -160,7 +160,7 @@ mkdir -m 1777 $RELEASEDIR/tmp
mount $TMPDISK2 $RELEASEDIR/tmp
echo " * Zeroing $TMPDISK"
#dd if=/dev/zero of=$TMPDISK bs=$BS count=$USRBLOCKS
dd if=/dev/zero of=$TMPDISK bs=$BS count=$USRBLOCKS
mkfs -B $BS -b $USRBLOCKS $TMPDISK || exit
echo " * Mounting $TMPDISK as $RELEASEDIR/usr"
mount $TMPDISK $RELEASEDIR/usr || exit