File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
196196To 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
204206Services can be [ enabled] ( ../../config/services/index.md#enabling-services )
You can’t perform that action at this time.
0 commit comments