[pve-devel] [PATCH installer v2 00/17] fix #5536: implement post-(auto-)installation notification mechanism
Aaron Lauterer
a.lauterer at proxmox.com
Wed Jul 24 13:34:33 CEST 2024
I tested the patch series with the HTTP auto install variant and logged
the POST hook request.
Overall it works as advertised.
Patch 6/17 <common: setup: deserialize `secure_boot` property from
runtime env> runs into a problem if the system isn't using secure boot.
But I think we should fix that in Proxmox/Install/RunEnv.pm to store it
in a way that the JSON stores it not in the form `"secure_boot":""` but
rather as `"secure_boot":0`.
Patch 11/17 <auto-installer: tests: replace manual panic!() with
assert_eq!()> should be dropped, as it will reduce the usefulness of the
output to find out why the test failed. The plan here is to switch that
to, most likely, pretty_assertions.
With this, and the smaller comments on the individual patches, considers
this series:
Tested-By: Aaron Lauterer <a.lauterer at proxmox.com>
Reviewed-By: Aaron Lauterer <a.lauterer at proxmox.com>
More information about the pve-devel
mailing list