summaryrefslogtreecommitdiff
path: root/Bastillefile
blob: e3c91974feda9e0847c1c2a9acaf87601069421a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ARG HOST_RESOLV_CONF=/etc/resolv.conf

CMD touch /etc/rc.conf
SYSRC syslogd_flags="-ss"
SYSRC sendmail_enable="NO"
SYSRC sendmail_submit_enable="NO"
SYSRC sendmail_outbound_enable="NO"
SYSRC sendmail_msp_queue_enable="NO"
SYSRC cron_flags="-J 60"

CP "${HOST_RESOLV_CONF}" etc/resolv.conf

OVERLAY usr
CMD mkdir -p /var/packages 
FSTAB /usr/local/poudriere/data/packages/amd64-13-0-RELEASE /var/packages nullfs ro 0 0