dracut
dracut copied to clipboard
dracut the event driven initramfs infrastructure
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...
`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...
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...
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...
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...
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...
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...
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 - [ ]...
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...