summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-06-01 22:56:33 +0200
committerLudovic Courtès <ludo@gnu.org>2016-06-01 22:56:33 +0200
commitd23ef788b3fff804d017247c4fee170b693c533d (patch)
tree5c3589cfba2ea9abe586c20da822ee6e936f8540 /doc
parent4a23818659b0f46f5730d9501e7cfe87cc81e45a (diff)
doc: Clarify non-interference when installed on a foreign distro.
Suggested by Hartmut Goebel <h.goebel@crazy-compilers.com>. * doc/guix.texi (Installation): Add paragraph explaining that files live in two directories.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index dc61aa8537a..2cd30f6f86f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -336,6 +336,13 @@ manager, which can be done on top of a running GNU/Linux system. If,
336instead, you want to install the complete GNU operating system, 336instead, you want to install the complete GNU operating system,
337@pxref{System Installation}. 337@pxref{System Installation}.
338 338
339@cindex foreign distro
340When installed on a running GNU/Linux system---thereafter called a
341@dfn{foreign distro}---GNU@tie{}Guix complements the available tools
342without interference. Its data lives exclusively in two directories,
343usually @file{/gnu/store} and @file{/var/guix}; other files on your
344system, such as @file{/etc}, are left untouched.
345
339@menu 346@menu
340* Binary Installation:: Getting Guix running in no time! 347* Binary Installation:: Getting Guix running in no time!
341* Requirements:: Software needed to build and run Guix. 348* Requirements:: Software needed to build and run Guix.
@@ -1096,6 +1103,7 @@ daemons on the same machine.
1096@node Application Setup 1103@node Application Setup
1097@section Application Setup 1104@section Application Setup
1098 1105
1106@cindex foreign distro
1099When using Guix on top of GNU/Linux distribution other than GuixSD---a 1107When using Guix on top of GNU/Linux distribution other than GuixSD---a
1100so-called @dfn{foreign distro}---a few additional steps are needed to 1108so-called @dfn{foreign distro}---a few additional steps are needed to
1101get everything in place. Here are some of them. 1109get everything in place. Here are some of them.