From 41b43f90c6819c0ad366988dfd933572fda70d5a Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sat, 23 Nov 2024 19:08:50 -0700 Subject: [PATCH] One more doc change to clarify zfs mount location --- docs/chapters/zfs-support.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/chapters/zfs-support.rst b/docs/chapters/zfs-support.rst index 17e98676..52a0c7d7 100644 --- a/docs/chapters/zfs-support.rst +++ b/docs/chapters/zfs-support.rst @@ -36,3 +36,6 @@ Example ishmael ~ # sysrc -f /usr/local/etc/bastille/bastille.conf bastille_zfs_prefix=apps/bastille The above example will set ``ZPOOL_NAME/apps/bastille`` as the working zfs dataset for bastille. + +Bastille will mount the datasets it creates at ``bastille_prefix`` which defaults to ``/usr/local/bastille`` +If this is not desirable, you can change it at the top of the config file.