Skip to content

Commit d238072

Browse files
committed
Don't call udevadm control --exit in systemd mode
This partly reverts commit a43f97c. (cherry picked from commit 765d840) https://bugzilla.redhat.com/show_bug.cgi?id=1276983
1 parent 19912dd commit d238072

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,4 @@ while ! udevadm settle --timeout=0; do
3636
[ $cnt -gt 10 ] && break
3737
done
3838

39-
udevadm control --exit
40-
4139
exit 0

0 commit comments

Comments
 (0)