commit | 5986d46f8efb20532d494242fccb051267f92e1a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 19 16:49:35 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 28 15:59:22 2023 -0400 |
tree | f63b239fb16ae1f72580d96ae8304e40364d2ef3 | |
parent | d389efc44898f9b5b3d07e810253b6fb73c55e3c [diff] |
bootstd: Adjust the default bootmeth order The existing distro scripts check extlinux and scripts before EFI. Adjust the default ordering to do the same, to avoid breaking existing flows. Add some documentation, mentioning that this order will likely change in future. Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Da Xue <da@libre.computer>