dracut
dracut copied to clipboard
dracut the event driven initramfs infrastructure
## Changes to lsinitrd ### enable unpacking files from squash-root.img This is helpful for debugging some kdump mkdumprd that prefer dracut-squash. ### print stored dracut cmdline It's more convenient for...
At boot, every time a script calls a `getarg` function, the `getcmdline` function is called, which parses /etc/cmdline, /etc/cmdline.d/*.conf and /proc/cmdline. Although a call only takes a few ns, this...
`systemd-cryptsetup` has been moved from `/usr/lib/systemd` to `/usr/bin/` since https://github.com/systemd/systemd/commit/fb8d67cd. This patch is not required for systemd-v255, a compat symlink will be provided for now. This PR is just a...
## Checklist - [X] I have tested it locally - [ ] I have reviewed and updated any documentation if relevant - [ ] I am providing new code and...
`VERSION` can contain other values unrelated to the dracut version, which garbles the output. E.g.: openSUSE Tumbleweed: ``` Oct 10 14:17:58 localhost dracut-cmdline[236]: dracut-dracut-059+suse.501.gc44a365d-1.1 ``` Fedora Rawhide: ``` Oct 10...
If `kernel-install add` is called specifying one or more INITRD-FILEs, the caller just wants to use these, so there is no point in generating a new one. ## Checklist -...
## Changes The git release tag does not contain the `dracut-version.sh` file and therefore `git archive` will lack this file as well. The Makefile attempts to populate version information from...
The way `multipath` works in SUSE distros differs from upstream, causing some tests to fail. This reverts commit c08ae406bc7c7d815b0911d9429f400719afc2ae. ## Changes ## Checklist - [X] I have tested it locally...
Bumps [luizm/action-sh-checker](https://github.com/luizm/action-sh-checker) from 0.6.0 to 0.8.0. Release notes Sourced from luizm/action-sh-checker's releases. v0.8.0 Bump versions v0.7.0 No release notes provided. Commits c6edb3d Merge pull request #60 from rasa/rasa/upgrade-versions 035121b Reformat...
The grep introduced in commit e3a7112bef794e2f2dd741ec2c74fa9cb9117651 does not work as intended. The resume module is always excluded in hostonly mode. Made this a bit more explicit with if/else so it...