summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-09 16:41:38 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-09 23:53:36 +0200
commit54d6223d2c240c0214c123e0b0aa977a01a3c209 (patch)
tree08abfe07481371e18ff13c76508b98a0c70efe70 /gnu
parent6f05630ba6848fa666f4ea57aab7f7ffbc15fc72 (diff)
downloadguix-54d6223d2c240c0214c123e0b0aa977a01a3c209.tar.gz
guix-54d6223d2c240c0214c123e0b0aa977a01a3c209.tar.xz
doc: Rename OS config example.
* gnu/system/os-config.tmpl: Rename to... * gnu/system/examples/bare-bones.tmpl: ... this. * Makefile.am (EXAMPLES): Adjust accordingly. * doc.am (doc/os-config.texi): Likewise. * gnu/system/install.scm (configuration-template-service)[template]: Likewise.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/system/examples/bare-bones.tmpl (renamed from gnu/system/os-config.tmpl)0
-rw-r--r--gnu/system/install.scm2
2 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/os-config.tmpl b/gnu/system/examples/bare-bones.tmpl
index e14c95733a..e14c95733a 100644
--- a/gnu/system/os-config.tmpl
+++ b/gnu/system/examples/bare-bones.tmpl
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index d55f0a0978..bba2df5094 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -175,7 +175,7 @@ configuration template file in the installation system."
(define local-template
"/etc/configuration-template.scm")
(define template
- (search-path %load-path "gnu/system/os-config.tmpl"))
+ (search-path %load-path "gnu/system/examples/bare-bones.tmpl"))
(mlet %store-monad ((template (interned-file template)))
(return (service