mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Add a reminder note to people to disable third party modules at the
right place in the upgrade proceedure so that they don't get burned by a crash on reboot.
This commit is contained in:
parent
354a0adabf
commit
134d2e86de
1 changed files with 5 additions and 0 deletions
5
UPDATING
5
UPDATING
|
|
@ -232,6 +232,7 @@ COMMON ITEMS:
|
|||
make buildkernel KERNEL=YOUR_KERNEL_HERE
|
||||
make installkernel KERNEL=YOUR_KERNEL_HERE
|
||||
make installworld
|
||||
[1]
|
||||
<reboot>
|
||||
|
||||
Make sure that you've read the UPDATING file to understand
|
||||
|
|
@ -245,6 +246,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 reboot.
|
||||
|
||||
FORMAT:
|
||||
|
||||
This file contains a list, in reverse chronologocal order, of major
|
||||
|
|
|
|||
Loading…
Reference in a new issue