]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the 'linux' rc script on aarch64.
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Tue, 16 Mar 2021 16:48:13 +0000 (16:48 +0000)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Thu, 18 Mar 2021 20:30:21 +0000 (20:30 +0000)
commite026f4243c5a65d19a63d98f55be17e8294a1e87
treecbbbfdc51a4ac5715036e1c9293ecccdcb6104be
parentfd232a21bb35e8ba8b62c2314b16b2f1d7c00afc
Fix the 'linux' rc script on aarch64.

Previously it would try to load linux.ko instead of linux64.ko
and fail.  While here, don't try to match 'linuxaout'; even if
implemented, it's the same module as `linuxelf`.

Reviewed By: emaste
Sponsored By: EPSRC
Differential Revision: https://reviews.freebsd.org/D29288
libexec/rc/rc.d/linux