]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
crypt: installing all crypto kernel modules instead of few selected
authorAmadeusz Żołnowski <aidecoe@aidecoe.name>
Mon, 7 Mar 2011 16:16:54 +0000 (17:16 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 9 Mar 2011 17:09:23 +0000 (18:09 +0100)
modules.d/90crypt/module-setup.sh

index 5b435e5c8625e297ff6a34211d5c7a76c451bd5d..874547770021c336ad68c7cfe587447128e8f56e 100755 (executable)
@@ -31,8 +31,7 @@ depends() {
 }
 
 installkernel() {
-    instmods dm_crypt cbc sha256 xts aes aes_generic aesni-intel aes-x86_64 fpu
-
+    instmods dm_crypt =crypto
 }
 
 install() {