From: Ben Gras Date: Thu, 1 Sep 2005 16:59:11 +0000 (+0000) Subject: usr can be 300 X-Git-Tag: v3.1.0~196 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=2939d123cc9bc058af8678381c7df571496d53d7;p=minix.git usr can be 300 --- diff --git a/tools/release.sh b/tools/release.sh index 3d0db19c1..26aae8b58 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -59,7 +59,7 @@ ISO=minix.iso ISOGZ=minix.iso.gz RAM=/dev/ram BS=4096 -USRMB=400 +USRMB=300 USRBLOCKS="`expr $USRMB \* 1024 \* 1024 / $BS`" ROOTMB=2 ROOTBLOCKS="`expr $ROOTMB \* 1024 \* 1024 / $BS`"