svn commit: r346441 - in head/sys/modules: em fusefs iavf
Justin Hibbits
chmeeedalf at gmail.com
Sat Apr 20 12:57:59 UTC 2019
On Sat, Apr 20, 2019, 07:51 Alan Somers <asomers at freebsd.org> wrote:
> Author: asomers
> Date: Sat Apr 20 12:51:05 2019
> New Revision: 346441
> URL: https://svnweb.freebsd.org/changeset/base/346441
>
> Log:
> Use symlinks for kernel modules rather than hardlinks
>
> When aliasing a kernel module to a different name (ie if_igb for if_em),
> it's better to use symlinks than hard links. kldxref will omit entries
> for
> the links, ensuring that the loaded module has the correct name.
>
>
Thanks! This should fix installkernel on my POWER9.
- Justin
>
>
More information about the svn-src-all
mailing list