From 8d1d5cce87cec6038dfc42c93e1c65b486bff16f Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig) via arch-projects" Date: Tue, 22 Nov 2016 20:34:39 +0100 Subject: sd-vconsole: Use udev activation systemd v232 only activates systemd-vconsole-setup via udev. Follow this to make sure things work properly. This also obsoletes the modules-load hack. https://github.com/systemd/systemd/issues/4699 --- install/sd-vconsole | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/install/sd-vconsole b/install/sd-vconsole index 93cbbcd..8c01ffb 100644 --- a/install/sd-vconsole +++ b/install/sd-vconsole @@ -34,10 +34,11 @@ add_keymap_file() { } build() { - add_systemd_unit systemd-vconsole-setup.service + add_binary /usr/lib/systemd/systemd-vconsole-setup add_binary loadkeys add_binary setfont add_file /etc/vconsole.conf + add_udev_rule 90-vconsole.rules # subshell to avoid namespace pollution ( @@ -56,12 +57,6 @@ build() { done fi ) - - # Set up the console only after any manually loaded GPU drivers (e.g. i915) - add_systemd_drop_in systemd-vconsole-setup.service after-modules <