From 8f411f8e3d5a82d55885fdf189c98b96326046ac 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 5ad76fd53..d6829941e 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