From c8196c483f302680cf181780585dcedbd9ae06fa Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 12 Apr 2006 11:33:07 +0000 Subject: [PATCH] Bigger root. --- tools/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release.sh b/tools/release.sh index 2b89ab2d8..1b64b502f 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -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`" -- 2.44.0