Changeset 0f3854e


Ignore:
Timestamp:
Feb 21, 2006, 2:29:20 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
7675a06
Parents:
7702d6f
Message:

r1172@server (orig r1170): manuel | 2006-02-12 02:55:57 -0800
Added some nodump attributes.

Location:
BOOK
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/x86_64-64/grub-build.xml

    r7702d6f r0f3854e  
    5959    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    6060    href="../x86/grub-build.xml"
    61     xpointer="xpointer(//*[@os='g'])"/>
     61    xpointer="xpointer(//*[@os='f'])"/>
    6262
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/x86_64/grub-build.xml

    r7702d6f r0f3854e  
    4444    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4545    href="../x86/grub-build.xml"
    46     xpointer="xpointer(//*[@os='g'])"/>
     46    xpointer="xpointer(//*[@os='f'])"/>
    4747
    4848<screen os="ab"><userinput>make install
  • BOOK/chroot/common/kernfs.xml

    r7702d6f r0f3854e  
    1616  class="username">lfs</systemitem>.</para>
    1717
    18 <screen><userinput>exit</userinput></screen>
     18<screen role="nodump"><userinput>exit</userinput></screen>
    1919
    2020  <para>Various file systems exported by the kernel are used to communicate
  • BOOK/chroot/common/pwdgroup.xml

    r7702d6f r0f3854e  
    102102  and group name resolution will now work.</para>
    103103
    104 <screen><userinput>exec /tools/bin/bash --login +h</userinput></screen>
     104<screen role="nodump"><userinput>exec /tools/bin/bash --login +h</userinput></screen>
    105105
    106106  <para>Note the use of the <parameter>+h</parameter> directive. This tells
  • BOOK/final-system/common/bash.xml

    r7702d6f r0f3854e  
    7979    the one that is currently being executed):</para>
    8080
    81 <screen os="p"><userinput>exec /bin/bash --login +h</userinput></screen>
     81<screen os="p" role="nodump"><userinput>exec /bin/bash --login +h</userinput></screen>
    8282
    8383    <note os="q">
  • BOOK/final-system/common/binutils.xml

    r7702d6f r0f3854e  
    3939    simple test:</para>
    4040
    41 <screen os="c"><userinput>expect -c "spawn ls"</userinput></screen>
     41<screen os="c" role="nodump"><userinput>expect -c "spawn ls"</userinput></screen>
    4242
    4343    <para os="d">If the following message shows up, the environment is not
  • BOOK/final-system/common/glibc.xml

    r7702d6f r0f3854e  
    238238    <para>To determine the local time zone, run the following script:</para>
    239239
    240 <screen><userinput>tzselect</userinput></screen>
     240<screen role="nodump"><userinput>tzselect</userinput></screen>
    241241
    242242    <para>After answering a few questions about the location, the script will
  • BOOK/final-system/common/shadow.xml

    r7702d6f r0f3854e  
    184184    class="username">root</systemitem> and set it by running:</para>
    185185
    186 <screen><userinput>passwd root</userinput></screen>
     186<screen role="nodump"><userinput>passwd root</userinput></screen>
    187187
    188188  </sect2>
  • BOOK/final-system/common/texinfo.xml

    r7702d6f r0f3854e  
    8282    the following optional commands will accomplish the task:</para>
    8383
    84 <screen os="l"><userinput>cd /usr/share/info
     84<screen os="l" role="nodump"><userinput>cd /usr/share/info
    8585rm dir
    8686for f in *
  • BOOK/final-system/common/vim.xml

    r7702d6f r0f3854e  
    157157    running the following command:</para>
    158158
    159 <screen><userinput>vim -c ':options'</userinput></screen>
     159<screen role="nodump"><userinput>vim -c ':options'</userinput></screen>
    160160
    161161  </sect2>
Note: See TracChangeset for help on using the changeset viewer.