diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2013-06-17 12:50:35 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-06-17 12:50:35 +0200 |
commit | 2db81994f48e5cf5099256377bc04f3a1f09fa16 (patch) | |
tree | a8aecdfb4b39563d3cada75b26df71b5fa1778a3 /config | |
parent | 1aaef45781e3103ae24649f962c9b9748c4998ff (diff) | |
download | kanotix-2db81994f48e5cf5099256377bc04f3a1f09fa16.zip kanotix-2db81994f48e5cf5099256377bc04f3a1f09fa16.tar.gz |
use UTF-8 US english locale
Diffstat (limited to 'config')
-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 e9b2d69..34d1a0f 100644 --- a/config/binary_grub/grub.cfg +++ b/config/binary_grub/grub.cfg @@ -2,7 +2,7 @@ echo Loading... set default=0 set timeout=8 -set boot_en='boot=live config utc=yes locales=us' +set boot_en='boot=live config utc=yes locales=en_US.UTF-8' 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 |