Skip to content

Commit

Permalink
Use klayout= for layout instead of kbd=.
Browse files Browse the repository at this point in the history
  • Loading branch information
synrg authored and daniel-baumann committed Jan 31, 2010
1 parent 52d38b1 commit e25572c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/live-bottom/20xconfig
Expand Up @@ -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}
Expand Down

0 comments on commit e25572c

Please sign in to comment.