In kernelconfig/chapter.sgml:

Remove a synopsis item discussing /dev entries.

In cutting-edge/chapter.sgml:
  Add some section IDs and make use of one (previous commit did not);
  Remove some info about -j being experimental;
  Use an estimated time period instead of discussing specific system configs;
  Do a quick s/take/make in a few places it otherwise seemed awkward.

PR:	92518 (based on part of this patch).
This commit is contained in:
Tom Rhodes 2006-06-07 09:59:56 +00:00
parent e665ef072f
commit f571554b8b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28061
2 changed files with 11 additions and 20 deletions
en_US.ISO8859-1/books/handbook
cutting-edge
kernelconfig

View file

@ -551,9 +551,9 @@
tree to rebuild the system.</para>
<warning>
<title>Take a Backup</title>
<title>Make a Backup</title>
<para>It cannot be stressed enough how important it is to take a
<para>It cannot be stressed enough how important it is to make a
backup of your system <emphasis>before</emphasis> you do this.
While rebuilding the world is (as long as you follow these
instructions) an easy task to do, there will inevitably be times
@ -820,8 +820,8 @@
&prompt.root; <userinput>rm -rf *</userinput></screen>
</sect2>
<sect2>
<title>Recompile the Source</title>
<sect2 id="cutting-edge-compilebase">
<title>Recompile the Base System</title>
<sect3>
<title>Saving the Output</title>
@ -964,11 +964,6 @@ Script done, &hellip;</screen>
<para>If you have a multi-CPU machine and you are using an SMP
configured kernel try values between 6 and 10 and see how they speed
things up.</para>
<para>Be aware that this is still somewhat experimental, and commits
to the source tree may occasionally break this feature. If the
world fails to compile using this parameter try again without it
before you report any problems.</para>
</sect3>
<sect3>
@ -978,8 +973,8 @@ Script done, &hellip;</screen>
<secondary>timings</secondary>
</indexterm>
<para>Many factors influence the build time, but currently a 500&nbsp;MHz
&pentium;&nbsp;III with 128&nbsp;MB of RAM takes about 2&nbsp;hours to build
<para>Many factors influence the build time, but fairly recent
machines may only take a one or two hours to build
the &os.stable; tree, with no tricks or shortcuts used during the
process. A &os.current; tree will take somewhat longer.</para>
</sect3>
@ -1008,7 +1003,7 @@ Script done, &hellip;</screen>
can then build a new kernel based on your normal kernel configuration
file.</para>
<para>On modern versions of FreeBSD it is important to <link
<para>On &os; it is important to <link
linkend="make-buildworld">build world</link> before building a
new kernel.</para>
@ -1041,7 +1036,7 @@ Script done, &hellip;</screen>
<xref linkend="makeworld-singleuser">.</para>
</sect2>
<sect2>
<sect2 id="make-installworld">
<title>Install the New System Binaries</title>
<para>If you were building a version of &os; recent enough to have
@ -1171,7 +1166,8 @@ Script done, &hellip;</screen>
not in <filename>/usr/src/etc</filename>.</para>
<para>If you are using &man.mergemaster.8; (as recommended),
you can skip this section.</para>
you can skip forward to the <link linkend="cutting-edge-rebooting">next
section</link>.</para>
<para>The simplest way to do this by hand is to install the
files into a new directory, and then work through them looking
@ -1318,7 +1314,7 @@ Script done, &hellip;</screen>
</sect3>
</sect2>
<sect2>
<sect2 id="cutting-edge-rebooting">
<title>Rebooting</title>
<para>You are now done. After you have verified that everything appears

View file

@ -61,11 +61,6 @@
<para>How to install the new kernel.</para>
</listitem>
<listitem>
<para>How to create any entries in <filename>/dev</filename> that may
be required.</para>
</listitem>
<listitem>
<para>How to troubleshoot if things go wrong.</para>
</listitem>