aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-10-08 19:40:42 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-10-08 19:40:42 +0000
commit0ebe9fa45e76f5ec30311fefd864ca1f37683432 (patch)
tree668d3d1c0f3a5aee0cdc24f6086460a1ca26232c /chapter08
parent50993e3328b6805cf541d612bac341220b460457 (diff)
Added the last nodump attributes (I hope.)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6984 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/kernel.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index 468ab95d5..fb6a05b19 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -45,7 +45,7 @@ un-tarring.</para>
<para>If, in <xref linkend="ch-scripts-console" role=","/> it was decided to
compile the keymap into the kernel, issue the command below:</para>
-<screen><userinput>loadkeys -m /usr/share/kbd/keymaps/<replaceable>[path to keymap]</replaceable> &gt; \
+<screen role="nodump"><userinput>loadkeys -m /usr/share/kbd/keymaps/<replaceable>[path to keymap]</replaceable> &gt; \
drivers/char/defkeymap.c</userinput></screen>
<para>For example, if using a Dutch keyboard, use
@@ -56,7 +56,7 @@ information regarding particular kernel configuration requirements of
packages outside of LFS at <ulink
url="&blfs-root;view/svn/longindex.html#kernel-config-index"/>:</para>
-<screen><userinput>make menuconfig</userinput></screen>
+<screen role="nodump"><userinput>make menuconfig</userinput></screen>
<para>Alternatively, <command>make oldconfig</command> may be more appropriate in some
situations. See the <filename>README</filename> file for more