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