dracut
dracut copied to clipboard
dracut the event driven initramfs infrastructure
## Changes See individual commit messages; draft because on top of #1794
… arping to the default gateway This pull request changes dracut-network. Fixes two bugs which cause minutes long boot times caused by unneeded "arping -q -f -w 60" to the...
Prefix + error description at the end. This pull request changes... ## Changes ## Checklist - [x] I have tested it locally - [x] I have reviewed and updated any...
Even after commit dc21638c3f0a, kdump kernel could still crash when the CPU is reconfigured to run in compatibility mode of older CPU version. Fix it. ## Checklist - [x] I...
Signed-off-by: Zoltán Böszörményi ## Changes Added new modules: plymouth-ng and boot-animation, the second being a meta-module. plymouth-ng is an alternative to the plymouth module. The difference is that it doesn't...
**Describe the bug** darcut found a fuzzy match when using the parameter --omit-drivers **Distribution used** darcut --omit-drivers " aaxx " At this point, there is a module (ko) on the...
`ask_for_password()` in the crypt module (`modules.d/90crypt/crypt-lib.sh`) can now store passwords in the kernel keyring via `keyctl`, mimicing the behavior of `systemd-ask-password`. This allows `pam_gdm.so` (a standalone PAM module from GDM)...
**Describe the bug** Since the last major update, invoking dracut with `--conf /dev/null` fails. If I see correctly, this has been introduced as a response to #1136, where it was...
These are the differences I found between the command line parameters of the `network-legacy` and `network-manager` modules. This is just a heads-up, the importance of the missing/different features should be...
The [email protected] is a unit made for ordering block devices for systemd services. It seems to be the canonical way of doing this as given in the man page systemd.special....