From d5347b0921823ca706149da62dcfcaeeefb86384 Mon Sep 17 00:00:00 2001 From: Roberto Ricci Date: Wed, 2 Aug 2023 23:55:21 +0200 Subject: [PATCH] installation/guides/chroot: add section about services --- src/installation/guides/chroot.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/installation/guides/chroot.md b/src/installation/guides/chroot.md index 98685d376..ca3640da4 100644 --- a/src/installation/guides/chroot.md +++ b/src/installation/guides/chroot.md @@ -245,6 +245,12 @@ If using swap space, add an entry for any swap partitions: UUID=1cb4[...] swap swap rw,noatime,discard 0 0 ``` +### Enable services + +Services can be [enabled](../../config/services/index.md#enabling-services) +after booting the new system, but you may need to enable some of them (e.g.: +`dhcpcd`, `sshd`) now in order to access it. + ## Installing GRUB Use