more build clarifications
This commit is contained in:
parent
4044dd26b8
commit
12f8b4b579
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ If you don't have three NICs, you can buy this cheap USB NIC one [from Amazon](T
|
||||||
|
|
||||||
b) Or you, a responsible sysadmin, can compile the module yourself from another, trusted FreeBSD machine. _You cannot build packages directly on pfSense._ Your FreeBSD version should match that of your pfSense version. (Example: pfSense 2.4.3 = FreeBSD 11.1)
|
b) Or you, a responsible sysadmin, can compile the module yourself from another, trusted FreeBSD machine. _You cannot build packages directly on pfSense._ Your FreeBSD version should match that of your pfSense version. (Example: pfSense 2.4.3 = FreeBSD 11.1)
|
||||||
```
|
```
|
||||||
|
# from a FreeBSD machine (not pfSense!)
|
||||||
fetch ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/11.1-RELEASE/src.txz
|
fetch ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/11.1-RELEASE/src.txz
|
||||||
tar -C / -zxvf src.txz
|
tar -C / -zxvf src.txz
|
||||||
cd /usr/src/sys/modules/netgraph
|
cd /usr/src/sys/modules/netgraph
|
||||||
|
|
Loading…
Reference in a new issue