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