diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2013-08-24 20:31:52 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-08-24 20:31:52 +0200 |
commit | bdff8e31fc7419cd8f4645e75763ab794449efad (patch) | |
tree | f36b6296b3e1fc46cb70971aad1f35e76e9af2a8 /config | |
parent | a8c18b4c120c425e239683bb8f40f0ccb7550815 (diff) | |
parent | 2db81994f48e5cf5099256377bc04f3a1f09fa16 (diff) | |
download | kanotix-bdff8e31fc7419cd8f4645e75763ab794449efad.zip kanotix-bdff8e31fc7419cd8f4645e75763ab794449efad.tar.gz |
Merge branch 'master' of ssh://git.acritox.com/kanotix
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 3b21369..e77122b 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 |