diff options
Diffstat (limited to 'install')
-rw-r--r-- | install/sd-vconsole | 6 |
1 files changed, 6 insertions, 0 deletions
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 <<EOF +[Unit] +After=systemd-modules-load.service +EOF } help() { |