Changeset 5229469 in clfs-sysroot


Ignore:
Timestamp:
Sep 15, 2006, 4:56:51 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
e6833d1
Parents:
bf38bf6
Message:

Simplified glibc copying of localtime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/glibc.xml

    rbf38bf6 r5229469  
    297297    <filename>/etc/localtime</filename> file by running:</para>
    298298
    299 <screen><userinput>cp -v --remove-destination ${CLFS}/usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \
     299<screen><userinput>cp -fv ${CLFS}/usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \
    300300    ${CLFS}/etc/localtime</userinput></screen>
    301301
    302302    <para>Replace <replaceable>[xxx]</replaceable> with the name of the time zone
    303303    that <command>tzselect</command> provided (e.g., Canada/Eastern).</para>
    304 
    305     <variablelist>
    306       <title>The meaning of the cp option:</title>
    307 
    308       <varlistentry>
    309         <term><parameter>--remove-destination</parameter></term>
    310         <listitem>
    311           <para>This is needed to force removal of the already existing symbolic
    312           link. The reason for copying the file instead of using a symlink is to
    313           cover the situation where <filename class="directory">/usr</filename>
    314           is on a separate partition. This could be important when booted into
    315           single user mode.</para>
    316         </listitem>
    317       </varlistentry>
    318     </variablelist>
    319304
    320305  </sect2>
Note: See TracChangeset for help on using the changeset viewer.