]> Zhao Yanbai Git Server - minix.git/commitdiff
revert to 16MB to fix reinstall for now.
authorBen Gras <ben@minix3.org>
Fri, 2 Oct 2009 09:48:15 +0000 (09:48 +0000)
committerBen Gras <ben@minix3.org>
Fri, 2 Oct 2009 09:48:15 +0000 (09:48 +0000)
commands/scripts/setup.sh

index 37b589bdc2a3b8667c4c6620884b6aaa24bcc614..1231771d2fdb0bb3806b5f13b4a7cffa254641b8 100755 (executable)
@@ -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" ]