diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2016-06-01 22:56:33 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2016-06-01 22:56:33 +0200 |
| commit | d23ef788b3fff804d017247c4fee170b693c533d (patch) | |
| tree | 5c3589cfba2ea9abe586c20da822ee6e936f8540 /doc | |
| parent | 4a23818659b0f46f5730d9501e7cfe87cc81e45a (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.texi | 8 |
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, | |||
| 336 | instead, you want to install the complete GNU operating system, | 336 | instead, you want to install the complete GNU operating system, |
| 337 | @pxref{System Installation}. | 337 | @pxref{System Installation}. |
| 338 | 338 | ||
| 339 | @cindex foreign distro | ||
| 340 | When installed on a running GNU/Linux system---thereafter called a | ||
| 341 | @dfn{foreign distro}---GNU@tie{}Guix complements the available tools | ||
| 342 | without interference. Its data lives exclusively in two directories, | ||
| 343 | usually @file{/gnu/store} and @file{/var/guix}; other files on your | ||
| 344 | system, 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 | ||
| 1099 | When using Guix on top of GNU/Linux distribution other than GuixSD---a | 1107 | When using Guix on top of GNU/Linux distribution other than GuixSD---a |
| 1100 | so-called @dfn{foreign distro}---a few additional steps are needed to | 1108 | so-called @dfn{foreign distro}---a few additional steps are needed to |
| 1101 | get everything in place. Here are some of them. | 1109 | get everything in place. Here are some of them. |
