Changeset 3a3e135


Ignore:
Timestamp:
Mar 23, 2006, 12:02:22 PM (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:
495ec08
Parents:
44ef9b9a
Message:

r2699@server (orig r1315): manuel | 2006-03-23 11:35:03 -0800
Added a few nodump attributes to final-system chapter files.

Location:
BOOK/final-system
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/glibc.xml

    r44ef9b9a r3a3e135  
    169169    successfully:</para>
    170170
    171 <screen><userinput>mkdir -pv /usr/lib/locale
     171<screen role="nodump"><userinput>mkdir -pv /usr/lib/locale
    172172localedef -i de_DE -f ISO-8859-1 de_DE
    173173localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro
  • BOOK/final-system/common/shadow.xml

    r44ef9b9a r3a3e135  
    170170    <para>To enable shadowed group passwords, run:</para>
    171171
    172 <screen><userinput>grpconv</userinput></screen>
     172<screen role="nodump"><userinput>grpconv</userinput></screen>
    173173
    174174    <para>Under normal circumstances, passwords will not have been created
  • BOOK/final-system/common/stripping.xml

    r44ef9b9a r3a3e135  
    2929  chroot:</para>
    3030
    31 <screen os="d"><userinput>logout</userinput></screen>
     31<screen os="d" role="nodump"><userinput>logout</userinput></screen>
    3232
    3333    <para os="e">Then reenter it with:</para>
    3434
    35 <screen os="f"><userinput>chroot $LFS /tools/bin/env -i \
     35<screen os="f" role="nodump"><userinput>chroot $LFS /tools/bin/env -i \
    3636    HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
    3737    PATH=/bin:/usr/bin:/sbin:/usr/sbin \
  • BOOK/final-system/multilib/shadow-n32.xml

    r44ef9b9a r3a3e135  
    3333      to make sure the correct library is linked.</para>
    3434
    35       <screen><userinput>sed -i libtool \
     35      <screen role="nodump"><userinput>sed -i libtool \
    3636         -e 's@\(^sys_lib_search_path_spec=\).*@\1"/lib32 /usr/lib32 /usr/local/lib32"@g' \
    3737         -e 's@\(^sys_lib_dlsearch_path_spec=\).*@\1"/lib32 /usr/lib32 /usr/local/lib32"@g'</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.