diff options
author | Warner Losh <imp@FreeBSD.org> | 2001-06-04 16:17:06 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2001-06-04 16:17:06 +0000 |
commit | ee6e1fc3808fd9eb80d43c374586c257bf3c5a45 (patch) | |
tree | 3c945cf2c7d0aacec6dea6be79b3354d6d1d3bb4 /UPDATING | |
parent | ef73da638426f839cc86be94747ce7d364119017 (diff) | |
download | src-test2-ee6e1fc3808fd9eb80d43c374586c257bf3c5a45.tar.gz src-test2-ee6e1fc3808fd9eb80d43c374586c257bf3c5a45.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |