vp-build/common/chroot-style
Michael Gehring 8853c28130 common/chroot-style/proot.sh: disable seccomp 2016-11-17 08:48:09 +00:00
..
README xbps-src: added a README describing common/chroot-style. 2015-11-18 09:32:07 +01:00
proot.sh common/chroot-style/proot.sh: disable seccomp 2016-11-17 08:48:09 +00:00
uchroot.sh Revert "xbps-src: fix uchroot chroot-style to not overwrite XBPS_CHROOT_CMD_ARGS." 2015-12-12 10:12:33 +01:00
uunshare.sh Revert "chroot-style: u{chroot,unshare}: set POSIXLY_CORRECT to behave in POSIX mode." 2015-06-07 10:52:48 +02:00

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