From d9a5931477316493963993fee7481120ec7c8313 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 28 Aug 2023 10:10:21 +0200 Subject: [PATCH] load windowkeys earlier --- usr/lib/archboot/login.sh | 4 ++-- usr/share/archboot/doc/archboot.html | 18 ++++++++++++++---- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/usr/lib/archboot/login.sh b/usr/lib/archboot/login.sh index bfd20e058..4ebd00020 100644 --- a/usr/lib/archboot/login.sh +++ b/usr/lib/archboot/login.sh @@ -162,10 +162,10 @@ if [[ "${TTY}" = "tty1" ]] ; then fi if [[ -e /usr/bin/setup ]]; then _local_mode - # wait on user interaction! - _enter_shell # enable super keys console support loadkeys windowkeys + # wait on user interaction! + _enter_shell # Basic Setup on archboot: # localization, network, clock, pacman if ! [[ -e /.localize ]]; then diff --git a/usr/share/archboot/doc/archboot.html b/usr/share/archboot/doc/archboot.html index 105d3adfc..90197f43c 100644 --- a/usr/share/archboot/doc/archboot.html +++ b/usr/share/archboot/doc/archboot.html @@ -14,7 +14,7 @@

Logo

Archboot Project | Donate

-

© 2006 - 2023 | Tobias Powalowski
Arch Linux Developer tpowa
Last update: 23.08.2023 11:03

+

© 2006 - 2023 | Tobias Powalowski
Arch Linux Developer tpowa
Last update: 28.08.2023 09:49