Skip to content

Commit

Permalink
udev: use SYSTEMD_READY to mask uninitialized DM devices
Browse files Browse the repository at this point in the history
  • Loading branch information
poettering committed Feb 15, 2011
1 parent 48774cf commit b7cf1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/99-systemd.rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

ACTION!="add|change", GOTO="systemd_end"

ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}=="1", GOTO="systemd_end"
ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}=="1", ENV{SYSTEMD_READY}="0"

KERNEL=="tty[0-9]|tty1[0-2]", TAG+="systemd"
KERNEL=="ttyS*", TAG+="systemd"
Expand Down

0 comments on commit b7cf1b6

Please sign in to comment.