https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208597

--- Comment #7 from Pyun YongHyeon <[email protected]> ---
(In reply to Harri from comment #6)
Did you install source code for kernel?
If the answer is YES, you don't need to use svnlite to fetch kernel sources.
If the answer is NO, you may have two options.
1. Install kernel sources from install media.
2. Use svnlite to fetch kernel sources(You don't need to install full-featured
svn to get kernel sources).
   For svnlite, use the following repository.
   #cd /usr
   #svnlite co https://svn.FreeBSD.org/base/release/10.3.0 src

After getting kernel sources do the following.
   #cd /usr/src
   #patch -p0 < /path-to-diff/nfe.link.diff
   # rebuild kernel and reboot

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "[email protected]"

Reply via email to