X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fvconsole%2F90-vconsole.rules.in;fp=src%2Fvconsole%2F90-vconsole.rules.in;h=062009640c9751014346c6b23a8f46856a40fcf6;hb=3b0ed75c353946ba580a7724f9dbeb761e2067fe;hp=0000000000000000000000000000000000000000;hpb=6c03d27d9f7e831194dbd8bd6bcdeef9273edb6e;p=elogind.git diff --git a/src/vconsole/90-vconsole.rules.in b/src/vconsole/90-vconsole.rules.in new file mode 100644 index 000000000..062009640 --- /dev/null +++ b/src/vconsole/90-vconsole.rules.in @@ -0,0 +1,11 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +# Kernel resets vconsole state when changing console drivers so run +# systemd-vconsole-setup when fbcon loads + +ACTION=="add", SUBSYSTEM=="graphics", KERNEL=="fbcon", RUN+="@rootlibexecdir@/systemd-vconsole-setup"