Increase root partition size to 64 MB.

This commit is contained in:
Arun Thomas 2009-09-30 14:11:58 +00:00
parent e326a01446
commit 8f4ca2dc92

View file

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