From b171c93f07b87dc7ce92f50a34a14a57ca55526a Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Thu, 1 Jan 2026 23:39:00 -0500 Subject: [PATCH] FreeBSD --- freebsd/12_post-installation.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/freebsd/12_post-installation.md b/freebsd/12_post-installation.md index 26092ff..28a70e7 100644 --- a/freebsd/12_post-installation.md +++ b/freebsd/12_post-installation.md @@ -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