Drop dracut workaround for missing LUKS-related modules

It isn't needed for a long time, but at the same time some modules have
changed names, so now it cause errors/warnings.
This commit is contained in:
Marek Marczykowski-Górecki 2017-10-02 21:38:51 +02:00
parent 54d5c7b35c
commit 68dd013585
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -1,4 +0,0 @@
# Apprently some of the drivers required when using a processor with AESNI for LUKS
# are missing in the initramfs, so lets include them manually here:
add_drivers+=" xts aesni-intel aes-x86_64 crc32c-intel ghash-clmulni-intel salsa20-x86_64 twofish-x86_64 "