Ignore:
Timestamp:
Feb 21, 2006, 2:27:39 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:
3793118a
Parents:
eb55250
Message:

r1167@server (orig r1165): chris | 2006-02-11 08:13:02 -0800
Added -v to commands in the rest of the book

Location:
BOOK/final-system/x86_64-64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/x86_64-64/binutils.xml

    reb55250 r94e6142  
    8686        in some of the tests. The following symbolic link will allow this.</para>
    8787
    88 <screen><userinput>ln -s /lib /lib64</userinput></screen>
     88<screen><userinput>ln -sv /lib /lib64</userinput></screen>
    8989
    9090    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    9898        <para>Now remove the unwanted symlink.</para>
    9999
    100 <screen><userinput>rm /lib64</userinput></screen>
     100<screen><userinput>rm -v /lib64</userinput></screen>
    101101
    102102    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/x86_64-64/glibc.xml

    reb55250 r94e6142  
    108108    creating a symlink to the real loader.</para>
    109109
    110     <screen><userinput>ln -s ld-2.3.90.so /lib/ld-linux.so.2</userinput></screen>
     110    <screen><userinput>ln -sv ld-2.3.90.so /lib/ld-linux.so.2</userinput></screen>
    111111
    112112    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    123123    is. The following <command>sed</command> will correct this.</para>
    124124
    125     <screen><userinput>rm /lib/ld-linux.so.2
    126     cp /usr/bin/ldd{,.bak}
     125    <screen><userinput>rm -v /lib/ld-linux.so.2
     126    cp -v /usr/bin/ldd{,.bak}
    127127    sed '/RTLDLIST/s%/ld-linux.so.2 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userinput></screen>
    128128
     
    130130    the backup.</para>
    131131
    132     <screen><userinput>rm /usr/bin/ldd.bak</userinput></screen>
     132    <screen><userinput>rm -v /usr/bin/ldd.bak</userinput></screen>
    133133
    134134  </sect2>
Note: See TracChangeset for help on using the changeset viewer.