diff options
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r-- | chapter08/kernel.xml | 4 |
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> > \ +<screen role="nodump"><userinput>loadkeys -m /usr/share/kbd/keymaps/<replaceable>[path to keymap]</replaceable> > \ 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 |