vp-build/common/chroot-style
Juan RP 7b7d7c13a1
xbps-src: exit properly if mktemp(1) fails, not from its subshell.
Thanks @huglovefan
2019-06-17 17:38:07 +02:00
..
README
bwrap.sh
ethereal.sh chroot-style/ethereal.sh: fix some stuff 2019-04-05 13:49:41 -03:00
proot.sh xbps-src: exit properly if mktemp(1) fails, not from its subshell. 2019-06-17 17:38:07 +02:00
uchroot.sh
uunshare.sh

README

CHROOT STYLES
=============

This directory contains scripts to perform the chroot operation with xbps-src.
The scripts should accept at least 5 arguments:

	- $1 (MASTERDIR) masterdir to chroot
	- $2 (DISTDIR) path to the void-packages directory
	- $3 (HOSTDIR) path to hostdir
	- $4 (EXTRA_ARGS) additional arguments to be passed
	- $5 (CMD) command to execute
	- $@ remaining arguments to pass