diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-05-19 00:49:25 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-05-19 00:55:21 +0300 |
| commit | b0578d2af1d6bfef7b86103a3f244c9112d06f98 (patch) | |
| tree | c2165399785450e55d4996ef842c8ec0ad45d102 /roles/jail | |
| parent | b38e910899bad2d6ae2049b599dcdd525420c53d (diff) | |
Remove packager, use ports fork
Diffstat (limited to 'roles/jail')
| -rw-r--r-- | roles/jail/templates/jail_conf.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/jail/templates/jail_conf.j2 b/roles/jail/templates/jail_conf.j2 index 2a0ea27..7ce1b1b 100644 --- a/roles/jail/templates/jail_conf.j2 +++ b/roles/jail/templates/jail_conf.j2 @@ -53,4 +53,6 @@ exec.prestart += "mount -t nullfs {{ mount.src }} /usr/local/jails/containers/{{ jail.name }}{{ mount.dst }} || true"; exec.poststop += "umount /usr/local/jails/containers/{{ jail.name }}{{ mount.dst }} || true"; {% endfor %} + exec.prestart += "mount -t nullfs -o ro /usr/ports /usr/local/jails/containers/{{ jail.name }}/usr/ports || true"; + exec.poststop += "umount /usr/local/jails/containers/{{ jail.name }}/usr/ports || true"; } |
