Make root bigger for commands and logs and such.
This commit is contained in:
parent
321b886f70
commit
d0686d11b0
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,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=1400
|
ROOTKB=2048
|
||||||
ROOTSECTS="`expr $ROOTKB \* 2`"
|
ROOTSECTS="`expr $ROOTKB \* 2`"
|
||||||
ROOTBLOCKS="`expr $ROOTKB \* 1024 / $BS`"
|
ROOTBLOCKS="`expr $ROOTKB \* 1024 / $BS`"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue