diff options
Diffstat (limited to 'libexec/rc/rc.d/linux')
| -rwxr-xr-x | libexec/rc/rc.d/linux | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/rc/rc.d/linux b/libexec/rc/rc.d/linux index d419920acaca..52a465a85b94 100755 --- a/libexec/rc/rc.d/linux +++ b/libexec/rc/rc.d/linux @@ -31,14 +31,14 @@ linux_start() case `sysctl -n hw.machine_arch` in aarch64) - load_kld -e 'linux64elf' linux64 + load_kld -m linux64elf linux64 ;; amd64) - load_kld -e 'linuxelf' linux - load_kld -e 'linux64elf' linux64 + load_kld -m linuxelf linux + load_kld -m linux64elf linux64 ;; i386) - load_kld -e 'linuxelf' linux + load_kld -m linuxelf linux ;; esac |
