Merge pull request #85074 from Emantor/fix/boot_kernel_module

boot.initrd.luks: remove x86_64/i586 AES modules
This commit is contained in:
Franz Pletz
2020-07-11 19:20:32 +02:00
committed by GitHub

View File

@@ -473,8 +473,6 @@ in
[ "aes" "aes_generic" "blowfish" "twofish"
"serpent" "cbc" "xts" "lrw" "sha1" "sha256" "sha512"
"af_alg" "algif_skcipher"
(if pkgs.stdenv.hostPlatform.system == "x86_64-linux" then "aes_x86_64" else "aes_i586")
];
description = ''
A list of cryptographic kernel modules needed to decrypt the root device(s).