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 /config/binary_grub | |
parent | ea31bf85e7126dd3db4651acd0ee60b09cd84920 (diff) | |
download | kanotix-72fbb12a8626eea0ef6d9655a144adadec52dfdd.zip kanotix-72fbb12a8626eea0ef6d9655a144adadec52dfdd.tar.gz |
use long locale settings and add us locale for german setting
Diffstat (limited to 'config/binary_grub')
-rw-r--r-- | config/binary_grub/grub.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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 |