all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH docs 1/2] firmware-updates: replace dameon.conf with fwupd.conf
@ 2025-12-29 13:39 Maximiliano Sandoval
  2025-12-29 13:39 ` [pve-devel] [PATCH docs 2/2] firmware-updates: add group header to fwupd.conf Maximiliano Sandoval
  0 siblings, 1 reply; 2+ messages in thread
From: Maximiliano Sandoval @ 2025-12-29 13:39 UTC (permalink / raw)
  To: pve-devel

This was changed in [7fa42274], which first appeared in fwupd [1.9.1].

For reference, the latest version in Bookworm is 1.8.12 and in Trixie
the currently available version is 2.0.8.

[7fa42274] https://github.com/fwupd/fwupd/commit/7fa422744c42d5f6a207d43c094d02dece64baf6
[1.9.1] https://github.com/fwupd/fwupd/releases/tag/1.9.1

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
 firmware-updates.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/firmware-updates.adoc b/firmware-updates.adoc
index ea31dac..9ca4b6e 100644
--- a/firmware-updates.adoc
+++ b/firmware-updates.adoc
@@ -53,9 +53,9 @@ booted via UEFI.
 Support with the Proxmox signing key. This package consciously dropped the
 dependency recommendation for the `udisks2` package, due to observed issues with
 its use on hypervisors. That means you must explicitly configure the correct
-mount point of the EFI partition in `/etc/fwupd/daemon.conf`, for example:
+mount point of the EFI partition in `/etc/fwupd/fwupd.conf`, for example:
 
-.File `/etc/fwupd/daemon.conf`
+.File `/etc/fwupd/fwupd.conf`
 ----
 # Override the location used for the EFI system partition (ESP) path.
 EspLocation=/boot/efi
-- 
2.47.3



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] [PATCH docs 2/2] firmware-updates: add group header to fwupd.conf
  2025-12-29 13:39 [pve-devel] [PATCH docs 1/2] firmware-updates: replace dameon.conf with fwupd.conf Maximiliano Sandoval
@ 2025-12-29 13:39 ` Maximiliano Sandoval
  0 siblings, 0 replies; 2+ messages in thread
From: Maximiliano Sandoval @ 2025-12-29 13:39 UTC (permalink / raw)
  To: pve-devel

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 <m.sandoval@proxmox.com>
---
 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
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-29 13:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-29 13:39 [pve-devel] [PATCH docs 1/2] firmware-updates: replace dameon.conf with fwupd.conf Maximiliano Sandoval
2025-12-29 13:39 ` [pve-devel] [PATCH docs 2/2] firmware-updates: add group header to fwupd.conf Maximiliano Sandoval

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal