This commit is contained in:
2026-01-01 23:39:00 -05:00
parent 415c597853
commit b171c93f07

View File

@@ -77,16 +77,15 @@ sysrc bastille_enable="YES"
Create ZFS dataset for BastilleBSD
``` sh
zfs create zroot/bastille
zfs set mountpoint=/usr/local/bastille zroot/bastille
zfs create -o mountpoint=/usr/local/bastille zroot/bastille
```
Edit the following lines in the /usr/local/etc/bastille/bastille.conf file:
``` bash
bastille_zfs_enable = "YES"
bastille_zfs_zpool = "zroot"
bastille_zfs_prefix = "bastille"
bastille_zfs_enable="YES"
bastille_zfs_zpool="zroot"
bastille_zfs_prefix="bastille"
```
Install Bootstrap 14.3