Fixed lnco/documentation#52w

This commit is contained in:
Tastatur 2024-03-24 17:35:06 +01:00
parent 49ffdfcb76
commit a0f67e843c

View file

@ -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
``` ```