mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09: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"
|
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=="tty[0-9]|tty1[0-2]", TAG+="systemd"
|
||||||
KERNEL=="ttyS*", TAG+="systemd"
|
KERNEL=="ttyS*", TAG+="systemd"
|
||||||
|
|||||||
Reference in New Issue
Block a user