diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-12-18 23:16:35 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-12-18 23:17:30 +0100 |
commit | 45f6211730157c50ade4dbf770e60871f1067ad6 (patch) | |
tree | 1f274e6ffa5dc2ff388da5ff62ceb262a3cba8ed /doc | |
parent | 3caab236c49012643ab46afd7e82a287ec413ee8 (diff) | |
download | guix-45f6211730157c50ade4dbf770e60871f1067ad6.tar.gz |
doc: Clarify treatment of the root account.
* doc/guix.texi (operating-system Reference): Clarify the situation of UID 0.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 68f3a88781..3bb29db960 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -8700,6 +8700,9 @@ also specified. @xref{Mapped Devices} and @ref{File Systems}. @itemx @code{groups} (default: @var{%base-groups}) List of user accounts and groups. @xref{User Accounts}. +If the @code{users} list lacks a user account with UID@tie{}0, a +``root'' account with UID@tie{}0 is automatically added. + @item @code{skeletons} (default: @code{(default-skeletons)}) A list target file name/file-like object tuples (@pxref{G-Expressions, file-like objects}). These are the skeleton files that will be added to |