From 925febf89d54c0bef9e3c8fda3b8e5b1f8ba30cd Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Thu, 9 Feb 2023 13:54:46 +0100 Subject: [PATCH] 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 --- modules.d/00systemd/module-setup.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh index 9ef2b7c2a6..1d2e04652c 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 \