Fixed lnco/documentation#52w
This commit is contained in:
parent
49ffdfcb76
commit
a0f67e843c
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,7 @@ To make it possible to chroot into the system, mount the other directories:
|
||||||
# chroot /mnt
|
# chroot /mnt
|
||||||
```
|
```
|
||||||
|
|
||||||
The other setup scripts can be used to configure key aspects of the system.
|
The other setup scripts can be used to configure key aspects of the system. Besides that a few necessary services have to be activated.
|
||||||
|
|
||||||
```
|
```
|
||||||
# setup-hostname <hostname>
|
# setup-hostname <hostname>
|
||||||
|
@ -33,6 +33,8 @@ The other setup scripts can be used to configure key aspects of the system.
|
||||||
# setup-timezone -i <area>/<subarea>
|
# setup-timezone -i <area>/<subarea>
|
||||||
# setup-ntp openntpd
|
# setup-ntp openntpd
|
||||||
# rc-update add acpid default
|
# rc-update add acpid default
|
||||||
|
# rc-update add lvm boot
|
||||||
|
# rc-update add seedrng boot
|
||||||
# passwd root
|
# passwd root
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue