Skip to content

Commit 4cbac6b

Browse files
committed
installation/guides/chroot: document configuring superuser access
1 parent db9ba9d commit 4cbac6b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/installation/guides/chroot.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,17 +188,19 @@ For glibc builds, generate locale files with:
188188

189189
### Set a Root Password
190190

191-
[Configure at least one super user account](../../config/users-and-groups.md).
192-
Other user accounts can be configured later, but there should either be a root
193-
password, or a new user account with [sudo(8)](https://man.voidlinux.org/sudo.8)
194-
privileges.
191+
[Configure at least one user account](../../config/users-and-groups.md). Other
192+
user accounts can be configured later, but there should either be a root
193+
password or a user account with [superuser
194+
privileges](../../config/users-and-groups.md#superuser-access).
195195

196196
To set a root password, run:
197197

198198
```
199199
[xchroot /mnt] # passwd
200200
```
201201

202+
Otherwise, install and configure a superuser access tool.
203+
202204
### Enable services
203205

204206
Services can be [enabled](../../config/services/index.md#enabling-services)

0 commit comments

Comments
 (0)