From: Arun Thomas Date: Wed, 30 Sep 2009 14:11:58 +0000 (+0000) Subject: Increase root partition size to 64 MB. X-Git-Tag: v3.1.5~59 X-Git-Url: http://zhaoyanbai.com/repos/dig.html?a=commitdiff_plain;h=8f4ca2dc925c858e774fb92dc2eade94843bae42;p=minix.git Increase root partition size to 64 MB. --- diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index 1231771d2..37b589bdc 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -10,7 +10,7 @@ LOCALRC=/usr/etc/rc.local MYLOCALRC=/mnt/etc/rc.local -ROOTMB=16 +ROOTMB=64 ROOTSECTS="`expr $ROOTMB '*' 1024 '*' 2`" USRKBFILE=/.usrkb if [ ! -f "$USRKBFILE" ]