summaryrefslogtreecommitdiff
path: root/en/post-install/kernel-baking.xml
diff options
context:
space:
mode:
authorHolger Wansing <linux@wansing-online.de>2010-10-08 22:15:00 +0000
committerHolger Wansing <linux@wansing-online.de>2010-10-08 22:15:00 +0000
commitfda66061d58ccccdb91b609e3161d22e55a4f497 (patch)
treebe2df2e8b3f3c57c6ea3e9076752b59de741364a /en/post-install/kernel-baking.xml
parent36dc1cdf560c7c70c600d935bfd275955db114cc (diff)
downloadinstallation-guide-fda66061d58ccccdb91b609e3161d22e55a4f497.zip
Change many occurences of 'Debian' into &debian;.
This run is in the english version, other languages will follow.
Diffstat (limited to 'en/post-install/kernel-baking.xml')
-rw-r--r--en/post-install/kernel-baking.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/en/post-install/kernel-baking.xml b/en/post-install/kernel-baking.xml
index 07e3b3010..d147d48d9 100644
--- a/en/post-install/kernel-baking.xml
+++ b/en/post-install/kernel-baking.xml
@@ -5,8 +5,8 @@
<para>
Why would someone want to compile a new kernel? It is often not
-necessary since the default kernel shipped with Debian handles most
-configurations. Also, Debian often offers several alternative kernels.
+necessary since the default kernel shipped with &debian; handles most
+configurations. Also, &debian; often offers several alternative kernels.
So you may want to check first if there is an alternative kernel image
package that better corresponds to your hardware. However, it can be
useful to compile a new kernel in order to:
@@ -55,7 +55,7 @@ Don't be afraid to try compiling the kernel. It's fun and profitable.
</para><para>
-To compile a kernel the Debian way, you need some packages:
+To compile a kernel the &debian; way, you need some packages:
<classname>fakeroot</classname>, <classname>kernel-package</classname>,
<classname>linux-source-2.6</classname>
and a few others which are probably already installed (see
@@ -73,7 +73,7 @@ log of the active config file for the build.
</para><para>
Note that you don't <emphasis>have</emphasis> to compile your kernel
-the <quote>Debian way</quote>; but we find that using the packaging system
+the <quote>&debian; way</quote>; but we find that using the packaging system
to manage your kernel is actually safer and easier. In fact, you can get
your kernel sources right from Linus instead of
<classname>linux-source-2.6</classname>,
@@ -119,7 +119,7 @@ on) you are unsure about. Be careful: other options, not related to a
specific hardware, should be left at the default value if you do not
understand them. Do not forget to select <quote>Kernel module loader</quote>
in <quote>Loadable module support</quote> (it is not selected by default).
-If not included, your Debian installation will experience problems.
+If not included, your &debian; installation will experience problems.
</para><para>
@@ -163,7 +163,7 @@ above step may have produced, then <userinput>shutdown -r now</userinput>.
</para><para>
-For more information on Debian kernels and kernel compilation, see the
+For more information on &debian; kernels and kernel compilation, see the
<ulink url="&url-kernel-handbook;">Debian Linux Kernel Handbook</ulink>.
For more information on <classname>kernel-package</classname>, read
the fine documentation in <filename>/usr/share/doc/kernel-package</filename>.