diff --git a/docs/alpine-desktop-setup/installation.md b/docs/alpine-desktop-setup/installation.md index ba72810..e39da04 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. 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 @@ -33,8 +33,6 @@ The other setup scripts can be used to configure key aspects of the system. Besi # setup-timezone -i / # setup-ntp openntpd # rc-update add acpid default -# rc-update add lvm boot -# rc-update add seedrng boot # passwd root ```