e8d4b6bb54 | ||
---|---|---|
99luks-auto | ||
.gitattributes | ||
README.md | ||
push.sh |
README.md
dracut-luks-autounlock
dracut + systemd + LUKS + usbflash
That project solve issue when you want auto unlock LUKS volumes with USB key but you're initramfs using systemd.
Instalation
- Place 99luks-auto inside /usr/lib/dracut/modules.d
- chmod +x /usr/lib/dracut/modules.d/99luks-auto/*.sh
- echo 'add_dracutmodules+=" luks-auto "' > /etc/dracut.conf.d/luks-auto.conf
- dracut -f