summaryrefslogtreecommitdiffstats
path: root/0023-systemd-include-the-systemd-random-seed-load.service.patch
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-06-12 15:18:54 +0200
committerHarald Hoyer <harald@redhat.com>2013-06-12 15:18:54 +0200
commitac2958243963d0fcdf5617efa3cc7d61b4cf4281 (patch)
treed5e2ded98bce3cb36ad1628eaffdb990b5e154d3 /0023-systemd-include-the-systemd-random-seed-load.service.patch
parent44345d3ce100f7e4840b4f5495d6a12c2f48ce1d (diff)
downloaddracut-ac2958243963d0fcdf5617efa3cc7d61b4cf4281.tar.gz
dracut-ac2958243963d0fcdf5617efa3cc7d61b4cf4281.tar.xz
dracut-ac2958243963d0fcdf5617efa3cc7d61b4cf4281.zip
dracut-028-1
- lvm: fixed "thin" recognition Resolves: rhbz#921235 - install libs also from one dir above fixes booting power6 generated initramfs on power7 - setup correct system time and time zone in initrd - cms fixups Resolves: rhbz#970982 rhbz#971025 rhbz#825199 - iso-scan/filename fixes Resolves: rhbz#972337 - add udev rules for persistent network naming Resolves: rhbz#972662
Diffstat (limited to '0023-systemd-include-the-systemd-random-seed-load.service.patch')
-rw-r--r--0023-systemd-include-the-systemd-random-seed-load.service.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/0023-systemd-include-the-systemd-random-seed-load.service.patch b/0023-systemd-include-the-systemd-random-seed-load.service.patch
deleted file mode 100644
index de7c5ed..0000000
--- a/0023-systemd-include-the-systemd-random-seed-load.service.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 5d68c80b1638636a2cbbdf0fddad0d402e0abcd7 Mon Sep 17 00:00:00 2001
-From: Harald Hoyer <harald@redhat.com>
-Date: Thu, 11 Apr 2013 13:10:24 +0200
-Subject: [PATCH] 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.
----
- modules.d/98systemd/module-setup.sh | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
-index 450b42b..9183626 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 \