commit c5fa4f80e2b007ee4b367159dd7231a100e39e21
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Fri Sep 23 16:36:12 2022 -0500
fix(bootorder): Add regex-based fallback code for missing BootCurrent
Some terrible UEFI firmwares do not expose the BootCurrent UEFI firmware
variable like they should. This adds some user-configurable fallback heuristics
to try and pick the "right" boot variable in that case.
A content/params/current-boot-entry-heuristic-regex.yaml
M content/tasks/record-current-uefi-boot-entry.yaml
M content/tasks/reorder-uefi-boot-order.yaml
M go.mod
M go.sum
M tools/publish.sh
End of Note