summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
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