aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-02-04 11:54:16 +0100
committerLudovic Courtès <ludo@gnu.org>2016-02-04 12:21:34 +0100
commit17c20385fb4f620fe79a37f134f2c6f7d4205c27 (patch)
tree4f6f6aa014209b81d50e90530cbd9ea49d4d8f06
parenta6312f1dd07c358ac07e5e1ee3c8fff049055602 (diff)
downloadguix-17c20385fb4f620fe79a37f134f2c6f7d4205c27.tar.gz
guix-17c20385fb4f620fe79a37f134f2c6f7d4205c27.zip
doc: Mention 'tzselect'.
* doc/guix.texi (operating-system Reference): Mention 'tzselect' and invalid timezone strings.
-rw-r--r--doc/guix.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 65f00ce0b1..66ab384e98 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -6044,6 +6044,10 @@ package}).
@item @code{timezone}
A timezone identifying string---e.g., @code{"Europe/Paris"}.
+You can run the @command{tzselect} command to find out which timezone
+string corresponds to your region. Choosing an invalid timezone name
+causes @command{guix system} to fail.
+
@item @code{locale} (default: @code{"en_US.utf8"})
The name of the default locale (@pxref{Locale Names,,, libc, The GNU C
Library Reference Manual}). @xref{Locales}, for more information.
016-10-27 13:48:52 +0200'>2016-10-27tests: Test installation with a RAID root partition....Ludovic Courtès 2016-10-27tests: Add #:memory-size parameter for the command to run the installed OS....Ludovic Courtès 2016-10-27tests: Test installation with store on a separate partition....Ludovic Courtès 2016-10-03tests: ssh: Add Dropbear test....Ludovic Courtès 2016-10-03tests: ssh: Generalize....Ludovic Courtès 2016-10-03tests: Add 'openssh-service-type' test....Ludovic Courtès 2016-09-06services: syslog: Use syslog-configuration....David Craven 2016-08-31services: herd: Provide <live-service> objects....Ludovic Courtès 2016-08-29tests: Make sure /var/guix/gcroots/profiles is a valid symlink....Ludovic Courtès 2016-08-29tests: Make sure /run/current-system is a GC root....Ludovic Courtès 2016-08-02system: Define 'GUIX_LOCPATH' to work around 'glibc' package defect....Ludovic Courtès 2016-07-18tests: install: Generalize 'run-install'....Ludovic Courtès 2016-07-12gnu: Switch to 'with-imported-modules'....Ludovic Courtès 2016-07-02tests: install: Adjust to new 'marionette-service-type' interface....Ludovic Courtès 2016-06-27tests: Add Avahi and NSS-mDNS test....Ludovic Courtès 2016-06-27tests: base: Add host name resolution tests....Ludovic Courtès 2016-06-23tests: basic: Don't hard-code the expected architecture name....Ludovic Courtès 2016-06-23tests: Installation test no longer requires KVM....Ludovic Courtès 2016-06-22services: Add 'mcron-service'....Ludovic Courtès 2016-06-20tests: Add a mechanism to describe and discover system tests....Ludovic Courtès 2016-06-20tests: Add system installation test....Ludovic Courtès 2016-06-20tests: base: Fully honor the OS passed to 'run-basic-test'....Ludovic Courtès 2016-06-20tests: Export 'run-basic-test'....Ludovic Courtès 2016-05-08system: tests: Use 'start-service' to wait for service....Ludovic Courtès 2016-05-04tests: Add whole-system test....Ludovic Courtès