dracut
dracut copied to clipboard
dracut the event driven initramfs infrastructure
**Describe the bug** After upgrading from `dracut-056` to `dracut-057` I can no longer successfully enter my LUKS password at boot. **Distribution used** Gentoo Linux **Dracut version** 057 **Init system** sysvinit...
**Is your feature request related to a problem? Please describe.** Defeat Cold Boot Attacks by wiping LUKS disk encryption during shutdown. What is a Cold Boot Attacks? See: * https://www.youtube.com/watch?v=JDaicPIgn9U...
I'd like to create a bootable VM image with dracut using chroot. Cannot find any documentation except [this](https://piiis.blogspot.com/2013/07/fedora-dracut-in-chroot-environment.html) which doesn't work for me. After the VM is booted, dracut takes...
https://github.com/dracutdevs/dracut/blob/c5dd11f99fb54937346eaee7c224ff8c7527298c/modules.d/98integrity/ima-keys-load.sh#L20-L21
**Describe the bug** Any LUKS encrypted device with detached header causes `blkid $_dev -s UUID -o value` to return nil [here in `modules.d/90crypt/module-setup.sh`](https://github.com/dracutdevs/dracut/commit/bf5c53a33f36d15a87297d4492624d137c3cd9fa#r70780210). This results in an erroneous `/etc/block_uuid.map` being...
Run `systemctl --root="$dracutsysrootdir" enable dbus.socket` ? _Originally posted by @mikhailnov in https://github.com/dracutdevs/dracut/issues/1396#issuecomment-828588685_
use `read -r var < file` https://github.com/dracutdevs/dracut/blob/3a04fdff87b5684bfa6c4bdd2a047fc12748c7ce/modules.d/95zfcp_rules/parse-zfcp.sh#L47-L49
yeah.. positiv testing is preferred here ``` [[ $is_crypt == "crypt" ]] || continue ``` as it catches the error case here. `$?` is zero for the following commands or...
**Describe the enhancement** Install a kernel module optionally and don't error, if it does not exist. See also https://github.com/systemd/mkosi/pull/680
**Describe the bug** From what I've seen, the name chosen in /etc/crypttab for the resulting encrypted block device can be anything. The man page for crypttab doesn't say anything about...