FreeBSD
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user