dracut
dracut copied to clipboard
dracut the event driven initramfs infrastructure
When installing module "90kernel-modules-extra", if invalid files are found in modules.dep, give warning message and skip install these files, rather than aborting generating initramfs. ## Changes Do not abort dracut...
**Describe the bug** dracut failed inside `installkernel` in module kernel-modules-extra. ``` # dracut -f ./test.img realpath: weak-updates/test.ko: No such file or directory dracut: installkernel failed in module kernel-modules-extra ``` **Distribution...
Login to GitHub Container Registry as the actor instead of the repository owner. Upgrade to login-action@v2 and build-push-action@v3 Github Actions. Fixes: #1865
Encapsulate the specific compilation process into the individual binary tool directories for "dracut-install", "logtee", "skipcpio" and "dracut-util". This pull request changes... ## Changes During building process, enter specific binary tool...
With "--nolocking" argument, the "lvm lvs" command is expected to report an error message: `WARNING: File locking is disabled`. Direct this message to /dev/null so it do not appear as...
Currently, compilation of all binary tools is defined in the top-level `Makefile`, which is not quite proper for individual tool development. Although `install` and `util` have their own `build` scripts,...
**Describe the bug** initramfs tries to execute /lib64/elogind/elogind-uaccess-command multiple times. It seems 70-uaccess.rules requires /lib64/elogind/elogind-uaccess-command Adding ``` install_items+=" /lib64/elogind/elogind-uaccess-command " ``` to /etc/dracut.conf works around the issue. **Distribution used** Gentoo...
`systemd-sysroot-fstab-check` is a symlink to `systemd-fstab-generator` added in systemd commit https://github.com/systemd/systemd/commit/cd7ad0cb systemd has a temporary patch until dracut installs it (https://github.com/systemd/systemd/commit/db527621)
https://docs.kde.org/trunk5/en/kate/katepart/config-variables.html > Additionally, document variables can be placed in a file called .kateconfig in any directory, and the configured settings will be applied as if the modelines were entered on...
**Describe the bug** It looks like that dracut cannot set properly keymap. **Distribution used** Slackware **Dracut version** 057 **Init system** Runit **To Reproduce** I generate the kernel image and reboot...