doc: Invoke 'useradd' with '--system'.
Reported by Kete <kete@ninthfloor.org>. Fixes <http://bugs.gnu.org/16289>. * doc/guix.texi (Setting Up the Daemon): Add '--system' to the 'useradd' command line. Suggested by Kete <kete@ninthfloor.org>.
This commit is contained in:
parent
4b155fea74
commit
4d1a2b50a6
|
@ -213,7 +213,8 @@ Bash syntax and the @code{shadow} commands):
|
||||||
do
|
do
|
||||||
useradd -g guix-builder -G guix-builder \
|
useradd -g guix-builder -G guix-builder \
|
||||||
-d /var/empty -s `which nologin` \
|
-d /var/empty -s `which nologin` \
|
||||||
-c "Guix build user $i" guix-builder$i;
|
-c "Guix build user $i" --system \
|
||||||
|
guix-builder$i;
|
||||||
done
|
done
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue