Add a file called /etc/dracut.conf.d/luks.conf
which contains:
install_items+=" /etc/crypttab /crypto_keyfile.bin "
dracut is more verbose than mkinitcpio by default. It will output a lot of “stuff” when it builds an initramfs.
Add a file called /etc/dracut.conf.d/luks.conf
which contains:
install_items+=" /etc/crypttab /crypto_keyfile.bin "
dracut is more verbose than mkinitcpio by default. It will output a lot of “stuff” when it builds an initramfs.