mirror of
https://github.com/systemd/systemd.git
synced 2025-03-22 06:50:18 +03:00
udev: systemd-tag all ttys
This commit is contained in:
parent
6f4ed5203a
commit
1f7f38f6d4
@ -8,12 +8,7 @@
|
||||
ACTION!="add|change", GOTO="systemd_end"
|
||||
|
||||
SUBSYSTEM=="tty", KERNEL=="tty[0-9]|tty1[0-2]", TAG+="systemd"
|
||||
SUBSYSTEM=="tty", KERNEL=="ttyS*", TAG+="systemd"
|
||||
SUBSYSTEM=="tty", KERNEL=="hvc*", TAG+="systemd"
|
||||
SUBSYSTEM=="tty", KERNEL=="ttyUSB*", TAG+="systemd"
|
||||
SUBSYSTEM=="tty", KERNEL=="ttyAM*", TAG+="systemd"
|
||||
SUBSYSTEM=="tty", KERNEL=="ttymxc*", TAG+="systemd"
|
||||
SUBSYSTEM=="tty", KERNEL=="ttyPSC*", TAG+="systemd"
|
||||
SUBSYSTEM=="tty", KERNEL=="tty[a-zA-Z]*", TAG+="systemd"
|
||||
|
||||
SUBSYSTEM=="block", KERNEL!="ram*|loop*", TAG+="systemd"
|
||||
SUBSYSTEM=="block", KERNEL!="ram*|loop*", ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}=="1", ENV{SYSTEMD_READY}="0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user