more notes on building

This commit is contained in:
Austin Robertson 2018-09-25 15:48:53 -05:00 committed by GitHub
parent 05459f08e1
commit efdc5c63c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
```
b) Or you, a responsible sysadmin, can compile the module yourself from another, trusted FreeBSD 11.1 machine. _You cannot build packages directly on pfSense._
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)
```
fetch ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/11.1-RELEASE/src.txz
tar -C / -zxvf src.txz