Changeset 1ec69ac5 for chapter07


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

Location:
chapter07
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter07/console.xml

    re9f3e85 r1ec69ac5  
    4141correct:</para>
    4242
    43 <screen><userinput>cat &gt;/etc/sysconfig/console &lt;&lt;"EOF"
     43<screen role="nodump"><userinput>cat &gt;/etc/sysconfig/console &lt;&lt;"EOF"
    4444<literal>KEYMAP="es euro2"
    4545FONT="lat9-16 -u iso01"</literal>
     
    5050instead of Euro, the correct <envar>FONT</envar> line would be:</para>
    5151
    52 <screen><userinput>FONT="lat1-16"</userinput></screen></note>
     52<screen role="nodump"><userinput>FONT="lat1-16"</userinput></screen></note>
    5353
    5454<para>If the <envar>KEYMAP</envar> or <envar>FONT</envar> variable is not set, the
     
    6262in use is affected (this works only for i386 keymaps):</para>
    6363
    64 <screen><userinput>zgrep '\W14\W' <replaceable>[/path/to/your/keymap]</replaceable></userinput></screen>
     64<screen role="nodump"><userinput>zgrep '\W14\W' <replaceable>[/path/to/your/keymap]</replaceable></userinput></screen>
    6565
    6666<beginpage/>
     
    6969following keymap snippet to fix this issue:</para>
    7070
    71 <screen><userinput>mkdir -p /etc/kbd &amp;&amp; cat &gt; /etc/kbd/bs-sends-del &lt;&lt;"EOF"
     71<screen role="nodump"><userinput>mkdir -p /etc/kbd &amp;&amp; cat &gt; /etc/kbd/bs-sends-del &lt;&lt;"EOF"
    7272<literal>                  keycode  14 = Delete Delete Delete Delete
    7373              alt keycode  14 = Meta_Delete
     
    8282snippet after the main keymap:</para>
    8383
    84 <screen><userinput>cat &gt;&gt;/etc/sysconfig/console &lt;&lt;"EOF"
     84<screen role="nodump"><userinput>cat &gt;&gt;/etc/sysconfig/console &lt;&lt;"EOF"
    8585<literal>KEYMAP_CORRECTIONS="/etc/kbd/bs-sends-del"</literal>
    8686EOF</userinput></screen>
  • chapter07/hosts.xml

    re9f3e85 r1ec69ac5  
    6363<filename>/etc/hosts</filename> file by running:</para>
    6464
    65 <screen><userinput>cat &gt; /etc/hosts &lt;&lt; "EOF"
     65<screen role="nodump"><userinput>cat &gt; /etc/hosts &lt;&lt; "EOF"
    6666<literal># Begin /etc/hosts (no network card version)
    6767
  • chapter07/profile.xml

    re9f3e85 r1ec69ac5  
    6666the following command:</para>
    6767
    68 <screen><userinput>locale -a</userinput></screen>
     68<screen role="nodump"><userinput>locale -a</userinput></screen>
    6969
    7070<para>Locales can have a number of synonyms, e.g. <quote>ISO-8859-1</quote> is
     
    7777(<quote>en_GB.iso88591</quote> in our example).</para>
    7878
    79 <screen><userinput>LC_ALL=<replaceable>[locale name]</replaceable> locale charmap</userinput></screen>
     79<screen role="nodump"><userinput>LC_ALL=<replaceable>[locale name]</replaceable> locale charmap</userinput></screen>
    8080
    8181<para>For the <quote>en_GB.iso88591</quote> locale, the above command
  • chapter07/udev.xml

    re9f3e85 r1ec69ac5  
    182182also load this other module, at the same time.</quote>  For example:</para>
    183183
    184 <screen><userinput>install snd-pcm modprobe -i snd-pcm ; modprobe \
     184<screen role="nodump"><userinput>install snd-pcm modprobe -i snd-pcm ; modprobe \
    185185    snd-pcm-oss ; true</userinput></screen>
    186186
Note: See TracChangeset for help on using the changeset viewer.