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