Add a note about chflags(1) during the kernel installation process.
PR: 39858 Requested by: keramida
This commit is contained in:
parent
80f1597ce2
commit
89a9da5cae
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13634
1 changed files with 6 additions and 0 deletions
|
@ -1007,6 +1007,12 @@ Script done, …</screen>
|
|||
can then build a new kernel based on your normal kernel configuration
|
||||
file.</para>
|
||||
|
||||
<note><para>If kern.securelevel is elevated, then installkernel may fail
|
||||
due to the system immutable flag option. Because of this, the user
|
||||
may be required to use &man.chflags.1; with with noschg option. This
|
||||
will allow the install process to overwrite the currently installed
|
||||
kernel.</para></note>
|
||||
|
||||
<para>If you are upgrading to &os; 4.0 or above then the old
|
||||
kernel build procedure (as described in <xref linkend="kernelconfig">)
|
||||
is deprecated. Instead, you should run these commands
|
||||
|
|
Loading…
Reference in a new issue