]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Don't call udevadm control --exit in systemd mode RHEL-7.2
authorHarald Hoyer <harald@redhat.com>
Tue, 17 Jul 2012 11:05:11 +0000 (13:05 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 26 Nov 2015 09:10:40 +0000 (10:10 +0100)
This partly reverts commit a43f97c4e35d0d9c7e6e315e11c909e86936e1cc.

(cherry picked from commit 765d8408e9aafa45cd89a039f8b41f85191fd91f)

https://bugzilla.redhat.com/show_bug.cgi?id=1276983

modules.d/98systemd/dracut-pre-pivot.sh

index afe34668da05e18f228b16c205caf663c4eb846c..4c3eefcddf43f0f5459a6c15a969004890156e6c 100755 (executable)
@@ -36,6 +36,4 @@ while ! udevadm settle --timeout=0; do
     [ $cnt -gt 10 ] && break
 done
 
-udevadm control --exit
-
 exit 0