doc: Suggest 'groupadd --system'.
authorLudovic Courtès <ludo@gnu.org>
Mon, 4 May 2015 12:31:17 +0000 (14:31 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 4 May 2015 13:08:20 +0000 (15:08 +0200)
* doc/guix.texi (Build Environment Setup): Use 'groupadd --system'.

doc/guix.texi

index eb240b1..dea1415 100644 (file)
@@ -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           \