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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to