LuksRoot: use generic aes module which loads platform-optimized modules automagically.

This commit is contained in:
Evgeny Egorochkin 2013-01-14 05:12:20 +02:00
parent 0f11519d45
commit 6ecf2c3a28

View file

@ -62,7 +62,7 @@ in
}; };
boot.initrd.luks.cryptoModules = mkOption { boot.initrd.luks.cryptoModules = mkOption {
default = [ "aes_generic" "aes_x86_64" "blowfish" "twofish" "serpent" "cbc" "xts" "lrw" "sha256" "sha1" "sha2" ]; default = [ "aes" "blowfish" "twofish" "serpent" "cbc" "xts" "lrw" "sha256" "sha1" "sha2" ];
description = '' description = ''
A list of cryptographic kernel modules needed to decrypt the root device(s). A list of cryptographic kernel modules needed to decrypt the root device(s).
The default includes all common modules. The default includes all common modules.