dracut icon indicating copy to clipboard operation
dracut copied to clipboard

dracut the event driven initramfs infrastructure

Results 351 dracut issues
Sort by recently updated
recently updated
newest added

The `sort-key` field was added in https://github.com/systemd/systemd/pull/22519 and is used by systemd-boot to sort boot entries. Without it, rescue entries generated by this plugin are not sorted properly. This patch...

kernel-install

`blkid -o udev` is deprecated since https://github.com/util-linux/util-linux/commit/24d741d8, replace it with `udevadm info`. Issue spotted in #2222 ## Checklist - [X] I have tested it locally - [ ] I have...

modules
zipl
stale

Instead, save the return value in a temporary variable. ## Checklist - [X] I have tested it locally - [ ] I have reviewed and updated any documentation if relevant...

stale

This function performs two calls to `grep` and its result is always the same, so save it into a `cpu_vendor` variable. ## Checklist - [X] I have tested it locally...

stale

There is no need to grep inside each rule if the `/lib/dracut/need-initqueue` flag is already set. ## Checklist - [X] I have tested it locally - [ ] I have...

stale

Otherwise `dracut --print-cmdline` does not print the command line option added by the base module. Also, remove the undocumented `realinitpath` configuration option (which was also writing the `rd.distroinit` command line...

modules
base
stale

If the user asks for the dracut output to be reproducible, we should ensure objcopy produces a reproducible uki to. # Changes ## Checklist - [x] I have tested it...

stale

Although the kernel modules are not included yet because they are not executable, this speeds up the `find`. ## Checklist - [X] I have tested it locally - [ ]...

stale

Using halt will keep the HW still powered on. This can be confusing for users. The screen is blank, but for example, the fan is still running, and they have...

modules
dracut-systemd
base
stale