From d0686d11b0e59f7cbc4e9e7b5fbbbb54ca2105da Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 5 Apr 2006 10:33:31 +0000 Subject: [PATCH] Make root bigger for commands and logs and such. --- tools/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release.sh b/tools/release.sh index 50b2da8d4..704f527b6 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -138,7 +138,7 @@ USRMB=300 USRBLOCKS="`expr $USRMB \* 1024 \* 1024 / $BS`" USRSECTS="`expr $USRMB \* 1024 \* 2`" -ROOTKB=1400 +ROOTKB=2048 ROOTSECTS="`expr $ROOTKB \* 2`" ROOTBLOCKS="`expr $ROOTKB \* 1024 / $BS`" -- 2.44.0