Date: Tue, 23 May 2017 20:51:48 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r318758 - head Message-ID: <201705232051.v4NKpm9g010357@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Tue May 23 20:51:48 2017 New Revision: 318758 URL: https://svnweb.freebsd.org/changeset/base/318758 Log: UPDATING: ino64 upgrade should include COMPAT_FREEBSD11 The upgrade process requires COMPAT_FREEBSD11 to support the combination of "old" userland and "new" kernel that exists after "make kernel" and reboot. Mention this explicitly for those using custom kernel configs. Once the "new" world is installed the COMPAT_FREEBSD11 could be removed again, but that does not seem necessary to mention in UPDATING. Reported by: kib Sponsored by: The FreeBSD Foundation Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue May 23 20:25:49 2017 (r318757) +++ head/UPDATING Tue May 23 20:51:48 2017 (r318758) @@ -57,7 +57,8 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12 the full procedure documented below under the heading "To rebuild everything and install it on the current system." Specifically, a reboot is required after installing the new kernel before installing - world. + world. In addition, if using a custom kernel configuration ensure + that the COMPAT_FREEBSD11 option is included. 20170424: The NATM framework including the en(4), fatm(4), hatm(4), and
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705232051.v4NKpm9g010357>