Drop salsa20-x86_64 module from dracut image

It isn't really used by default and x86_64 specific variant was recently
dropped (4.14.47 at least).

Fixes QubesOS/qubes-issues#4181
This commit is contained in:
Marek Marczykowski-Górecki 2018-09-01 13:19:20 +02:00
parent 61f83e888f
commit 9f18e6d742
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -1,4 +1,4 @@
# 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 "
add_drivers+=" xts aesni-intel aes-x86_64 crc32c-intel ghash-clmulni-intel twofish-x86_64 "