diff -Naur dracut-059/modules.d/00systemd/module-setup.sh dracut-059-systemd255/modules.d/00systemd/module-setup.sh --- dracut-059/modules.d/00systemd/module-setup.sh 2022-12-24 17:49:27.000000000 +0100 +++ dracut-059-systemd255/modules.d/00systemd/module-setup.sh 2024-03-19 14:35:01.176420266 +0100 @@ -34,6 +34,7 @@ "$systemdutildir"/systemd \ "$systemdutildir"/systemd-coredump \ "$systemdutildir"/systemd-cgroups-agent \ + "$systemdutildir"/systemd-executor \ "$systemdutildir"/systemd-shutdown \ "$systemdutildir"/systemd-reply-password \ "$systemdutildir"/systemd-fsck \ diff -Naur dracut-059/modules.d/01systemd-journald/module-setup.sh dracut-059-systemd255/modules.d/01systemd-journald/module-setup.sh --- dracut-059/modules.d/01systemd-journald/module-setup.sh 2022-12-24 17:49:27.000000000 +0100 +++ dracut-059-systemd255/modules.d/01systemd-journald/module-setup.sh 2024-03-19 14:36:09.420886743 +0100 @@ -19,6 +19,9 @@ # Module dependency requirements. depends() { + # This module has external dependency on other module(s). + echo systemd-sysusers + # Return 0 to include the dependent module(s) in the initramfs. return 0