Changeset 3680b28 for final-system


Ignore:
Timestamp:
Feb 21, 2006, 2:29:20 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
050fea3
Parents:
a493c81
Message:

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

Location:
final-system/common
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/bash.xml

    ra493c81 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

    ra493c81 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

    ra493c81 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

    ra493c81 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

    ra493c81 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

    ra493c81 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.