summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-04 14:31:17 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-04 15:08:20 +0200
commiteabebb8143193fadf5338aaebeafde33266b30af (patch)
tree094861fbfc2d2edba2de159b89d6bb3c7468a70b /doc
parent39f8ed14374e79d1734d8651a31f492a52c44b5d (diff)
downloadguix-patches-eabebb8143193fadf5338aaebeafde33266b30af.tar
guix-patches-eabebb8143193fadf5338aaebeafde33266b30af.tar.gz
doc: Suggest 'groupadd --system'.
* doc/guix.texi (Build Environment Setup): Use 'groupadd --system'.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index eb240b1d6b..dea1415616 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -454,7 +454,7 @@ Bash syntax and the @code{shadow} commands):
@c See http://lists.gnu.org/archive/html/bug-guix/2013-01/msg00239.html
@c for why `-G' is needed.
@example
-# groupadd guix-builder
+# groupadd --system guix-builder
# for i in `seq 1 10`;
do
useradd -g guix-builder -G guix-builder \