increase root FS size to 128MB

Change-Id: Ibccc32d672b138fd267641e5e5a6e06bfa8502e9
This commit is contained in:
Ben Gras 2014-09-03 18:36:11 +02:00
parent 4f9ef4d3b0
commit fcba33f524

View file

@ -10,7 +10,7 @@
LOCALRC=/usr/etc/rc.local
MYLOCALRC=/mnt/etc/rc.local
ROOTMB=64
ROOTMB=128
ROOTSECTS="`expr $ROOTMB '*' 1024 '*' 2`"
BOOTXXSECTS=32
USRKB="`du -sxk /usr | awk '{ print $1 }'`"