]> Zhao Yanbai Git Server - minix.git/commitdiff
usr can be 300
authorBen Gras <ben@minix3.org>
Thu, 1 Sep 2005 16:59:11 +0000 (16:59 +0000)
committerBen Gras <ben@minix3.org>
Thu, 1 Sep 2005 16:59:11 +0000 (16:59 +0000)
tools/release.sh

index 3d0db19c10ef77b7adf331a407ad30929cee4db9..26aae8b588ebcf2fc8605a5802786bc5a2eb0259 100755 (executable)
@@ -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`"