mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
doc: Suggest 'groupadd --system'.
* doc/guix.texi (Build Environment Setup): Use 'groupadd --system'.
This commit is contained in:
parent
39f8ed1437
commit
eabebb8143
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue