From 39990b584b7bc93ddc9d1278d10e3d875f571089 Mon Sep 17 00:00:00 2001 From: Phil Krylov Date: Fri, 19 Feb 2021 17:34:34 +0300 Subject: [PATCH] Reflect bastille_zfs_mountpoint deprecation in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 891300e5..bfe1bfbf 100644 --- a/README.md +++ b/README.md @@ -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" ```