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:

committed by
Michael Aldridge

parent
bf397c1372
commit
3eed75216c
@@ -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]
|
||||
|
Reference in New Issue
Block a user