This commit is contained in:
2026-01-01 20:52:12 -05:00
parent 97073f9481
commit bdc3b934c2

View File

@@ -58,3 +58,20 @@ ifconfig_re1="DHCP"
cloned_interfaces="bridge0"
ifconfig_bridge0="addm re1 up"
```
### 6. BastilleBSD + ZFS Configuration
Install BastilleBSD
``` sh
pkg install bastille
sysrc bastille_enable="YES"
```
Create ZFS dataset for BastilleBSD
``` sh
zfs create zroot/bastille
zfs set mountpoint=none zroot/bastille
mkdir -p /usr/local/bastille
```