From d39f1de7e570ba7a5cc6523a4a3a3705ac22e3b8 Mon Sep 17 00:00:00 2001 From: Anush Elangovan Date: Mon, 14 Nov 2011 12:28:30 -0800 Subject: [PATCH] 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 Tested-by: Anush Elangovan Commit-Ready: Anush Elangovan --- build_image | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_image b/build_image index 31d52908c0..01173e54c4 100755 --- a/build_image +++ b/build_image @@ -126,9 +126,9 @@ if [ ${FLAGS_factory_install} -eq ${FLAGS_TRUE} ]; then INSTALL_MASK="${INSTALL_MASK} ${FACTORY_INSTALL_MASK}" # Reduce the size of factory install shim. - info "Fixing the rootfs size at 300 MiB for install shim" - FLAGS_rootfs_size=280 - FLAGS_rootfs_partition_size=300 + info "Fixing the rootfs size at 320 MiB for install shim" + FLAGS_rootfs_size=300 + FLAGS_rootfs_partition_size=320 info "Fixing the statefulfs size at 140 MiB for install shim" FLAGS_statefulfs_size=140