diff options
author | Joerg Schirottke <master@kanotix.com> | 2013-03-02 22:32:06 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-03-04 22:31:42 +0100 |
commit | 72fbb12a8626eea0ef6d9655a144adadec52dfdd (patch) | |
tree | f4ba125734c941e948347243d685ba4d7b744ee1 | |
parent | ea31bf85e7126dd3db4651acd0ee60b09cd84920 (diff) | |
download | kanotix-72fbb12a8626eea0ef6d9655a144adadec52dfdd.zip kanotix-72fbb12a8626eea0ef6d9655a144adadec52dfdd.tar.gz |
use long locale settings and add us locale for german setting
-rw-r--r-- | config/binary_burg/burg.cfg | 4 | ||||
-rw-r--r-- | config/binary_grub/grub.cfg | 2 | ||||
-rw-r--r-- | config/binary_syslinux/live.cfg | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/config/binary_burg/burg.cfg b/config/binary_burg/burg.cfg index 3796872..ed49810 100644 --- a/config/binary_burg/burg.cfg +++ b/config/binary_burg/burg.cfg @@ -4,10 +4,10 @@ set default="0" set timeout=5 function lang_en { - set lang_opt='utc=yes locales=us' + set lang_opt='utc=yes locales=en_US.UTF-8' } function lang_de { - set lang_opt='utc=no timezone=Europe/Berlin locales=de keyboard-layouts=de keyboard-variant=nodeadkeys' + set lang_opt='utc=no timezone=Europe/Berlin locales=de_DE.UTF-8,en_US.UTF-8 keyboard-layouts=de keyboard-variants=nodeadkeys' } lang_de # default language diff --git a/config/binary_grub/grub.cfg b/config/binary_grub/grub.cfg index 49e1045..e9b2d69 100644 --- a/config/binary_grub/grub.cfg +++ b/config/binary_grub/grub.cfg @@ -3,7 +3,7 @@ set default=0 set timeout=8 set boot_en='boot=live config utc=yes locales=us' -set boot_de='boot=live config utc=no timezone=Europe/Berlin locales=de keyboard-layouts=de keyboard-variant=nodeadkeys' +set boot_de='boot=live config utc=no timezone=Europe/Berlin locales=de_DE.UTF-8,en_US.UTF-8 keyboard-layouts=de keyboard-variants=nodeadkeys' if loadfont /boot/grub/unicode.pf2 ; then set gfxmode=800x600 diff --git a/config/binary_syslinux/live.cfg b/config/binary_syslinux/live.cfg index 8de0c76..4ba71c7 100644 --- a/config/binary_syslinux/live.cfg +++ b/config/binary_syslinux/live.cfg @@ -5,4 +5,4 @@ label kanotix menu label Kanotix-DE menu default kernel /live/vmlinuz - append initrd=/live/initrd.img boot=live config utc=no timezone=Europe/Berlin locales=de keyboard-layouts=de keyboard-variant=nodeadkeys splash + append initrd=/live/initrd.img boot=live config utc=no timezone=Europe/Berlin locales=de_DE.UTF-8,en_US.UTF-8_US keyboard-layouts=de keyboard-variants=nodeadkeys splash |