Revert "vconsole: match on vtcon events, not fbcon ones"

This reverts commit b71cdaca9b.

The file got renamed in the meanwhile.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2015-03-27 13:51:41 -04:00
parent 56979fdd6f
commit 317ca85db0
+4 -3
View File
@@ -5,6 +5,7 @@
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
# Each vtcon keeps its own state of fonts.
#
ACTION=="add", SUBSYSTEM=="vtconsole", KERNEL=="vtcon*", RUN+="@rootlibexecdir@/systemd-vconsole-setup"
# Kernel resets vconsole state when changing console drivers so run
# systemd-vconsole-setup when fbcon loads
ACTION=="add", SUBSYSTEM=="graphics", KERNEL=="fbcon", RUN+="/usr/lib/systemd/systemd-vconsole-setup"