Configure keyboard only once
This commit is contained in:
parent
37b4356877
commit
cc4623c15d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user