This commit is contained in:
2026-01-01 20:53:47 -05:00
parent bdc3b934c2
commit 46dd90dd01

View File

@@ -75,3 +75,11 @@ zfs create zroot/bastille
zfs set mountpoint=none zroot/bastille
mkdir -p /usr/local/bastille
```
Edit the following lines in the bastille.conf file:
``` sh
bastille_zfs_enable="YES"
bastille_zfs_zpool="zroot"
bastille_zfs_prefix="bastille"
```