From f6a0ef018c624b7e38c52a2563ef9e25804813d7 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 25 Apr 2002 02:14:48 +0000 Subject: [PATCH] Warnings about single user and kldxref --- UPDATING | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 9ca7c5707f98..7b1304523566 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