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

Use parameter expansion default value if the second argument is missing. The current code mistakenly reuses the null second argument. ## Checklist - [✔] I have tested it locally

modules
base

tpm2-tools dependency can be can be pulled in case tmp2-tss package is installed, using a soft conditional dependency. https://bugzilla.redhat.com/show_bug.cgi?id=2077697

If the `FONT` option defined in `/etc/vconsole.conf` refers to a file with its extension, not just the file name, dracut should not fail and install it. The `systemd-vconsole-setup` service ends...

modules
i18n

The configuration parameters in `/etc/dracut.conf` are being overridden by `/etc/dracut.conf.d` and `/usr/lib/dracut/dracut.conf.d`, which should be the opposite, the place for the user to override distribution/package configuration. Since the user can...

The previous method would only set built-in values if the directory in question did _not_ exist. However, when $dracutsysrootdir was set, the test would check for existence of $dracutsysrootdir and...

feat(dracut.sh): populate uefi_cmdline if no other cmdline is given When creating uefi image in hostonly mode (with using --hostonly-cmdline), it makes sense to copy current kernel commandline from /proc/cmdline, in...

Currently, dracut only allows to configure the persistent policy to address disks and partitions using any directory name found in `/dev/disk`, but there is no defined way to set the...

**Describe the enhancement** Currently dracut assembles mdadm raid during startup, and enters a 300s loop if all devices aren't ready to do a normal assemble. After 300s dracut commands mdadm...

Description: This fix gives a boot improvement of about 4-5secs on non-iSCSI boot systems, when iscsi parameters are given in kernel command line. On cloud systems, we need to boot...

bug