From: Ben Gras Date: Tue, 13 Sep 2005 12:25:59 +0000 (+0000) Subject: Source fixups X-Git-Tag: v3.1.0~103 X-Git-Url: http://zhaoyanbai.com/repos/man.delv.html?a=commitdiff_plain;h=9f470413b58da225be41dffe193b8855e39e2c1a;p=minix.git Source fixups --- 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