Fix keyboard changes post install
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 19s
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 19s
This commit is contained in:
parent
7ff96cfc9b
commit
2ce533f6c8
2
.github/release-nest-v3
vendored
2
.github/release-nest-v3
vendored
@ -1 +1 @@
|
|||||||
6
|
7
|
@ -1,4 +1,4 @@
|
|||||||
pikainstall (2.0.0-101pika4) pika; urgency=medium
|
pikainstall (2.0.0-101pika5) pika; urgency=medium
|
||||||
|
|
||||||
* Adapt to new installer
|
* Adapt to new installer
|
||||||
|
|
||||||
|
@ -63,15 +63,6 @@ localectl set-locale LANG={LOCALE}
|
|||||||
timedatectl set-timezone {TIMEZONE}
|
timedatectl set-timezone {TIMEZONE}
|
||||||
ln -sf /usr/share/zoneinfo/{TIMEZONE} /etc/localtime
|
ln -sf /usr/share/zoneinfo/{TIMEZONE} /etc/localtime
|
||||||
hwclock --systohc || true
|
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
|
# Global Functions
|
||||||
|
Loading…
Reference in New Issue
Block a user