Skip to content

Commit

Permalink
Merge pull request #711 from yaazkal/fix-conf-zpool
Browse files Browse the repository at this point in the history
[FIX] correctly use bastille_zfs_prefix to also work on pools != zroot
  • Loading branch information
yaazkal authored Jul 15, 2024
2 parents c7f46c3 + 1a27a7e commit cee6f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/etc/bastille/bastille.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ bastille_url_midnightbsd="https://www.midnightbsd.org/ftp/MidnightBSD/releases/"
## ZFS options
bastille_zfs_enable="" ## default: ""
bastille_zfs_zpool="" ## default: ""
bastille_zfs_prefix="bastille" ## default: "${bastille_zfs_zpool}/bastille"
bastille_zfs_prefix="${bastille_zfs_zpool}/bastille" ## default: "${bastille_zfs_zpool}/bastille"
bastille_zfs_options="-o compress=lz4 -o atime=off" ## default: "-o compress=lz4 -o atime=off"

## Export/Import options
Expand Down

0 comments on commit cee6f20

Please sign in to comment.