- whitespace cleanup of previous commit
This commit is contained in:
parent
b5a92a5409
commit
e9dd92b996
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28877
1 changed files with 4 additions and 4 deletions
|
@ -298,17 +298,17 @@
|
|||
|
||||
<procedure>
|
||||
<title>Building a Kernel</title>
|
||||
|
||||
|
||||
<step>
|
||||
<para>Change to the <filename
|
||||
role="directory">/usr/src</filename> directory:</para>
|
||||
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/src</userinput></screen>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>Compile the kernel:</para>
|
||||
|
||||
|
||||
<screen>&prompt.root; <userinput>make buildkernel KERNCONF=<replaceable>MYKERNEL</replaceable></userinput></screen>
|
||||
</step>
|
||||
|
||||
|
@ -318,7 +318,7 @@
|
|||
<screen>&prompt.root; <userinput>make installkernel KERNCONF=<replaceable>MYKERNEL</replaceable></userinput></screen>
|
||||
</step>
|
||||
</procedure>
|
||||
|
||||
|
||||
<note>
|
||||
<para>It is required to have full &os; source tree to build the
|
||||
kernel.</para>
|
||||
|
|
Loading…
Reference in a new issue