Blame SOURCES/0360-Don-t-call-udevadm-control-exit-in-systemd-mode.patch

18971c
From d2380720db11dc2220bf8acc251c0e513ff219bc Mon Sep 17 00:00:00 2001
18971c
From: Harald Hoyer <harald@redhat.com>
18971c
Date: Tue, 17 Jul 2012 13:05:11 +0200
18971c
Subject: [PATCH] Don't call udevadm control --exit in systemd mode
18971c
18971c
This partly reverts commit a43f97c4e35d0d9c7e6e315e11c909e86936e1cc.
18971c
18971c
(cherry picked from commit 765d8408e9aafa45cd89a039f8b41f85191fd91f)
18971c
18971c
https://bugzilla.redhat.com/show_bug.cgi?id=1276983
18971c
---
18971c
 modules.d/98systemd/dracut-pre-pivot.sh | 2 --
18971c
 1 file changed, 2 deletions(-)
18971c
18971c
diff --git a/modules.d/98systemd/dracut-pre-pivot.sh b/modules.d/98systemd/dracut-pre-pivot.sh
18971c
index afe34668..4c3eefcd 100755
18971c
--- a/modules.d/98systemd/dracut-pre-pivot.sh
18971c
+++ b/modules.d/98systemd/dracut-pre-pivot.sh
18971c
@@ -36,6 +36,4 @@ while ! udevadm settle --timeout=0; do
18971c
     [ $cnt -gt 10 ] && break
18971c
 done
18971c
 
18971c
-udevadm control --exit
18971c
-
18971c
 exit 0