dracut
dracut copied to clipboard
dracut the event driven initramfs infrastructure
Priority 99 should be reserved for hooks that need to run last. rootfs-block mount hook does not need to run last, rather it is expected to run early on during...
As LGTM is going to be shut down by EOY[0], let's move the code scanning to CodeQL as recommended. Thanks to GH integration the results from such scans will be...
Introducing the systemd-pstore module. ## Checklist - [X] I have tested it locally - [ ] I have reviewed and updated any documentation if relevant - [ ] I am...
`sys-kernel-config.mount` needs `[email protected]` since systemd v246.7 (https://github.com/systemd/systemd/commit/42cc2855), so the kernel configfs fails to mount in the initrd. ## Checklist - [X] I have tested it locally - [ ] I...
The path detection is not working on latest Fedora and some other distros, and fails to extract the initramfs. It seems the if statement is broken by a previous commit,...
Notice that TEST-04 does not bring up networking interface as it is not needed. Apply the same principle for all local tests that do not need networking. This should make...
Document the reason of the existing workaround. Move the existing logic to the initramfs.testing generation phase and make the steps more generic.
Add a test for mounting root filesystem with overlay for /dev/sdb. The existing test was testing mounting root filesystem with overlay from a squashfs image file.
## Changes This patch set is a collection of bug fixes for the 95nvmf module. I encountered these issues while working on testing and improving boot from NVMeoF. ## Checklist...
Remove a workaround for systemd v230 Remove some more dead code. Improve style and formatting. Remove duplicated modules.