summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-04-25 02:14:48 +0000
committerimp <imp@FreeBSD.org>2002-04-25 02:14:48 +0000
commit86c834ddb176030955b5e846010d0e937fcf5337 (patch)
treeec7f22bc0b4a6004dac6035ea44b781afee66f63 /UPDATING
parent56d625090ed627a480bc1b8c3253e4cb4c48ec41 (diff)
downloadFreeBSD-src-86c834ddb176030955b5e846010d0e937fcf5337.zip
FreeBSD-src-86c834ddb176030955b5e846010d0e937fcf5337.tar.gz
Warnings about single user and kldxref
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 6 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 9ca7c57..7b13045 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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
OpenPOWER on IntegriCloud