summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2e64e79e8221..e36045d0f988 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