Do keyboard configuration first

This commit is contained in:
Fierelier 2022-11-07 01:26:07 +01:00
parent 9d1dc1eb49
commit c964e960ef

View File

@ -29,6 +29,12 @@ function wdvn-chroot-end {
CHOICE=1
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 "Welcome to windvn!"
echo "1: Fast install"
echo "2: Open bash"
@ -40,11 +46,6 @@ while true; do
if [ "$CHOICE" == "1" ]; then
(
set -e
dpkg-reconfigure keyboard-configuration
service console-setup.sh restart
udevadm trigger --subsystem-match=input --action=change
service keyboard-setup.sh restart
YN="n"
while [ "$YN" == "n" ]; do
echo ""