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

poudriere.conf.sample « conf - github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f44229017593cc7d7422bd1cf7d210be1646d78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# The pool where poudriere will create its jails
ZPOOL=tank

# The ftp host where to download base sets and ssys set for the jails
FTPHOST=ftp.freebsd.org

# IP for the jails in the network
IP=192.168.1.58

# Ethernet interface for the jail
ETH=nfe0

# the directory where the jail will store the packages and logs
POUDRIERE_DATA=/usr/local/poudriere_data

# determine a loopback interface if dhcp only
USE_LOOPBACK=no

# use portlint to check ports sanity
USE_PORTLINT=no

# if set WORKDIRPREFIX will be mdmfs of the given size (mM or gG)
MFSSIZE=1024m