Make root bigger for commands and logs and such.

This commit is contained in:
Ben Gras 2006-04-05 10:33:31 +00:00
parent 321b886f70
commit d0686d11b0

View file

@ -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`"