This commit is contained in:
Tastatur 2024-03-24 17:37:18 +01:00
parent 81830f570d
commit 3acde97945

View file

@ -25,7 +25,7 @@ To make it possible to chroot into the system, mount the other directories:
# 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>
@ -33,6 +33,8 @@ The other setup scripts can be used to configure key aspects of the system.
# setup-timezone -i <area>/<subarea>
# setup-ntp openntpd
# rc-update add acpid default
# rc-update add lvm boot
# rc-update add seedrng boot
# passwd root
```