legacy_disk_layout: Bump factory_install kernel partition sizes

Factory kernels are larger than standard kernels -- they enable a few
extra kernel drivers, and they build in an initramfs -- but currently,
they use the same size partitions as the main image.

This has caused growth issues in the past, which we've "solved" by
bumping individual boards to use larger partitions in the
factory_install image:

https://chrome-internal-review.googlesource.com/c/chromeos/overlays/overlay-eve-kernelnext-private/+/6930151

We should just do this for all legacy layouts, since we don't have any
backward-compatibility concerns for them.

BUG=b:352042037
TEST=`cros build-image ... factory_install`; `mount_gpt_image.sh`,
     inspect

Change-Id: I33118c57789eb1af83457a73e40ed612e0970206
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosutils/+/5692007
Commit-Queue: Joseph Sussman <josephsussman@google.com>
Tested-by: Brian Norris <briannorris@chromium.org>
Reviewed-by: Joseph Sussman <josephsussman@google.com>
Reviewed-by: Sergey Frolov <sfrolov@google.com>
1 file changed
tree: c52b56174253fa2acd7f8b99b2dc05444bafb824
  1. bin/
  2. build_library/
  3. hooks/
  4. lib/
  5. mod_for_test_scripts/
  6. .gitignore
  7. build_kernel_image.sh
  8. common.sh
  9. cros_show_stacks
  10. DIR_METADATA
  11. image_to_vm.sh
  12. make_netboot.sh
  13. mod_image_for_recovery.sh
  14. mount_gpt_image.sh
  15. OWNERS
  16. OWNERS.kernel
  17. PRESUBMIT.cfg
  18. README.md
  19. remote_access.sh
  20. update_bootloaders.sh
  21. update_chroot
  22. update_kernel.sh
README.md

src/scripts directory

This repository contains build tools and scripts written in shell (e.g., Bash). Historically, much of our build process was written in shell in this directory, however, we're currently in the process of migrating many scripts to Python in Chromite.

In general, we're not currently accepting new scripts in this directory.

If you want to host a script for yourself/local team, feel free to use the src/platform/dev/contrib/ directory instead.