From 40378a1b1e8f618e392b3ef8c370b91b02484e85 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 1 Dec 2023 21:08:54 -0500 Subject: [PATCH] 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. --- src/config/containers-and-vms/chroot.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/containers-and-vms/chroot.md b/src/config/containers-and-vms/chroot.md index 6790a2461..010ab3e05 100644 --- a/src/config/containers-and-vms/chroot.md +++ b/src/config/containers-and-vms/chroot.md @@ -15,7 +15,7 @@ used to create the chroot: ``` # mkdir -# XBPS_ARCH= xvoidstrap base-voidstrap +# XBPS_ARCH= xvoidstrap base-container ``` `` is only needed if you want to pre-install other packages in the @@ -26,12 +26,12 @@ chroot. Alternatively, this process can be done manually. Create a directory that will contain the chroot, then install a base system in -it via the `base-voidstrap` package: +it via the `base-container` package: ``` # mkdir -p "/var/db/xbps/keys" # cp -a /var/db/xbps/keys/* "/var/db/xbps/keys" -# XBPS_ARCH= xbps-install -S -r -R base-voidstrap +# XBPS_ARCH= xbps-install -S -r -R base-container ``` The `` may [vary depending on