dracut
dracut copied to clipboard
dracut the event driven initramfs infrastructure
*** Issue *** The topology of the kernel driver under sysfs may be complicated, as demonstrated by the following case occurs in Power10. This raises challenge to detect the exact...
systemd-gpt-auto generator runs when `root=` is not set on the kernel cmdline. It doesn't work even if `root=` is set by dracut in the stored command line. For systemd-gpt-auto-generator to...
**Describe the bug** I'm using the `systemd-networkd` module together `--install /etc/systemd/network/20-wired.network` to configure networking in the initramfs. The original file has the following permissions as recommended by systemd: ``` rw-r-----...
I'm using RHEL 8 in a scenario where I provision a device in a DHCP network then later deploy it into a static IP network. My issue occurs when I...
Noticed these while perusing this code. I don't think it's currently causing any issues, other than added confusion. :) See individual commits.
It seems dhclient's `--timeout` option is not upstream [1], apparently it's RH-only [2]..., so a pre-check is needed before using it. [1] https://github.com/isc-projects/dhcp [2] https://github.com/landgraf/dhcp-fedora/commit/d171ac96 Some tests already take this...
`systemdsystemconfdir` usually expands to /etc/systemd/system, but the local configuration of systemd-networkd, systemd-timesyncd, portablectl and systemd users is saved into directories whose parent is /etc/systemd (`systemdutilconfdir`). This error went unnoticed because...
**Describe the bug** The "Container" workflow attempts to push to ghcr.io, which fails for all forks due to missing permissions. See e.g. https://github.com/mwilck/dracut/actions/runs/2609785132 Because this is a "scheduled" workflow, owners...
**Describe the bug** Fedora NFS issues in the CI: https://github.com/dracutdevs/dracut/runs/7071776979?check_suite_focus=true https://github.com/dracutdevs/dracut/runs/7071776822?check_suite_focus=true ``` CLIENT TEST END: NFSv3 root=dhcp DHCP path only [FAILED - BAD EXIT] TEST: root filesystem on NFS with...
**Describe the bug** Configuring networking via systemd-networkd and a trivial dhcp config fails with the following log messages: ``` systemd-networkd: DHCPv4 client: Failed to set DUID-EN/Vendor: Permission denied systemd-networkd: DHCPv4...