diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-12 17:29:42 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-12 17:29:42 +0200 |
commit | 88e995fd720a93460e7c3f38ac24512e6d96b3e8 (patch) | |
tree | 00f96b796d2f02d54eb7c3bc1e1b04ce38888e04 /rules | |
parent | bd5b0d57ef3fceef3ed61d0e06a8e1f3d8417048 (diff) |
getty: VC devices are always available, we don't need to wait until they show up
Diffstat (limited to 'rules')
-rw-r--r-- | rules/99-systemd.rules.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/99-systemd.rules.in b/rules/99-systemd.rules.in index 1d53735c82..e2e7292c51 100644 --- a/rules/99-systemd.rules.in +++ b/rules/99-systemd.rules.in @@ -7,7 +7,6 @@ ACTION=="remove", GOTO="systemd_end" -SUBSYSTEM=="tty", KERNEL=="tty[0-9]|tty1[0-2]", TAG+="systemd" SUBSYSTEM=="tty", KERNEL=="tty[a-zA-Z]*|hvc*|xvc*|hvsi*", TAG+="systemd" KERNEL=="vport*", TAG+="systemd" |