add notes on building - closes #4

This commit is contained in:
Austin Robertson 2018-09-25 15:47:13 -05:00 committed by GitHub
parent c98ed8b52a
commit 78c5e77be2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ If you don't have three NICs, you can buy this cheap USB NIC one [from Amazon](T
ssh root@pfsense chmod 555 /boot/kernel/ng_etf.ko ssh root@pfsense chmod 555 /boot/kernel/ng_etf.ko
``` ```
b) Or you, a responsible sysadmin, can compile the module yourself from a trusted FreeBSD 11.1 machine: b) Or you, a responsible sysadmin, can compile the module yourself from a another, trusted FreeBSD 11.1 machine. _You cannot build packages directly on 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