Changeset 3680b28


Ignore:
Timestamp:
02/21/06 10:29:20 (7 years ago)
Author:
Jim Gifford <clfs@…>
Children:
050fea34d92435453b9ff6d0e7f8dc6ff1153ece
Parents:
a493c81d938b16288747d458878acd33fedcfcf1
git-author:
Jim Gifford <clfs@jg555.com>2006-02-21 10:29:20+00:00
git-committer:
Jim Gifford <clfs@jg555.com>2006-02-21 10:29:20+00:00
Message:

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

Files:
10 edited

Legend:

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

    rf32f537 r3680b28  
    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" 
  • boot/x86_64/grub-build.xml

    rf32f537 r3680b28  
    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 
  • chroot/common/kernfs.xml

    rdd9906e r3680b28  
    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 
  • chroot/common/pwdgroup.xml

    rdd9906e r3680b28  
    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 
  • final-system/common/bash.xml

    rdd9906e r3680b28  
    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"> 
  • final-system/common/binutils.xml

    rdd9906e r3680b28  
    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 
  • final-system/common/glibc.xml

    rdd9906e r3680b28  
    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 
  • final-system/common/shadow.xml

    rdd9906e r3680b28  
    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> 
  • final-system/common/texinfo.xml

    r0636f6c r3680b28  
    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 * 
  • final-system/common/vim.xml

    rdd9906e r3680b28  
    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.