summaryrefslogtreecommitdiff
path: root/Bastillefile
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2021-02-09 16:32:24 -0500
committerAdam T. Carpenter <atc@53hor.net>2021-02-09 16:32:24 -0500
commitaf11d85faa171581cc8e59ec6a445853f37c58ab (patch)
treef31fd907923dba3e14bffda94993463a79a4fd98 /Bastillefile
downloadbase-af11d85faa171581cc8e59ec6a445853f37c58ab.tar.xz
base-af11d85faa171581cc8e59ec6a445853f37c58ab.zip
init
Diffstat (limited to 'Bastillefile')
-rw-r--r--Bastillefile15
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