From dfb71b073746999553c1f3bd21534ccf9018f4c9 Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Fri, 9 Sep 2016 00:51:06 +0200 Subject: sd-vconsole: Wait for modules to be loaded If the MODULES contain a GPU driver like i915, wait for it to be loaded. This avoids the font configuration being lost. --- install/sd-vconsole | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install/sd-vconsole b/install/sd-vconsole index 011856d..93cbbcd 100644 --- a/install/sd-vconsole +++ b/install/sd-vconsole @@ -56,6 +56,12 @@ 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 <