Changeset 1e8eae1


Ignore:
Timestamp:
Sep 7, 2006, 3:38:49 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:
4d0b309
Parents:
1001c87
Message:

Simplified glibc copying of localtime

File:
1 edited

Legend:

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

    r1001c87 r1e8eae1  
    238238    <filename>/etc/localtime</filename> file by running:</para>
    239239
    240 <screen><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \
     240<screen><userinput>cp -fv /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \
    241241    /etc/localtime</userinput></screen>
    242242
    243243    <para>Replace <replaceable>[xxx]</replaceable> with the name of the time zone
    244244    that <command>tzselect</command> provided (e.g., Canada/Eastern).</para>
    245 
    246     <variablelist>
    247       <title>The meaning of the cp option:</title>
    248 
    249       <varlistentry>
    250         <term><parameter>--remove-destination</parameter></term>
    251         <listitem>
    252           <para>This is needed to force removal of the already existing symbolic
    253           link. The reason for copying the file instead of using a symlink is to
    254           cover the situation where <filename class="directory">/usr</filename>
    255           is on a separate partition. This could be important when booted into
    256           single user mode.</para>
    257         </listitem>
    258       </varlistentry>
    259     </variablelist>
    260245
    261246  </sect2>
Note: See TracChangeset for help on using the changeset viewer.