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

`skipcpio` source path has changed since https://github.com/dracutdevs/dracut/commit/9f9bf8a1 `dracut-install` source path has changed since https://github.com/dracutdevs/dracut/commit/3420a70d ## Checklist - [X] I have tested it locally - [ ] I have reviewed and...

Currently only the `inst_multiple` function propagates the result code returned by `dracut-install`. This was missing since 043 (e.g.: https://github.com/dracutdevs/dracut/blob/043/dracut-functions.sh#L751) ## Checklist - [X] I have tested it locally - [...

**Describe the bug** dracut does not unmount the root encrypted disk on shutdown. (Using `cryptsetup luksClose`.) **Distribution used** Debian bullseye **Dracut version** 0.51 **Init system** systemd **To Reproduce** I've wrote...

shutdown

**Describe the bug** When I use a standalone `usr` partition and also use `systemd-repart` to setup the remainder of the partition table (`root` and `swap` partitions mainly), the unit `sysusr-usr.mount`...

bug

Affected configuration variables: - `dracutmodules` - `add_dracutmodules` - `force_add_dracutmodules` - `omit_dracutmodules` - `drivers` - `add_drivers` - `force_drivers` - `omit_drivers` - `filesystems` - `install_items` - `install_optional_items` - `libdirs` - `fscks` Also,...

test
modules
url-lib
kernel-modules
fs-lib
github

## Changes This patch is adding hashing functionality into dracut-install. From every source is generated a hash which is stored into a file together with the destination path. Function uses...

**Describe the bug** dracut-shutdown.service lacks DRACUT_SYSTEMD=1 environment variable **Distribution used** Debian but easily seen in dracut upstream source code: https://github.com/dracutdevs/dracut/blob/master/modules.d/98dracut-systemd/dracut-shutdown.service#L11 **Dracut version** latest git **Init system** systemd **To Reproduce** Write...

bug

Currently, `nm-wait-online-initrd.service` only waits for NetworkManager to activate all devices; it doesn't wait for NetworkManager to reach a connected state. Because the `settled` hook `nm-run.sh` only provides one opportunity for...

modules
network-manager

Purpose of this pull request: Receiving some early feedback if this approach looks acceptable. * Work in progress. * Console output are yet to be improved and documentation written. *...

modules