From: Harald Hoyer Date: Thu, 11 Apr 2013 11:10:24 +0000 (+0200) Subject: systemd: include the systemd-random-seed-load.service X-Git-Tag: 028~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d68c80b1638636a2cbbdf0fddad0d402e0abcd7;p=thirdparty%2Fdracut.git systemd: include the systemd-random-seed-load.service The systemd cryptsetup-generator wants systemd-random-seed-load.service in case /dev/urandom is the device. --- diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh index 450b42be4..918362642 100755 --- a/modules.d/98systemd/module-setup.sh +++ b/modules.d/98systemd/module-setup.sh @@ -85,6 +85,7 @@ install() { $systemdsystemunitdir/systemd-ask-password-plymouth.service \ $systemdsystemunitdir/systemd-journald.service \ $systemdsystemunitdir/systemd-vconsole-setup.service \ + $systemdsystemunitdir/systemd-random-seed-load.service \ $systemdsystemunitdir/sysinit.target.wants/systemd-modules-load.service \ $systemdsystemunitdir/sysinit.target.wants/systemd-ask-password-console.path \ $systemdsystemunitdir/sysinit.target.wants/systemd-journald.service \