Skip to content

Commit 40378a1

Browse files
committed
config/containers-and-vms/chroot: base-voidstrap -> base-container
switch from recommending the larger to smaller base package because this documentation is designed for chroots that are used as containers, not as a stepping-off point for actual systems.
1 parent 2397570 commit 40378a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/containers-and-vms/chroot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ used to create the chroot:
1515

1616
```
1717
# mkdir <chroot_dir>
18-
# XBPS_ARCH=<chroot_arch> xvoidstrap <chroot_dir> base-voidstrap <other_pkgs>
18+
# XBPS_ARCH=<chroot_arch> xvoidstrap <chroot_dir> base-container <other_pkgs>
1919
```
2020

2121
`<other_pkgs>` is only needed if you want to pre-install other packages in the
@@ -26,12 +26,12 @@ chroot.
2626
Alternatively, this process can be done manually.
2727

2828
Create a directory that will contain the chroot, then install a base system in
29-
it via the `base-voidstrap` package:
29+
it via the `base-container` package:
3030

3131
```
3232
# mkdir -p "<chroot_dir>/var/db/xbps/keys"
3333
# cp -a /var/db/xbps/keys/* "<chroot_dir>/var/db/xbps/keys"
34-
# XBPS_ARCH=<chroot_arch> xbps-install -S -r <chroot_dir> -R <repository> base-voidstrap <other_pkgs>
34+
# XBPS_ARCH=<chroot_arch> xbps-install -S -r <chroot_dir> -R <repository> base-container <other_pkgs>
3535
```
3636

3737
The `<repository>` may [vary depending on

0 commit comments

Comments
 (0)