Changeset 19474b9 in clfs-sysroot for BOOK/cross-tools/common
- Timestamp:
- Sep 15, 2006, 5:45:41 PM (18 years ago)
- Branches:
- master
- Children:
- 14af44b
- Parents:
- 3cf7854
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/glibc.xml
r3cf7854 r19474b9 297 297 <filename>/etc/localtime</filename> file by running:</para> 298 298 299 <screen><userinput>cp - fv${CLFS}/usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \299 <screen><userinput>cp -v --remove-destination ${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 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> 304 319 305 320 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.