mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-21 22:22:55 +07:00
udev: mark hvc devices for exposure in systemd
This commit is contained in:
parent
dd5e696d93
commit
230e12e337
@ -7,8 +7,9 @@
|
||||
|
||||
ACTION!="add|change", GOTO="systemd_end"
|
||||
|
||||
KERNEL=="tty[0-9]|tty1[0-2]", TAG+="systemd"
|
||||
KERNEL=="ttyS*", TAG+="systemd"
|
||||
SUBSYSTEM=="tty", KERNEL=="tty[0-9]|tty1[0-2]", TAG+="systemd"
|
||||
SUBSYSTEM=="tty", KERNEL=="ttyS*", TAG+="systemd"
|
||||
SUBSYSTEM=="tty", KERNEL=="hvc*", 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…
Reference in New Issue
Block a user