]> Zhao Yanbai Git Server - minix.git/commitdiff
Bigger root.
authorBen Gras <ben@minix3.org>
Wed, 12 Apr 2006 11:33:07 +0000 (11:33 +0000)
committerBen Gras <ben@minix3.org>
Wed, 12 Apr 2006 11:33:07 +0000 (11:33 +0000)
tools/release.sh

index 2b89ab2d803b62e5ee1e45947aaa9c0b1ed91cdd..1b64b502f1b009a8b687ed1a2fcdcf277398a083 100755 (executable)
@@ -142,7 +142,7 @@ USRMB=300
 
 USRBLOCKS="`expr $USRMB \* 1024 \* 1024 / $BS`"
 USRSECTS="`expr $USRMB \* 1024 \* 2`"
-ROOTKB=2048
+ROOTKB=4096
 ROOTSECTS="`expr $ROOTKB \* 2`"
 ROOTBLOCKS="`expr $ROOTKB \* 1024 / $BS`"