From: Ben Gras Date: Thu, 1 Sep 2005 16:32:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v3.1.0~199 X-Git-Url: http://zhaoyanbai.com/repos/nsupdate.html?a=commitdiff_plain;h=ec8c5874e4cf2210565f514e4ae9cf8aa1e2be8f;p=minix.git *** empty log message *** --- diff --git a/tools/release.sh b/tools/release.sh index aaa0189b6..3d0db19c1 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=350 +USRMB=400 USRBLOCKS="`expr $USRMB \* 1024 \* 1024 / $BS`" ROOTMB=2 ROOTBLOCKS="`expr $ROOTMB \* 1024 \* 1024 / $BS`"