usr can be 300

This commit is contained in:
Ben Gras 2005-09-01 16:59:11 +00:00
parent 5c15fed299
commit 2939d123cc

View file

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