diff options
Diffstat (limited to 'Bastillefile')
-rw-r--r-- | Bastillefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Bastillefile b/Bastillefile new file mode 100644 index 0000000..83b5fc3 --- /dev/null +++ b/Bastillefile @@ -0,0 +1,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/12amd64-macon /var/packages nullfs ro 0 0 |