]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
perf(systemd): remove crypto API kernel modules
authorJo Zzsi <jozzsicsataban@gmail.com>
Sat, 26 Oct 2024 11:42:01 +0000 (07:42 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Sat, 26 Oct 2024 14:22:24 +0000 (10:22 -0400)
See https://github.com/systemd/systemd/commit/2c3794f4228162c9bfd9e10886590d9f5b1920d7

This change was made in systemd v252.

modules.d/00systemd/module-setup.sh

index c5812d6ac7d00378e206aff099613baa5a7cf88e..3e03c472e9095f2b77b6272f3a2487ea7b5f46ca 100755 (executable)
@@ -15,12 +15,13 @@ check() {
 }
 
 installkernel() {
-    hostonly='' instmods autofs4 ipv6 algif_hash hmac sha256 dmi-sysfs
+    hostonly='' instmods autofs4 ipv6 dmi-sysfs
     instmods -s efivarfs
 }
 
 # called by dracut
 install() {
+
     if [[ $prefix == /run/* ]]; then
         dfatal 'systemd does not work with a prefix, which contains "/run"!!'
         exit 1