mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
vconsole: skip unnecessary udev call for dummy device
In particular, the font copying has no chance of succeeding as the required functionality is not implemented, see: drivers/video/console/dummycon.c
This commit is contained in:
parent
5138a901b1
commit
6b169c13ec
@ -7,4 +7,4 @@
|
||||
|
||||
# Each vtcon keeps its own state of fonts.
|
||||
#
|
||||
ACTION=="add", SUBSYSTEM=="vtconsole", KERNEL=="vtcon*", RUN+="@rootlibexecdir@/systemd-vconsole-setup"
|
||||
ACTION=="add", SUBSYSTEM=="vtconsole", KERNEL=="vtcon*", ATTR{name}!="*dummy device", RUN+="@rootlibexecdir@/systemd-vconsole-setup"
|
||||
|
Loading…
x
Reference in New Issue
Block a user