mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
udev: use SYSTEMD_READY to mask uninitialized DM devices
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user