revert Fixed lnco/documentation#52w
This commit is contained in:
nils 2024-03-24 17:36:10 +01:00
parent a0f67e843c
commit 81830f570d

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. Besides that a few necessary services have to be activated. The other setup scripts can be used to configure key aspects of the system.
``` ```
# setup-hostname <hostname> # setup-hostname <hostname>
@ -33,8 +33,6 @@ The other setup scripts can be used to configure key aspects of the system. Besi
# 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
``` ```