Fix keyboard changes post install
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 19s

This commit is contained in:
Ward from fusion-voyager-3 2024-08-26 00:46:13 +03:00
parent 7ff96cfc9b
commit 2ce533f6c8
3 changed files with 2 additions and 11 deletions

View File

@ -1 +1 @@
6
7

View File

@ -1,4 +1,4 @@
pikainstall (2.0.0-101pika4) pika; urgency=medium
pikainstall (2.0.0-101pika5) pika; urgency=medium
* Adapt to new installer

View File

@ -63,15 +63,6 @@ localectl set-locale LANG={LOCALE}
timedatectl set-timezone {TIMEZONE}
ln -sf /usr/share/zoneinfo/{TIMEZONE} /etc/localtime
hwclock --systohc || true
mkdir -p /etc/X11/xorg.conf.d/
echo 'Section "InputClass"' > /etc/X11/xorg.conf.d/00-keyboard.conf
echo ' Identifier "system-keyboard"' >> /etc/X11/xorg.conf.d/00-keyboard.conf
echo ' MatchIsKeyboard "on"' >> /etc/X11/xorg.conf.d/00-keyboard.conf
echo ' Option "XkbLayout" "{XKBLAYOUT}"' >> /etc/X11/xorg.conf.d/00-keyboard.conf
echo ' Option "XkbModel" "pc105"' >> /etc/X11/xorg.conf.d/00-keyboard.conf
echo ' Option "XkbVariant" "{XKBVARIANT}"' >> /etc/X11/xorg.conf.d/00-keyboard.conf
echo ' Option "XkbOptions" ""' >> /etc/X11/xorg.conf.d/00-keyboard.conf
echo 'EndSection' >> /etc/X11/xorg.conf.d/00-keyboard.conf
"""
# Global Functions