dracut: remove 'fpu' module reference

It doesn't exists in the current kernel.
This commit is contained in:
Marek Marczykowski-Górecki 2014-03-13 18:31:22 +01:00
parent 4d09139066
commit 677cb769e1

View File

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