diff options
author | Eric Hameleers <alien@slackware.com> | 2016-02-09 00:44:18 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-02-09 00:44:18 +0100 |
commit | 9cdbfd7bad759454e81f78006b2fd0649caa1137 (patch) | |
tree | 6a3643a6af4f60fb19c38ee2fc75a53563261ffa /grub.tpl | |
parent | 3098f2b255857aa71f6d2453fb28a0a00a2d8ceb (diff) | |
download | liveslak-9cdbfd7bad759454e81f78006b2fd0649caa1137.tar.gz liveslak-9cdbfd7bad759454e81f78006b2fd0649caa1137.tar.xz |
Make X Keyboard configuration work properly.
- fix detection of german (de) keyboard layout to configure Compose Key,
- actually use field #6 of the languages file (X Keyboard layout & variant)
when generating the grub and syslinux boot configuration files.
Diffstat (limited to '')
-rw-r--r-- | grub.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ if loadfont $grubdir/theme/dejavusansmono12.pf2 ; then fi menuentry "Start Slackware@DIRSUFFIX@ @SL_VERSION@ @LIVEDE@ Live @VERSION@ ($sl_lang)" --hotkey b { - linux ($root)/boot/generic load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=$sl_kbd tz=$sl_tz locale=$sl_locale + linux ($root)/boot/generic load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=$sl_kbd tz=$sl_tz locale=$sl_locale xkb=$sl_xkb initrd ($root)/boot/initrd.img } |