x
This commit is contained in:
parent
a45500b404
commit
e1aa131e14
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue