]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
95cifs: install new softdeps (sha512, gcm, ccm, aead2)
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Wed, 19 Aug 2020 19:24:17 +0000 (21:24 +0200)
committerDaniel Molkentin <daniel@molkentin.de>
Fri, 21 Aug 2020 13:24:58 +0000 (15:24 +0200)
modules.d/95cifs/module-setup.sh

index b3747dcc8cef43f6d32a54f8e0d8b4b6a9b4a548..81db541c4ab8be7ec855a176a2be10a7603b74d3 100755 (executable)
@@ -25,11 +25,11 @@ depends() {
 installkernel() {
     instmods cifs ipv6
     # hash algos
-    instmods md4 md5 sha256
+    instmods md4 md5 sha256 sha512
     # ciphers
-    instmods aes arc4 des ecb
+    instmods aes arc4 des ecb gcm aead2
     # macs
-    instmods hmac cmac
+    instmods hmac cmac ccm
 }
 
 # called by dracut