diff --git a/mods/live-installer/data/bin/login b/mods/live-installer/data/bin/login index d473689..1022212 100755 --- a/mods/live-installer/data/bin/login +++ b/mods/live-installer/data/bin/login @@ -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 ""