Warnings about single user and kldxref

This commit is contained in:
Warner Losh 2002-04-25 02:14:48 +00:00
parent d297ad160e
commit f6a0ef018c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95411

View File

@ -934,7 +934,7 @@ COMMON ITEMS:
make buildworld
make buildkernel KERNCONF=YOUR_KERNEL_HERE
cp src/sys/${MACHINE_ARCH}/conf/GENERIC.hints /boot/device.hints [2]
make installkernel KERNCONF=YOUR_KERNEL_HERE
make installkernel KERNCONF=YOUR_KERNEL_HERE [6]
reboot in single user [3]
mergemaster -p [5]
make installworld
@ -968,6 +968,8 @@ COMMON ITEMS:
mount -a
cd /usr/src
adjkerntz -i # if CMOS is wall time
Also, when doing a major release upgrade, it is required that
you boot into single user mode to do the installworld.
[4] Note: This step is non-optional. Failure to do this step
can result in a significant reduction in the functionality of the
@ -983,6 +985,9 @@ COMMON ITEMS:
install) after the buildworld before this step if you last updated
from current before 20020224 or from -stable before 20020408.
[6] You may get a warning from kldxref. Ignore it. It doesn't
matter.
FORMAT:
This file contains a list, in reverse chronological order, of major