]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(systemd): do not include systemd-random-seed.service
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Thu, 9 Feb 2023 12:54:46 +0000 (13:54 +0100)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Thu, 8 Jun 2023 13:54:38 +0000 (15:54 +0200)
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

index 9ef2b7c2a6a79ebc8e90c8ea55b20132fe7c36ba..1d2e04652cbc935f17dff62f3fcfb9c45caed886 100755 (executable)
@@ -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 \