diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-06-03 09:53:46 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-06-03 10:26:42 +0200 |
commit | 0e69cf67cb07a2f955bdebed19aec63d1d28a635 (patch) | |
tree | db3fccf2f13f8e53f5fb8f23d3cad354b058d8b3 /doc | |
parent | d9e61683ccd55204eff996fe0997b07b05b0f1f1 (diff) | |
download | patches-0e69cf67cb07a2f955bdebed19aec63d1d28a635.tar patches-0e69cf67cb07a2f955bdebed19aec63d1d28a635.tar.gz |
doc: Explain that packages can be installed in the installation system.
* doc/guix.texi (Preparing for Installation): Add paragraph about
package installation in the installation system.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 6d47976378..c8c755580a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5982,6 +5982,11 @@ dependencies of your system configuration can be downloaded. See the ``Networking'' section below. @end quotation +The installation system includes many common tools needed for this task. +But it is also a full-blown GuixSD system, which means that you can +install additional packages, should you need it, using @command{guix +package} (@pxref{Invoking guix package}). + @subsubsection Keyboard Layout @cindex keyboard layout |