]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
crypt: add drbg kernel module
authorHarald Hoyer <harald@redhat.com>
Thu, 2 Jul 2015 13:00:41 +0000 (15:00 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 2 Jul 2015 13:16:06 +0000 (15:16 +0200)
modules.d/90crypt/module-setup.sh

index 267d39d542aa67c21e3d775858c20a2003140c14..272e527d440b59ddc773cd983282f64a350dc15b 100755 (executable)
@@ -23,7 +23,7 @@ depends() {
 }
 
 installkernel() {
-    instmods dm_crypt =crypto
+    instmods dm_crypt =crypto drbg
 }
 
 cmdline() {