mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 15:41:04 +02:00
Install shim images are broken when booting from legacy x86 BIOS. The install shim relies upon "cros_factory_install" being passed as a boot flag. This flag is never passed to create_legacy_bootloader_templates, so the install shim flow is broken. This change passes the boot args flags to create_legacy_bootloader... so the install shim will function normally. TEST=Create factory_install image, verify correct boot w/ x86 BIOS. BUG=chrome-os-partner:15661 Change-Id: I46b2be188f48b7626bfd3235d5788410c7488c42 Reviewed-on: https://gerrit.chromium.org/gerrit/36590 Tested-by: Shawn Nematbakhsh <shawnn@google.com> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Liam McLoughlin <lmcloughlin@chromium.org> Commit-Ready: Shawn Nematbakhsh <shawnn@google.com>
Description
Languages
Shell
93.1%
Python
6.9%