1
0
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:
Kay Sievers 2011-03-29 01:19:39 +02:00
parent 6f4ed5203a
commit 1f7f38f6d4

View File

@ -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"