From: Antonio Alvarez Feijoo Date: Thu, 9 Feb 2023 12:54:46 +0000 (+0100) Subject: fix(systemd): do not include systemd-random-seed.service X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=925febf89d54c0bef9e3c8fda3b8e5b1f8ba30cd;p=thirdparty%2Fdracut.git fix(systemd): do not include systemd-random-seed.service The systemd-random-seed.service unit is configured not to run in the initrd since https://github.com/systemd/systemd/commit/fe7f113c Also, the systemd-random-seed-load.service does not exist since https://github.com/systemd/systemd/commit/c35b956d --- diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh index 9ef2b7c2a..1d2e04652 100755 --- a/modules.d/00systemd/module-setup.sh +++ b/modules.d/00systemd/module-setup.sh @@ -103,8 +103,6 @@ install() { "$systemdsystemunitdir"/systemd-journald.service \ "$systemdsystemunitdir"/systemd-vconsole-setup.service \ "$systemdsystemunitdir"/systemd-volatile-root.service \ - "$systemdsystemunitdir"/systemd-random-seed-load.service \ - "$systemdsystemunitdir"/systemd-random-seed.service \ "$systemdsystemunitdir"/systemd-sysctl.service \ "$systemdsystemunitdir"/sysinit.target.wants/systemd-modules-load.service \ "$systemdsystemunitdir"/sysinit.target.wants/systemd-ask-password-console.path \