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

In `mkinitcpio` this is as simple as setting in `/etc/mkinitcpio.d/linux.preset`: ``` default_uki="/efi/EFI/Linux/new-uki-path.efi" ``` I couldn't find a similar option in dracut. According to `man dracut.conf` ``` uefi="{yes|no}" Instead of creating...

Since https://github.com/systemd/systemd/commit/a628d933, the generator only does the initial validation of the system info and then enables the new `systemd-hibernate-resume.service`. Not tested, but this patch will be required for systemd-v255 based...

modules
resume
stale

Enhance the qemu dracut module so that it can extend the command line that was passed in when Linux kernel started. This can happen either using the fw_cfg or smbios...

enhancement
qemu

Instead of trying every possible compression method until the right one is found, parse the header of the initramfs image to get the right one and use it without hiding...

stale
man

We want to know if including dracut modules makes the test fail instead of masking issues by omitting dracut modules. This PR increase test coverage and makes the tests simpler...

test

`blkid -o udev` is deprecated since [2012](https://github.com/util-linux/util-linux/commit/24d741d88a31863e82feb3f3a4516d7df006378b) `udevadm info --export-db` logs the full content of the udev database.

bug
modules
base

We should keep base module small to manage size, complexity and dependencies of the generated initramfs. `devnames` function is only used in `crypt` module.

modules
crypt
base

This udev rule used to be generated. It is no longer used. See https://systemd-devel.freedesktop.narkive.com/oFRvlOTQ/70-persistent-net-rules . This is how it used to look: ``` cat /etc/udev/rules.d/70-persistent-net.rules # This file was automatically...

modules
udev-rules

Introduce a new pattern to list required binaries once and use it both at check() and install() time. I picked the multipath module as multipath module is actively developed, so...

modules
multipath

**Describe the bug** Images built with dracut do not allow for hibernation. **Distribution used** EndeavourOS Linux **Dracut version** dracut 060 **Init system** systemd **To Reproduce** 1. Build initramfs using dracut...

bug