This commit is contained in:
Mansour Ghaoui 2025-12-10 09:32:31 +01:00
parent a45500b404
commit e1aa131e14

View file

@ -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. First we need to make a backup of `pf.conf`, if you already setup pf before, otherwise you can skip this step.
```sh ```sh
mv /etc/pf.conf /etc/pf.conf.backup cp /etc/pf.conf /etc/pf.conf.backup
``` ```
And then 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`. And change, assuming you created a zpool named `data`.
For example (WATCH OUT, BELOW COMMAND IS DANGEROUS): For example:
```sh ```sh
zpool create -f data /dev/ada0 zpool create -f data /dev/ada0