mount.fstab

  1. L

    jails Question about ordering of 'exec.prepare' and 'mount.fstab' during jail creation

    Hello! I am unsure if my case is working as intended or is a bug, but consider the following jail config file: $ cat /etc/jail.conf.d/test-ordering.conf test-ordering { host.hostname = "${name}"; path = "/usr/local/jails/containers/${name}"; exec.prepare = "echo tmpfs...
Back
Top