From cb566dce7eed9dd923935c0fcfa53430a598e7b2 Mon Sep 17 00:00:00 2001 From: Karl Felix Schewe <107949893+kardwen@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:58:12 +0200 Subject: [PATCH] Update chroot.md Add network requirement hint for xchroot --- src/installation/guides/chroot.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/installation/guides/chroot.md b/src/installation/guides/chroot.md index e89222363..c987096bb 100644 --- a/src/installation/guides/chroot.md +++ b/src/installation/guides/chroot.md @@ -142,8 +142,9 @@ methods. ### Entering the Chroot [xchroot(1)](https://man.voidlinux.org/xchroot.1) (from `xtools`) can be used to -set up and enter the chroot. Alternatively, this can be [done -manually](../../config/containers-and-vms/chroot.md#manual-method). +set up and enter the chroot. Make sure that a +[network connection](../../config/network/index.md) is established. Alternatively, +this can be [done manually](../../config/containers-and-vms/chroot.md#manual-method). ``` # xchroot /mnt /bin/bash