Re: [systemd-devel] enable systemd-resolved in early boot (dracut)

2024-03-30 Thread Aleksandar Kostadinov
Thanks a lot! It worked like a charm. Because I didn't use systemd-networkd I had to add it manually $ cat /etc/dracut.conf.d/resolved.conf add_dracutmodules+=" systemd-resolved " Now mdns resolution works during early boot (clevis vs tang). On Thu, Mar 21, 2024 at 3:51 PM Andrei Borzenkov

Re: [systemd-devel] How to correctly setup the partition table for systemd-sysupdate?

2024-03-30 Thread Burak Gerz
You need to define the mandatory MatchPattern= in the [Target] Specification. This was also confusing for me, so I opened a PR here.. https://github.com/systemd/systemd/pull/32018