summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-06-04 16:17:06 +0000
committerimp <imp@FreeBSD.org>2001-06-04 16:17:06 +0000
commit2e89259fa7499525d5a3514d347a8d9bfec4bf9a (patch)
tree1e75a3a82393346246451874f1166a1b49998abd /UPDATING
parent193f82698d5dc27a429b60e5aac1baabf7b94cb8 (diff)
downloadFreeBSD-src-2e89259fa7499525d5a3514d347a8d9bfec4bf9a.zip
FreeBSD-src-2e89259fa7499525d5a3514d347a8d9bfec4bf9a.tar.gz
Recommend what to do in a single user boot.
PR: 25028 Submitted by: Mark Andrews <marka@nominum.com>
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2e64e79..e36045d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -632,6 +632,7 @@ COMMON ITEMS:
make buildkernel KERNCONF=YOUR_KERNEL_HERE
cp src/sys/${MACHINE_ARCH}/conf/GENERIC.hints /boot/device.hints [2]
make installkernel KERNCONF=YOUR_KERNEL_HERE
+ reboot in single user [3]
make installworld
mergemaster
[1]
@@ -657,6 +658,13 @@ COMMON ITEMS:
your own device.hints to reflect your unique hardware
configuration.
+ [3] From the bootblocks, boot -s, and then do
+ fsck -p
+ mount -u /
+ mount -a
+ cd /usr/src
+ adjkerntz -i # if COMS is wall time
+
FORMAT:
This file contains a list, in reverse chronological order, of major
OpenPOWER on IntegriCloud