diff --git a/tools/release.sh b/tools/release.sh index fa8c874d2..531a84246 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -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