Changeset 2569
- Timestamp:
- 09/07/06 22:39:22 (2 years ago)
- Files:
-
- branches/clfs-1.0/BOOK/final-system/x86/glibc.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/clfs-1.0/BOOK/final-system/x86/glibc.xml
r2365 r2569 238 238 <filename>/etc/localtime</filename> file by running:</para> 239 239 240 <screen><userinput>cp - v --remove-destination/usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \240 <screen><userinput>cp -fv /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \ 241 241 /etc/localtime</userinput></screen> 242 242 243 243 <para>Replace <replaceable>[xxx]</replaceable> with the name of the time zone 244 244 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 symbolic253 link. The reason for copying the file instead of using a symlink is to254 cover the situation where <filename class="directory">/usr</filename>255 is on a separate partition. This could be important when booted into256 single user mode.</para>257 </listitem>258 </varlistentry>259 </variablelist>260 245 261 246 </sect2>
