diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2015-05-04 14:31:17 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-04 15:08:20 +0200 |
| commit | eabebb8143193fadf5338aaebeafde33266b30af (patch) | |
| tree | 094861fbfc2d2edba2de159b89d6bb3c7468a70b | |
| parent | 39f8ed14374e79d1734d8651a31f492a52c44b5d (diff) | |
doc: Suggest 'groupadd --system'.
* doc/guix.texi (Build Environment Setup): Use 'groupadd --system'.
| -rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index eb240b1d6ba..dea14156164 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -454,7 +454,7 @@ Bash syntax and the @code{shadow} commands): | |||
| 454 | @c See http://lists.gnu.org/archive/html/bug-guix/2013-01/msg00239.html | 454 | @c See http://lists.gnu.org/archive/html/bug-guix/2013-01/msg00239.html |
| 455 | @c for why `-G' is needed. | 455 | @c for why `-G' is needed. |
| 456 | @example | 456 | @example |
| 457 | # groupadd guix-builder | 457 | # groupadd --system guix-builder |
| 458 | # for i in `seq 1 10`; | 458 | # for i in `seq 1 10`; |
| 459 | do | 459 | do |
| 460 | useradd -g guix-builder -G guix-builder \ | 460 | useradd -g guix-builder -G guix-builder \ |
