Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2010-12-10 00:11:03 +0300
committerBaptiste Daroussin <bapt@FreeBSD.org>2010-12-10 00:11:03 +0300
commitbeedd3826abf1b30a27bb1692a51e4a85c00b410 (patch)
tree90e3687803383d1cce59fbe8e9685e4b5f5578b6 /README
parent0751dcfaa0d8266811f71377182b15f6b0911c8c (diff)
WRKDIRPREFIX is now non-default, a could be a mdmfs
CUSTOMCONFIG allow to append a given make.conf files to the jail make.conf
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index c30c45ad..3734e004 100644
--- a/README
+++ b/README
@@ -65,6 +65,9 @@ IP=192.168.1.1 #the ip of the jail so that it can access internet (fetch distfil
ETH=nfe0 # the network interface linked to the jail
PORTSDIR=/usr/ports # the portstree that will be mounted into the jails
POUDRIERE_DATA=/usr/local/poudriere_data # the directory where poudriere will store packages and logs
+WRKDIRPREFIX=/path/to/workdir #specify a custom path to WORKDIRPREFIX by default /tmp/build
+MFSSIZE=1024m # if set WORKDIRPREFIX will be mdmfs at the given size
+CUSTOMCONFIG=/path/to/custom/make.conf # path to files to be appended to the jail make.conf
NOTE: