Expand remaining instances of 'make kernel' to buildkernel + installkernel.
The 'kernel' target is a bit more obscure compared to buildkernel and installkernel. One instance was already expanded previously in r325097.
This commit is contained in:
parent
7d9f50a4ba
commit
779f392b84
6
UPDATING
6
UPDATING
@ -624,7 +624,8 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
|
||||
rebooting, e.g.:
|
||||
|
||||
make buildworld
|
||||
make kernel KERNCONF=YOUR_KERNEL_HERE
|
||||
make buildkernel KERNCONF=YOUR_KERNEL_HERE
|
||||
make installkernel KERNCONF=YOUR_KERNEL_HERE
|
||||
make -C sys/boot install
|
||||
<reboot in single user>
|
||||
|
||||
@ -1995,7 +1996,8 @@ COMMON ITEMS:
|
||||
----------------------------------------------
|
||||
<make sure you have good level 0 dumps>
|
||||
make buildworld [9]
|
||||
make kernel KERNCONF=YOUR_KERNEL_HERE [8]
|
||||
make buildkernel KERNCONF=YOUR_KERNEL_HERE [8]
|
||||
make installkernel KERNCONF=YOUR_KERNEL_HERE
|
||||
[1]
|
||||
<reboot in single user> [3]
|
||||
mergemaster -Fp [5]
|
||||
|
Loading…
x
Reference in New Issue
Block a user