diff --git a/freebsd/12_post-installation.md b/freebsd/12_post-installation.md index 4fcb426..ed42b01 100644 --- a/freebsd/12_post-installation.md +++ b/freebsd/12_post-installation.md @@ -60,9 +60,9 @@ Prepare the host for VNET jails. Add the following lines to the /etc/rc.conf file ``` sh -ifconfig_re1 = "DHCP" -cloned_interfaces = "bridge0" -ifconfig_bridge0 = "addm re1 up" +ifconfig_re1="DHCP" +cloned_interfaces="bridge0" +ifconfig_bridge0="addm re1 up" ``` ### 6. BastilleBSD + ZFS Configuration