Bigger root.

This commit is contained in:
Ben Gras 2006-04-12 11:33:07 +00:00
parent 683efbe4c1
commit c8196c483f

View file

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