more build clarifications

This commit is contained in:
Austin Robertson 2018-09-25 15:58:00 -05:00 committed by GitHub
parent 4044dd26b8
commit 12f8b4b579
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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