diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-08-01 20:27:57 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-08-01 20:28:01 +0200 |
commit | 980fc73d1fcda8c2a494a18dbd3262fdb97f5fbe (patch) | |
tree | a97c8ba6620e6249ecbb2f8b212af668c1611475 /src/99-systemd.rules.in | |
parent | 6e5c044421fbcdaff2f9f4cbdb6404f06bf93e46 (diff) |
getty: automatically spawn getty on xen console xvc0
https://bugzilla.redhat.com/show_bug.cgi?id=726976
Diffstat (limited to 'src/99-systemd.rules.in')
-rw-r--r-- | src/99-systemd.rules.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/99-systemd.rules.in b/src/99-systemd.rules.in index e0aa49da8c..6aaf8278bb 100644 --- a/src/99-systemd.rules.in +++ b/src/99-systemd.rules.in @@ -8,7 +8,7 @@ ACTION=="remove", GOTO="systemd_end" SUBSYSTEM=="tty", KERNEL=="tty[0-9]|tty1[0-2]", TAG+="systemd" -SUBSYSTEM=="tty", KERNEL=="tty[a-zA-Z]*|hvc*", TAG+="systemd" +SUBSYSTEM=="tty", KERNEL=="tty[a-zA-Z]*|hvc*|xvc*", TAG+="systemd" KERNEL=="vport*", TAG+="systemd" |