aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-10-26 17:48:32 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2022-10-26 17:48:32 +0000
commit5575454d7ca8648fd1193f0c33cf88e80772a67f (patch)
tree2fe9f67b458604696e78a9e30988ad006dc82e41
parent069ebe6fbae56a70058d24db4d6e310f1f916733 (diff)
downloadsrc-5575454d7ca8648fd1193f0c33cf88e80772a67f.tar.gz
src-5575454d7ca8648fd1193f0c33cf88e80772a67f.zip
UPDATING: Add note for pkgbase users after splitting packages.
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 7d9f9aa05a64..4ee53f72fae9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20221026:
+ It is recommended for pkgbase user to do:
+ pkg install FreeBSD-dhclient FreeBSD-geom FreeBSD-resolvconf FreeBSD-devd \
+ FreeBSD-devmatch
+ after upgrading to restore all the component that were previously installed.
+
20220610:
LinuxKPI pm.h changes require an update to the latest drm-kmod version
before re-compiling to avoid errors.