grazzolini / mkinitcpio-netconf

Archlinux mkinitcpio hooks for setting up early user space networking.
BSD 3-Clause "New" or "Revised" License
10 stars 8 forks source link

Add systemd-network user and group to initramfs #21

Open rkivalin opened 4 months ago

rkivalin commented 4 months ago

Currently, systemd-networkd service fails to start with the following error:

systemd-networkd.service: Failed to determine user credentials: No such process
systemd-networkd.service: Failed at step USER spawning /usr/lib/systemd/systemd-networkd: No such process
systemd-networkd.service: Main process exited, code=exited, status=217/USER
systemd-networkd.service: Failed with result 'exit-code'.

Adding the systemd-network user to initramfs resolves the issue.