Tweak wording a little.

Submitted by: peterj@
This commit is contained in:
Warner Losh 2019-03-12 06:01:43 +00:00
parent 7e48d71151
commit ed651a7496

View File

@ -1931,13 +1931,14 @@ COMMON ITEMS:
can be deleted by "make delete-old-libs", but you have to make can be deleted by "make delete-old-libs", but you have to make
sure that no program is using those libraries anymore. sure that no program is using those libraries anymore.
[8] The new kernel must be able to run existing binaries used by [8] The new kernel must be able to run existing binaries used by an
an installworld. When upgrading across major versions, the new installworld. When upgrading across major versions, the new kernel's
kernel's configuration must include the correct COMPAT_FREEBSD<n> configuration must include the correct COMPAT_FREEBSD<n> option for
option for existing binaries (e.g. COMPAT_FREEBSD11 to run 11.x existing binaries (e.g. COMPAT_FREEBSD11 to run 11.x binaries). Failure
binaries). Failure to do so may leave you with a system that is to do so may leave you with a system that is hard to boot to recover. A
hard to boot to recover. A GENERIC kernel will include suitable GENERIC kernel will include suitable compatibility options to run
compatibility options to run binaries from supported older branches. binaries from older branches. Note that the ability to run binaries
from unsupported branches is not guaranteed.
Make sure that you merge any new devices from GENERIC since the Make sure that you merge any new devices from GENERIC since the
last time you updated your kernel config file. Options also last time you updated your kernel config file. Options also