dracut
dracut copied to clipboard
dracut the event driven initramfs infrastructure
Starting from commit https://github.com/dracutdevs/dracut/commit/3d8e1ad2ae1e34244ddf700beea6358c1452e05c, dracut stopped chrooting into initramfs on shutdown: ``` ERROR: src/skipcpio/skipcpio.c:91:main(): Cannot open file '/efi/6699e6fad149423fa9fe8ac1c19e1655/5.18.1-xanmod1-1-skylake/initrd' gzip: stdin: unexpected end of file ``` I do have /efi/loader/entries, but...
**Describe the bug** livenet module cannot boot with dracut-055 using systemd as network backend **Distribution used** Gentoo Linux **Dracut version** dracut 055 **Init system** systemd **To Reproduce** build squashfs image...
I was looking at https://github.com/dracutdevs/dracut/pull/1658 where we removed the Condition, so the sysusers are run every time in the initrd. I don't think this is necessary since we always take...
**Describe the bug** When the root is specified via `root=:` (e.g. virtfs, virtiofs), `systemd-fstab-generator` generates a `sysroot.mount` with the literal value of the `root` parameter and fails in the boot...
**Describe the bug** We config two netroot which point to one same LUN on remote iSCSI target. Durning the initrd, we want iscsiadm to login these two netroot and map...
**Describe the bug** A clear and concise description of what the error is. **Distribution used** Which distribution was this behaviour seen in? **Dracut version** Which dracut version was this behaviour...
We should have man pages for each module, which links to other relevant man pages to the module and probably some kind of module info behavior ```dracut --modinfo $module``` as...
**iSCSI module-setup: should not package all files in /etc/iscsi/ to initrd** iscsiadm -m discovery -t st -p xxx would use userdefined iface to perform discovery if any userdefined iface exists....
This pull request refactors the systemd module to start using systemd modules
**Describe the bug** When mount fails no information is provided, even when dracut provides verbose debug information about everything else **Distribution used** openSUSE Tumbleweed **Dracut version** dracut-056+suse.275.g4ce7a6a7-1.1 **Init system** systemd...