Changeset 0ebe9fa4


Ignore:
Timestamp:
10/08/2005 07:40:42 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
dde039d
Parents:
50993e3
Message:

Added the last nodump attributes (I hope.)

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter07/console.xml

    r50993e3 r0ebe9fa4  
    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<para>If the keycode 14 is Backspace instead of Delete, create the
    6767following keymap snippet to fix this issue:</para>
    6868
    69 <screen><userinput>mkdir -pv /etc/kbd &amp;&amp; cat &gt; /etc/kbd/bs-sends-del &lt;&lt;"EOF"
     69<screen role="nodump"><userinput>mkdir -pv /etc/kbd &amp;&amp; cat &gt; /etc/kbd/bs-sends-del &lt;&lt;"EOF"
    7070<literal>                  keycode  14 = Delete Delete Delete Delete
    7171              alt keycode  14 = Meta_Delete
     
    8080snippet after the main keymap:</para>
    8181
    82 <screen><userinput>cat &gt;&gt;/etc/sysconfig/console &lt;&lt;"EOF"
     82<screen role="nodump"><userinput>cat &gt;&gt;/etc/sysconfig/console &lt;&lt;"EOF"
    8383<literal>KEYMAP_CORRECTIONS="/etc/kbd/bs-sends-del"</literal>
    8484EOF</userinput></screen>
  • chapter07/hosts.xml

    r50993e3 r0ebe9fa4  
    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

    r50993e3 r0ebe9fa4  
    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

    r50993e3 r0ebe9fa4  
    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
  • chapter08/kernel.xml

    r50993e3 r0ebe9fa4  
    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
     
    5757url="&blfs-root;view/svn/longindex.html#kernel-config-index"/>:</para>
    5858
    59 <screen><userinput>make menuconfig</userinput></screen>
     59<screen role="nodump"><userinput>make menuconfig</userinput></screen>
    6060
    6161<para>Alternatively, <command>make oldconfig</command> may be more appropriate in some
Note: See TracChangeset for help on using the changeset viewer.