From e1aa131e14ee949eea90483aea70d39f0248eef7 Mon Sep 17 00:00:00 2001 From: Mansour Ghaoui Date: Wed, 10 Dec 2025 09:32:31 +0100 Subject: [PATCH] x --- os/FreeBSD/Bastille/Bastille.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os/FreeBSD/Bastille/Bastille.md b/os/FreeBSD/Bastille/Bastille.md index d22a5c8..d5ae595 100644 --- a/os/FreeBSD/Bastille/Bastille.md +++ b/os/FreeBSD/Bastille/Bastille.md @@ -37,7 +37,7 @@ freebsd-version First we need to make a backup of `pf.conf`, if you already setup pf before, otherwise you can skip this step. ```sh -mv /etc/pf.conf /etc/pf.conf.backup +cp /etc/pf.conf /etc/pf.conf.backup ``` And then @@ -64,7 +64,7 @@ The `bastille setup` will try to configure the wrong config file and complain. W And change, assuming you created a zpool named `data`. -For example (WATCH OUT, BELOW COMMAND IS DANGEROUS): +For example: ```sh zpool create -f data /dev/ada0