diff options
| -rwxr-xr-x | scripts/live-bottom/20xconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/live-bottom/20xconfig b/scripts/live-bottom/20xconfig index f6a3f8d..d06b2d6 100755 --- a/scripts/live-bottom/20xconfig +++ b/scripts/live-bottom/20xconfig @@ -75,8 +75,13 @@ then setmodel="set xserver-xorg/config/inputdevice/keyboard/model ${KMODEL}" fi +if [ -n "${KLAYOUT}" ] +then + setlayout="set xserver-xorg/config/inputdevice/keyboard/layout ${KLAYOUT}" +fi + chroot /root debconf-communicate -fnoninteractive live-initramfs > /dev/null << EOF -set xserver-xorg/config/inputdevice/keyboard/layout ${kbd} +${setlayout} ${setvariant} ${setmodel} ${setoptions} |
