Configure keyboard only once

This commit is contained in:
Fierelier 2022-11-07 23:20:05 +01:00
parent 37b4356877
commit cc4623c15d

View File

@ -28,13 +28,15 @@ function wdvn-chroot-end {
}
CHOICE=1
dpkg-reconfigure keyboard-configuration
service console-setup.sh restart
udevadm trigger --subsystem-match=input --action=change
service keyboard-setup.sh restart
while true; do
dpkg-reconfigure keyboard-configuration
service console-setup.sh restart
udevadm trigger --subsystem-match=input --action=change
service keyboard-setup.sh restart
clear
echo ""
echo "Welcome to windvn!"
echo "1: Fast install"
echo "2: Open bash"