After creating a new config file, either as daemon.conf or fwupd.conf with the same contents as the example prior to this commit, the following error will be seen when starting fwupd.service:
Failed to load daemon: failed to load engine: Failed to load config: failed to load /etc/fwupd/fwupd.conf: Key file does not start with a group Since there are potentially multiple groups, adding this at the end of the file might result in the key added to the wrong group. The file is also not present by default, so creating it without the header will also lead to issues. On the other hand, adding the group multiple times is not an issue. Please see `man 5 fwupd.conf` for more details. Signed-off-by: Maximiliano Sandoval <[email protected]> --- firmware-updates.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware-updates.adoc b/firmware-updates.adoc index 9ca4b6e..b9ca47e 100644 --- a/firmware-updates.adoc +++ b/firmware-updates.adoc @@ -57,6 +57,7 @@ mount point of the EFI partition in `/etc/fwupd/fwupd.conf`, for example: .File `/etc/fwupd/fwupd.conf` ---- +[fwupd] # Override the location used for the EFI system partition (ESP) path. EspLocation=/boot/efi ---- -- 2.47.3 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
