diff --git a/freebsd/12_post-installation.md b/freebsd/12_post-installation.md index 0b4a65e..43a36b1 100644 --- a/freebsd/12_post-installation.md +++ b/freebsd/12_post-installation.md @@ -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 +```