usr can be 300
This commit is contained in:
parent
5c15fed299
commit
2939d123cc
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ ISO=minix.iso
|
|||
ISOGZ=minix.iso.gz
|
||||
RAM=/dev/ram
|
||||
BS=4096
|
||||
USRMB=400
|
||||
USRMB=300
|
||||
USRBLOCKS="`expr $USRMB \* 1024 \* 1024 / $BS`"
|
||||
ROOTMB=2
|
||||
ROOTBLOCKS="`expr $ROOTMB \* 1024 \* 1024 / $BS`"
|
||||
|
|
Loading…
Reference in a new issue