xbps-src: added a README describing common/chroot-style.
This commit is contained in:
parent
865cae40d8
commit
31d8471d05
13
common/chroot-style/README
Normal file
13
common/chroot-style/README
Normal file
|
@ -0,0 +1,13 @@
|
|||
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
|
||||
|
Loading…
Reference in New Issue
Block a user