Changeset 1ec69ac5 for chapter08


Ignore:
Timestamp:
10/15/2005 05:22:01 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1.1
Children:
5473c666
Parents:
e9f3e85
Message:

Added nodump attributes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7021 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    re9f3e85 r1ec69ac5  
    4646compile the keymap into the kernel, issue the command below:</para>
    4747
    48 <screen><userinput>loadkeys -m /usr/share/kbd/keymaps/<replaceable>[path to  keymap]</replaceable> &gt; \
     48<screen role="nodump"><userinput>loadkeys -m /usr/share/kbd/keymaps/<replaceable>[path to  keymap]</replaceable> &gt; \
    4949    drivers/char/defkeymap.c</userinput></screen>
    5050
     
    5959longindex.html#kernel-config-index</phrase></ulink>:</para>
    6060
    61 <screen><userinput>make menuconfig</userinput></screen>
     61<screen role="nodump"><userinput>make menuconfig</userinput></screen>
    6262
    6363<para>Alternatively, <command>make oldconfig</command> may be more appropriate in some
Note: See TracChangeset for help on using the changeset viewer.