]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
crypt: install drbg unconditionally in hostonly mode
authorHarald Hoyer <harald@redhat.com>
Thu, 9 Jul 2015 14:14:50 +0000 (16:14 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 9 Jul 2015 14:14:50 +0000 (16:14 +0200)
older kernels had the drbg kernel module and didn't need it

modules.d/90crypt/module-setup.sh

index dbc87a43c0d88f28f8d4ea8020a970ba655a0268..bd37d9a534df17269982a18bc0eda9cc13c88474 100755 (executable)
@@ -23,7 +23,8 @@ depends() {
 }
 
 installkernel() {
-    instmods dm_crypt =crypto drbg
+    instmods dm_crypt =crypto
+    hostonly="" instmods drbg
 }
 
 cmdline() {