diff options
author | Harald Hoyer <harald@redhat.com> | 2013-04-11 13:10:24 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-04-12 15:27:27 +0200 |
commit | 5d68c80b1638636a2cbbdf0fddad0d402e0abcd7 (patch) | |
tree | 933fb6786662a066c63014eeb1cc99bf7ab209c6 /modules.d/98systemd | |
parent | 5f8cd1a4bececb879b3b597e7751d8093d71a4bc (diff) | |
download | dracut-5d68c80b1638636a2cbbdf0fddad0d402e0abcd7.tar.gz dracut-5d68c80b1638636a2cbbdf0fddad0d402e0abcd7.tar.bz2 dracut-5d68c80b1638636a2cbbdf0fddad0d402e0abcd7.zip |
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.
Diffstat (limited to 'modules.d/98systemd')
-rwxr-xr-x | modules.d/98systemd/module-setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh index 450b42be..91836264 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 \ |