civodul pushed a commit to branch master
in repository guix.

commit d2986552d17058ce532c7f2377185e1b2323adf2
Author: Ludovic Courtès <[email protected]>
Date:   Mon Feb 13 09:57:01 2017 +0100

    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.
---
 gnu/system/examples/bare-bones.tmpl          | 2 +-
 gnu/system/examples/desktop.tmpl             | 2 +-
 gnu/system/examples/lightweight-desktop.tmpl | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/system/examples/bare-bones.tmpl 
b/gnu/system/examples/bare-bones.tmpl
index 87e8d1e..222ddda 100644
--- a/gnu/system/examples/bare-bones.tmpl
+++ b/gnu/system/examples/bare-bones.tmpl
@@ -8,7 +8,7 @@
 (operating-system
   (host-name "komputilo")
   (timezone "Europe/Berlin")
-  (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.
diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl
index 21b4563..8b02659 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.
diff --git a/gnu/system/examples/lightweight-desktop.tmpl 
b/gnu/system/examples/lightweight-desktop.tmpl
index 91e7d0b..131c43a 100644
--- a/gnu/system/examples/lightweight-desktop.tmpl
+++ b/gnu/system/examples/lightweight-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.

Reply via email to