increase root FS size to 128MB
Change-Id: Ibccc32d672b138fd267641e5e5a6e06bfa8502e9
This commit is contained in:
parent
4f9ef4d3b0
commit
fcba33f524
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
LOCALRC=/usr/etc/rc.local
|
LOCALRC=/usr/etc/rc.local
|
||||||
MYLOCALRC=/mnt/etc/rc.local
|
MYLOCALRC=/mnt/etc/rc.local
|
||||||
ROOTMB=64
|
ROOTMB=128
|
||||||
ROOTSECTS="`expr $ROOTMB '*' 1024 '*' 2`"
|
ROOTSECTS="`expr $ROOTMB '*' 1024 '*' 2`"
|
||||||
BOOTXXSECTS=32
|
BOOTXXSECTS=32
|
||||||
USRKB="`du -sxk /usr | awk '{ print $1 }'`"
|
USRKB="`du -sxk /usr | awk '{ print $1 }'`"
|
||||||
|
|
Loading…
Reference in a new issue