Changeset 5229469 in clfs-sysroot for BOOK/cross-tools/common/glibc.xml
- Timestamp:
- Sep 15, 2006, 4:56:51 PM (18 years ago)
- Branches:
- master
- Children:
- e6833d1
- Parents:
- bf38bf6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/glibc.xml
rbf38bf6 r5229469 297 297 <filename>/etc/localtime</filename> file by running:</para> 298 298 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> \ 300 300 ${CLFS}/etc/localtime</userinput></screen> 301 301 302 302 <para>Replace <replaceable>[xxx]</replaceable> with the name of the time zone 303 303 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 symbolic312 link. The reason for copying the file instead of using a symlink is to313 cover the situation where <filename class="directory">/usr</filename>314 is on a separate partition. This could be important when booted into315 single user mode.</para>316 </listitem>317 </varlistentry>318 </variablelist>319 304 320 305 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.