Bigger root.
This commit is contained in:
parent
683efbe4c1
commit
c8196c483f
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ USRMB=300
|
||||||
|
|
||||||
USRBLOCKS="`expr $USRMB \* 1024 \* 1024 / $BS`"
|
USRBLOCKS="`expr $USRMB \* 1024 \* 1024 / $BS`"
|
||||||
USRSECTS="`expr $USRMB \* 1024 \* 2`"
|
USRSECTS="`expr $USRMB \* 1024 \* 2`"
|
||||||
ROOTKB=2048
|
ROOTKB=4096
|
||||||
ROOTSECTS="`expr $ROOTKB \* 2`"
|
ROOTSECTS="`expr $ROOTKB \* 2`"
|
||||||
ROOTBLOCKS="`expr $ROOTKB \* 1024 / $BS`"
|
ROOTBLOCKS="`expr $ROOTKB \* 1024 / $BS`"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue