Configure keyboard only once
This commit is contained in:
parent
37b4356877
commit
cc4623c15d
@ -28,13 +28,15 @@ function wdvn-chroot-end {
|
|||||||
}
|
}
|
||||||
|
|
||||||
CHOICE=1
|
CHOICE=1
|
||||||
while true; do
|
|
||||||
dpkg-reconfigure keyboard-configuration
|
dpkg-reconfigure keyboard-configuration
|
||||||
service console-setup.sh restart
|
service console-setup.sh restart
|
||||||
udevadm trigger --subsystem-match=input --action=change
|
udevadm trigger --subsystem-match=input --action=change
|
||||||
service keyboard-setup.sh restart
|
service keyboard-setup.sh restart
|
||||||
clear
|
|
||||||
|
|
||||||
|
while true; do
|
||||||
|
clear
|
||||||
|
echo ""
|
||||||
echo "Welcome to windvn!"
|
echo "Welcome to windvn!"
|
||||||
echo "1: Fast install"
|
echo "1: Fast install"
|
||||||
echo "2: Open bash"
|
echo "2: Open bash"
|
||||||
|
Loading…
Reference in New Issue
Block a user