Page MenuHomeFreeBSD

D29288.id85991.diff
No OneTemporary

D29288.id85991.diff

diff --git a/libexec/rc/rc.d/linux b/libexec/rc/rc.d/linux
--- a/libexec/rc/rc.d/linux
+++ b/libexec/rc/rc.d/linux
@@ -19,11 +19,17 @@
{
local _emul_path _tmpdir
- load_kld -e 'linux(aout|elf)' linux
case `sysctl -n hw.machine_arch` in
+ aarch64)
+ load_kld -e 'linux64elf' linux64
+ ;;
amd64)
+ load_kld -e 'linuxelf' linux
load_kld -e 'linux64elf' linux64
;;
+ i386)
+ load_kld -e 'linuxelf' linux
+ ;;
esac
_emul_path="$(sysctl -n compat.linux.emul_path)"

File Metadata

Mime Type
text/plain
Expires
Mon, Feb 10, 4:42 PM (3 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16580352
Default Alt Text
D29288.id85991.diff (486 B)

Event Timeline