xbps-src: remove proot chroot-style

proot is broken and result in random hard to debug issues,
this is the best way to not have new users use it.
This commit is contained in:
Duncaen
2020-11-07 22:50:11 +01:00
committed by Michael Aldridge
parent bf397c1372
commit 3eed75216c
5 changed files with 4 additions and 50 deletions

View File

@@ -120,14 +120,13 @@ XBPS_SUCMD="sudo /bin/sh -c"
#
# - uunshare (uses xbps-uunshare(1), user namespaces)
# - uchroot (uses xbps-uchroot(1), namespaces, setgid)
# - proot (uses proot, external, does not need special permissions)
# - bwrap (uses bwrap, external, does not need special permissions)
# - ethereal (uses root, needs no permissions, for disposable containers)
#
# The order is already set as shown above, but can be overriden below.
# Additional arguments to the chroot style can be passed in via XBPS_CHROOT_CMD_ARGS.
#
#XBPS_CHROOT_CMD=proot
#XBPS_CHROOT_CMD=uchroot
#XBPS_CHROOT_CMD_ARGS=""
# [OPTIONAL]