From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH docs 2/2] firmware-updates: add group header to fwupd.conf
Date: Mon, 29 Dec 2025 14:39:19 +0100 [thread overview]
Message-ID: <20251229133920.40752-2-m.sandoval@proxmox.com> (raw)
In-Reply-To: <20251229133920.40752-1-m.sandoval@proxmox.com>
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
prev parent reply other threads:[~2025-12-29 13:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251229133920.40752-2-m.sandoval@proxmox.com \
--to=m.sandoval@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.