mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 20:12:44 +00:00
Recommend what to do in a single user boot.
PR: 25028 Submitted by: Mark Andrews <marka@nominum.com>
This commit is contained in:
parent
ef73da6384
commit
ee6e1fc380
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77705
8
UPDATING
8
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
|
||||
|
Loading…
Reference in New Issue
Block a user