mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 21:51:37 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user