Minor addition to the content and some grammar fixes.
PR: docs/32679
This commit is contained in:
parent
1c422dd35d
commit
d96e752816
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11397
1 changed files with 11 additions and 3 deletions
|
@ -111,9 +111,9 @@
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Less memory use. A custom kernel often uses less memory
|
||||
<para>Less memory usage. A custom kernel often uses less memory
|
||||
than the <literal>GENERIC</literal> kernel, which is important
|
||||
because the kernel is one process that must always be present in
|
||||
because the kernel must always be present in real
|
||||
memory. For this reason, a custom kernel is especially useful
|
||||
on a system with a small amount of RAM.</para>
|
||||
</listitem>
|
||||
|
@ -159,7 +159,15 @@
|
|||
do this is by running <command>/stand/sysinstall</command> as
|
||||
<username>root</username>, choosing <literal>Configure</literal>,
|
||||
then <literal>Distributions</literal>, then
|
||||
<literal>src</literal>, then <literal>sys</literal>.</para>
|
||||
<literal>src</literal>, then <literal>sys</literal>. If you
|
||||
have an aversion to <application>sysinstall</application> and
|
||||
you have access to an <quote>official</quote> FreeBSD CDROM, then
|
||||
you can also install the source from the command line :</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mount</userinput> /cdrom
|
||||
&prompt.root; <userinput>mkdir -p</userinput> <filename>/usr/src/sys</filename>
|
||||
&prompt.root; <userinput>ln -s</userinput> /usr/src/sys /sys
|
||||
&prompt.root; <userinput>cat /cdrom/sys/ssys.[a-d]* | tar -xzvf</userinput></screen>
|
||||
</note>
|
||||
|
||||
<para>Next, move to the
|
||||
|
|
Loading…
Reference in a new issue