[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: doc: Suggest 'groupadd --system'.
From: |
Ludovic Courtès |
Subject: |
02/03: doc: Suggest 'groupadd --system'. |
Date: |
Mon, 04 May 2015 13:08:26 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit eabebb8143193fadf5338aaebeafde33266b30af
Author: Ludovic Courtès <address@hidden>
Date: Mon May 4 14:31:17 2015 +0200
doc: Suggest 'groupadd --system'.
* doc/guix.texi (Build Environment Setup): Use 'groupadd --system'.
---
doc/guix.texi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index eb240b1..dea1415 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 \