From: Ben Gras Date: Fri, 2 Oct 2009 09:48:15 +0000 (+0000) Subject: revert to 16MB to fix reinstall for now. X-Git-Tag: v3.1.5~40 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=57be617a8dd1918dfec86625fc81ec0a24baedc2;p=minix.git revert to 16MB to fix reinstall for now. --- diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index 37b589bdc..1231771d2 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=64 +ROOTMB=16 ROOTSECTS="`expr $ROOTMB '*' 1024 '*' 2`" USRKBFILE=/.usrkb if [ ! -f "$USRKBFILE" ]