diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-05-22 23:20:12 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-05-22 23:24:13 +0200 |
commit | c9384945984c393ef1a15efb5c07e272a27a2215 (patch) | |
tree | 090a2bb367ecb404225cb04afeaeeb6e18c11e6e /doc | |
parent | f19c6e5fe79c8bbd3c9ea25cd0380681bd99ce13 (diff) | |
download | patches-c9384945984c393ef1a15efb5c07e272a27a2215.tar patches-c9384945984c393ef1a15efb5c07e272a27a2215.tar.gz |
Add (gnu) module.
* gnu.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* build-aux/hydra/demo-os.scm: Use (gnu) and strip import list
accordingly.
* doc/guix.texi (Using the Configuration System): Adjust example
accordingly.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 57c9e4e52a..edb1dceeab 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3109,9 +3109,8 @@ Linux-Libre kernel, initial RAM disk, and boot loader looks like this: @findex operating-system @lisp -(use-modules (gnu services base) ; for '%base-services' +(use-modules (gnu) ; for 'user-account', '%base-services', etc. (gnu services ssh) ; for 'lsh-service' - (gnu system shadow) ; for 'user-account' (gnu packages base) ; Coreutils, grep, etc. (gnu packages bash) ; Bash (gnu packages admin) ; dmd, Inetutils |