Rootfs: increase size to 850MiB.

BUG=not sure, but this is CL 2/2 to fix broken L13 build
TEST=tested usb intall/auto update

Change-Id: I14cdd1ec941a0653ac25ec7ef72f69f2ec8f64c9

Review URL: http://codereview.chromium.org/4270002
This commit is contained in:
Andrew de los Reyes 2010-11-01 18:27:53 -07:00
parent 3d57ef8139
commit 0eb6d764ad

View File

@ -51,7 +51,7 @@ DEFINE_boolean dev_install ${FLAGS_FALSE} \
"Build a smaller image to overlay the dev recovery install shim on" "Build a smaller image to overlay the dev recovery install shim on"
DEFINE_integer rootfs_partition_size 1024 \ DEFINE_integer rootfs_partition_size 1024 \
"rootfs partition size in MiBs." "rootfs partition size in MiBs."
DEFINE_integer rootfs_size 720 \ DEFINE_integer rootfs_size 850 \
"rootfs filesystem size in MiBs." "rootfs filesystem size in MiBs."
# ceil(0.1 * rootfs_size) is a good minimum. # ceil(0.1 * rootfs_size) is a good minimum.
DEFINE_integer rootfs_hash_pad 8 \ DEFINE_integer rootfs_hash_pad 8 \