From 9f470413b58da225be41dffe193b8855e39e2c1a Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 13 Sep 2005 12:25:59 +0000 Subject: [PATCH] Source fixups --- tools/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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