mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-12 23:15:03 +07:00
udev: use SYSTEMD_READY to mask uninitialized DM devices
This commit is contained in:
parent
48774cf60f
commit
b7cf1b68a7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user