dracut
dracut copied to clipboard
dracut the event driven initramfs infrastructure
Commit c8e531239bf314ae532ca1bc820285250a3b35d7 introduced a regression that causes the parsed `_wwpn` and `_lun` from SCSI device nodes to not be passed to the `create_udev_rule` function. Also, the format of these udev-created...
**Describe the bug** A clear and concise description of what the error is. `rd.live.overlay.overlayfs=1` is supposed to provide a non-persistent (i.e. deleted after reboot of Live Image) and temporary storage...
This patch allows forcing the input of the file path for the generated initramfs image (disabling automatic guessing of the location) using a new configuration option `force_output_file=yes`. ## Checklist -...
https://github.com/dracutdevs/dracut/compare/059...master shows +200 commits since last released version which was ~1.5 years ago. Is it possible to flush all those commits and release new version? 🤔
Arch changed upstream to this fork https://github.com/dracut-ng/dracut-ng https://gitlab.archlinux.org/archlinux/packaging/packages/dracut/-/commit/557540cacad79d9e8a43ca723920415ed3eeab03 This project is dormant; the only person with sufficient rights has been away for months. [dracut-ng/dracut-ng](https://github.com/dracut-ng/dracut-ng/) is the new home. _Originally posted...
The xz backdoor is having consequences and speeding up changes. Be prepared to include the required ones via `inst_libdir_file`. - https://github.com/systemd/systemd/pull/31131 - https://github.com/systemd/systemd/pull/32019 - https://github.com/systemd/systemd/pull/31550
**Describe the bug** If `/etc/ld.so.preload` contains a missing library, dracut does not add all the required libraries to the initrd. **Distribution used** openSUSE Tumbleweed **Dracut version** dracut 059+suse.360.g2e0ed5f7-1.1 **Init system**...
Just like how "crypt" module opens luks encrypted root via cryptsetup. It would be great if dracut could unlock bcachefs encrypted partitions a similar way. In userspace the way to...
``` localhost:~ # bash --version GNU bash, version 4.4.23(1)-release (x86_64-suse-linux-gnu) Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software; you...