From a0f67e843c5fb80a19fafabad663e137cfbe7b20 Mon Sep 17 00:00:00 2001 From: Tastatur Date: Sun, 24 Mar 2024 17:35:06 +0100 Subject: [PATCH] Fixed lnco/documentation#52w --- docs/alpine-desktop-setup/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/alpine-desktop-setup/installation.md b/docs/alpine-desktop-setup/installation.md index e39da04..ba72810 100644 --- a/docs/alpine-desktop-setup/installation.md +++ b/docs/alpine-desktop-setup/installation.md @@ -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 @@ -33,6 +33,8 @@ The other setup scripts can be used to configure key aspects of the system. # setup-timezone -i / # setup-ntp openntpd # rc-update add acpid default +# rc-update add lvm boot +# rc-update add seedrng boot # passwd root ```