commit 0169f589b9067f69f1436626d0dc41dae6e9205f
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 tools/publish.sh
End of Note