Skip to content

Commit

Permalink
UPDATING: increase visibility of footnotes
Browse files Browse the repository at this point in the history
MFC after:	3 days

Reviewed by: imp
Pull Request: freebsd/freebsd-src#1382
  • Loading branch information
concussious authored and bsdjhb committed Dec 4, 2024
2 parents 17399ad + fe830c3 commit d319c9b
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions UPDATING
Original file line number Diff line number Diff line change
Expand Up @@ -2022,6 +2022,8 @@ COMMON ITEMS:
make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=YOUR_KERNEL_HERE
make -DALWAYS_CHECK_MAKE installkernel KERNCONF=YOUR_KERNEL_HERE

If you are running kernel modules from ports, see FOOTNOTE [1].

To test a kernel once
---------------------
If you just want to boot a kernel once (because you are not sure
Expand All @@ -2038,8 +2040,7 @@ COMMON ITEMS:
<make sure you have good level 0 dumps>
make buildworld
make buildkernel KERNCONF=YOUR_KERNEL_HERE
make installkernel KERNCONF=YOUR_KERNEL_HERE
[1]
make installkernel KERNCONF=YOUR_KERNEL_HERE [1]
<reboot in single user> [3]
etcupdate -p [5]
make installworld
Expand All @@ -2057,7 +2058,7 @@ COMMON ITEMS:
<make sure you have good level 0 dumps>
<boot into -stable>
make buildworld
make buildkernel KERNCONF=YOUR_KERNEL_HERE
make buildkernel KERNCONF=YOUR_KERNEL_HERE [1]
<maybe newfs current's root partition>
<mount current's root partition on directory ${CURRENT_ROOT}>
make installworld DESTDIR=${CURRENT_ROOT} -DDB_FROM_SRC
Expand All @@ -2076,8 +2077,7 @@ COMMON ITEMS:
<make sure you have good level 0 dumps>
make buildworld [9]
make buildkernel KERNCONF=YOUR_KERNEL_HERE [8]
make installkernel KERNCONF=YOUR_KERNEL_HERE
[1]
make installkernel KERNCONF=YOUR_KERNEL_HERE [1]
<reboot in single user> [3]
etcupdate -p [5]
make installworld
Expand All @@ -2097,8 +2097,10 @@ COMMON ITEMS:
messages there. If in doubt, please track -stable which has
much fewer pitfalls.

[1] If you have third party modules, such as vmware, you should disable
them at this point so they don't crash your system on
FOOTNOTES:

[1] If you have third party modules, such as drm-kmod or vmware, you
should disable them at this point so they don't crash your system on
reboot. Alternatively, you should rebuild all the modules you have in
your system and install them as well. If you are running -current, you
should seriously consider placing all sources to all the modules for
Expand Down

0 comments on commit d319c9b

Please sign in to comment.