commit 95f75a4f8a38bec1b70c74acb0784358ed65873f
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Wed Sep 14 15:00:43 2022 -0500
Fix incredibly lame remarshal issue
M tools/publish.sh
commit eb8e7191b752b0f5ac95a818bb5dad4b54481db7
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Wed Jan 5 12:26:04 2022 -0600
fix(bootorder): Split UEFI boot order fixup into 2 parts.
The first part wil run in Sledgehammer or during the OS install
process and will record what the BootCurrent UEFI variable points at.
The second part will reorder the UEFI boot order to put the recorded
entry first.
A content/params/current-boot-entry-fullpath.yaml
A content/params/current-boot-entry.yaml
M content/stages/discover.yaml
A content/stages/record-current-uefi-boot-entry.yaml
A content/stages/set-uefi-boot-order.yaml
A content/tasks/record-current-uefi-boot-entry.yaml
A content/tasks/reorder-uefi-boot-order.yaml
End of Note