]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix(systemd-initrd): systemd based initrd needs journald and tmpfiles
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Fri, 26 Apr 2024 12:30:14 +0000 (08:30 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Mon, 29 Apr 2024 16:08:58 +0000 (12:08 -0400)
Add systemd-journald systemd-tmpfiles as explicit dependencies to
systemd-initrd.

modules.d/01systemd-initrd/module-setup.sh

index 1671bd2ad4194f32ad792d6c5efd94e10735877f..957e7bea788e05f0679b4d3f2eab94ac02545657 100755 (executable)
@@ -10,7 +10,7 @@ check() {
 
 # called by dracut
 depends() {
-    echo systemd-udevd
+    echo systemd-udevd systemd-journald systemd-tmpfiles
 }
 
 installkernel() {