Increase factory shim rootfs to 320MB to accomodate larger 64bit binaries

I will attempt to shrink this rootfs size back to the original size.

BUG=chromium-os:22932
TEST=./build_image --board=amd64-corei7 --noenable_rootfs_verification --symlink=factory_shim factory_install

Change-Id: I3bf571c569330480293f35ec3390c9ab6b76f4e2
Reviewed-on: https://gerrit.chromium.org/gerrit/11637
Reviewed-by: Nick Sanders <nsanders@chromium.org>
Tested-by: Anush Elangovan <anush@chromium.org>
Commit-Ready: Anush Elangovan <anush@chromium.org>
This commit is contained in:
Anush Elangovan 2011-11-14 12:28:30 -08:00
parent 286b5928c8
commit d39f1de7e5

View File

@ -126,9 +126,9 @@ if [ ${FLAGS_factory_install} -eq ${FLAGS_TRUE} ]; then
INSTALL_MASK="${INSTALL_MASK} ${FACTORY_INSTALL_MASK}" INSTALL_MASK="${INSTALL_MASK} ${FACTORY_INSTALL_MASK}"
# Reduce the size of factory install shim. # Reduce the size of factory install shim.
info "Fixing the rootfs size at 300 MiB for install shim" info "Fixing the rootfs size at 320 MiB for install shim"
FLAGS_rootfs_size=280 FLAGS_rootfs_size=300
FLAGS_rootfs_partition_size=300 FLAGS_rootfs_partition_size=320
info "Fixing the statefulfs size at 140 MiB for install shim" info "Fixing the statefulfs size at 140 MiB for install shim"
FLAGS_statefulfs_size=140 FLAGS_statefulfs_size=140