Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/installation/guides/chroot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down