vp-build/common/chroot-style
Andrea Brancaleoni e12c6ef8ae xbps-src: include new chroot implementation (bubblewrap) 2018-06-12 09:36:39 +02:00
..
README
bwrap.sh xbps-src: include new chroot implementation (bubblewrap) 2018-06-12 09:36:39 +02:00
proot.sh
uchroot.sh common: Fix command line parsing with uchroot and uunshare for xbps-0.52. 2018-04-16 14:17:27 +02:00
uunshare.sh common: Fix command line parsing with uchroot and uunshare for xbps-0.52. 2018-04-16 14:17:27 +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