Merge pull request #351 from tuffnatty/patch-1

Reflect bastille_zfs_mountpoint deprecation in README.md
This commit is contained in:
Christer Edwards
2021-02-19 09:52:40 -07:00
committed by GitHub

View File

@@ -215,7 +215,7 @@ Two values are required for Bastille to use ZFS. The default values in the
bastille_zfs_enable="" ## default: ""
bastille_zfs_zpool="" ## default: ""
bastille_zfs_prefix="bastille" ## default: "${bastille_zfs_zpool}/bastille"
bastille_zfs_mountpoint=${bastille_prefix} ## default: "${bastille_prefix}"
bastille_prefix="/bastille" ## default: "/usr/local/bastille". ${bastille_zfs_prefix} gets mounted here
bastille_zfs_options="-o compress=lz4 -o atime=off" ## default: "-o compress=lz4 -o atime=off"
```