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