summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-09 23:34:01 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-09 23:53:36 +0200
commite1fbc32a0a1d027ec641ac0e249ad9aa1d5a8ffa (patch)
tree91327928ec074b90c8a8af3c4902e68c05c88e53 /doc
parent36ffaca2469e6a98e23f59c4a7e82ed985710310 (diff)
downloadguix-e1fbc32a0a1d027ec641ac0e249ad9aa1d5a8ffa.tar.gz
install: Have several OS config templates under /etc/configuration.
* gnu/system/install.scm (configuration-template-service): Remove
  'local-template' and 'template'.  Add 'search' and 'templates'.
  [activate]: Copy all of TEMPLATES to /etc/configuration.
* doc/guix.texi (System Installation): Adjust file name accordingly.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index e2465ee823..ea4a5c7b7c 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3927,7 +3927,7 @@ It is better to store that file on the target root file system, say, as
 
 A minimal operating system configuration, with just the bare minimum and
 only a root account would look like this (on the installation system,
-this example is available as @file{/etc/configuration-template.scm}):
+this example is available as @file{/etc/configuration/bare-bones.scm}):
 
 @example
 @include os-config.texi