dracut
dracut copied to clipboard
dracut the event driven initramfs infrastructure
It does not seem possible to use overlayfs (dmsquash-live dracut module) with nfs (nfs dracut module). I could not find anything in the documentation that would prevent this configuration. The...
I'm using dracut and refind on Fedora and using the unified, signed EFI STUB generation. And Fedora already has / already created the directory ``/efi/EFI/Fedora`` on my EFI System Partition....
Factor out common part of each test_setup() function and move it to test-functions file so that it can be shared and reused for each test. . E.g. the following steps...
Some modules (especially modules not dependent on systemd, such as base or rootfs-block modules) only depend on sh to allow for more flexibility. dmsquash-live could also benefit from not requiring...
Inside initramfs move the following text files out of the root of /lib/dracut/ folder. These files are not essential for booting. - lib/dracut/modules.txt - lib/dracut/build-parameter.txt - lib/dracut/dracut-* Some ideas where...
**Describe the bug** https://github.com/dracutdevs/dracut/blob/master/modules.d/95nfs/parse-nfsroot.sh#L120 this script adds hook to check if /sysroot/proc exists, and it obviously doesn't since /sysroot is being mount after initqueue hooks are finished, therefore it goes...
https://github.com/dracutdevs/dracut/blob/master/test/TEST-20-NFS/test.sh#L152 times out in when running on a Debian container. 4 NFS subtests pass, but the 5th times out. The same test passes on the Fedora-latest and Arch containers, so...
**Describe the bug** When updating the System with `pacman -Syu `or `yay` sometimes you'd get "error: unable to write to pipe (Broken pipe)". I can't make sense of it and...
systemd v248 introduced support for using AF_UNIX sockets as key files in `/etc/crypttab`. This pull request enhances the 90crypt module to identify socket units with matching socket file paths. It...
https://github.com/systemd/systemd/commit/4e1f0037 added a new `tpm2.target`, which is now used by `systemd-pcrphase-initrd.service`, and `systemd-tpm2-generator`, which adds a `Wants=` dependency from `sysinit.target` to `tpm2.target` when it detects that the firmware discovered a...