diff options
author | jhb <jhb@FreeBSD.org> | 2016-05-10 22:32:23 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2016-05-10 22:32:23 +0000 |
commit | 03739a0cd03ee8f3b8a1859e4943a6485e882022 (patch) | |
tree | d5d829e9c050c3cb520f092df5ebbe48c3b552c1 /UPDATING | |
parent | 10195fa2e46289d0694f4a1b3ae3ced3038f8b8a (diff) | |
download | FreeBSD-src-03739a0cd03ee8f3b8a1859e4943a6485e882022.zip FreeBSD-src-03739a0cd03ee8f3b8a1859e4943a6485e882022.tar.gz |
Change the default installation directory for modules to /boot/modules.
Kernel installs always override KMODDIR when installing modules, so
this default setting is only used for standalone module builds. Many
out-of-tree modules manually override KMODDIR already to avoid placing
modules in /boot/kernel. This now makes that behavior the default.
Discussed on: arch@
Reviewed by: imp
Relnotes: yes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -31,6 +31,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20160510: + Kernel modules compiled outside of a kernel build now default to + installing to /boot/modules instead of /boot/kernel. Many kernel + modules built this way (such as those in ports) already overrode + KMODDIR explicitly to install into /boot/modules. However, + manually building and installing a module from /sys/modules will + now install to /boot/modules instead of /boot/kernel. + 20160414: The CAM I/O scheduler has been committed to the kernel. There should be no user visible impact. This does enable NCQ Trim on ada SSDs. While the |