diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-02-13 09:57:01 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-02-13 10:02:54 +0100 |
commit | d2986552d17058ce532c7f2377185e1b2323adf2 (patch) | |
tree | 3a430de0b80ae1deed64b05f5eba5d139aea3bee /gnu/system/examples/desktop.tmpl | |
parent | 230efa876fea3b38f78502bd759b2943651929de (diff) | |
download | guix-d2986552d17058ce532c7f2377185e1b2323adf2.tar guix-d2986552d17058ce532c7f2377185e1b2323adf2.tar.gz |
system: Use the normalized codeset for the locale name in the examples.
* gnu/system/examples/bare-bones.tmpl <locale>: Change to "en_US.utf8".
* gnu/system/examples/desktop.tmpl <locale>: Likewise.
* gnu/system/examples/lightweight-desktop.tmpl <locale>: Likewise.
Diffstat (limited to 'gnu/system/examples/desktop.tmpl')
-rw-r--r-- | gnu/system/examples/desktop.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl index 21b4563b53..8b02659478 100644 --- a/gnu/system/examples/desktop.tmpl +++ b/gnu/system/examples/desktop.tmpl @@ -9,7 +9,7 @@ (operating-system (host-name "antelope") (timezone "Europe/Paris") - (locale "en_US.UTF-8") + (locale "en_US.utf8") ;; Assuming /dev/sdX is the target hard disk, and "my-root" ;; is the label of the target root file system. |