dracut
dracut copied to clipboard
dracut the event driven initramfs infrastructure
**Describe the bug** Many distros now cap the total size of the `/run` filesystem at a relatively small percentage of RAM. For example, Fedora Security Live F38 on a VM...
Some required libraries that used to be statically included are in the process to be opened via `dlopen()`. ## Checklist - [ ] I have tested it locally - [...
**Describe the documentation** As per the [announcement](https://www.spinics.net/lists/linux-initramfs/msg04912.html) All discussions should happen on the github issue tracker so this section needs removal and rephrasing to reflect that. `There is also a...
**Describe the bug** A clear and concise description of what the error is. **Distribution used** Which distribution was this behaviour seen in? **Dracut version** Version: 059-16.fc39 **Init system** /sbin/init ->...
Added since https://github.com/systemd/systemd/commit/a628d933 In case systemd now requires this new service to resume from hibernation, the `resume` module must install it in the initrd. CC @YHNdnzj
So I recently noticed that dracut nowadays embeds dbus in the initrd. That's a bad idea and leads to deadlocks like this one: https://bugzilla.redhat.com/show_bug.cgi?id=1976653#c4 This then led people to submit...
In light of recent events it became apparent that the project needs additional workflows added to it for both transparency and security reasons. Workflow(s) are needed for members joining/leaving the...
**Describe the bug** dracut stuck at boot , it shows prompt k asking for password , entering the password and successfully decrypt the partition but failled to pass to systemd...
It has been seen that for some network mac drivers (i.e. lan78xx) the related module for the phy is loaded dynamically depending on the current hardware. In this case, the...
**Describe the bug** The `dracut-initramfs-restore.sh` script fails during `dracut-shutdown.service` on ostree-based systems because it incorrectly looks for the initramfs in the wrong location. **Distribution used** I've observed this on RHEL...