lanzaboote/rust/tool/src
Julian Stecklina cbccd64c57 tool: make file installation deterministic
Due to the use of hash maps, the order of file installation was not
deterministic. I've changed the code the use BTreeMaps instead, which
makes this deterministic. While I was here, I tried to simplify the
code a bit.
2023-02-25 20:42:08 +01:00
..
cli.rs tool: write systemd-boot loader.conf 2023-01-29 16:19:14 +01:00
esp.rs tool: write systemd-boot loader.conf 2023-01-29 16:19:14 +01:00
gc.rs treewide: fix typos 2023-01-21 10:27:34 +01:00
generation.rs tool: improve sd-boot generation display name 2023-02-10 12:25:59 +01:00
install.rs tool: make file installation deterministic 2023-02-25 20:42:08 +01:00
main.rs tool: make systemd version parsing robust 2023-01-26 21:30:44 +01:00
os_release.rs tool: improve sd-boot generation display name 2023-02-10 12:25:59 +01:00
pe.rs tool: move file_hash() to utils module 2023-02-24 00:04:00 +01:00
signature.rs tool: smarter systemd-boot install 2023-01-25 22:21:14 +01:00
systemd.rs tool: make systemd version parsing robust 2023-01-26 21:30:44 +01:00
utils.rs tool: move file_hash() to utils module 2023-02-24 00:04:00 +01:00