Skip to content

Commit

Permalink
[FIX] correctly use bastille_zfs_prefix to also work on pools differe…
Browse files Browse the repository at this point in the history
…nt than zroot see PR #685
  • Loading branch information
yaazkal committed Jul 14, 2024
1 parent c7f46c3 commit 1a27a7e
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

1 comment on commit 1a27a7e

@tschettervictor
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won’t work. See #713

Please sign in to comment.