Changeset 59b06d6 for final-system
- Timestamp:
- Sep 7, 2006, 3:39:22 PM (18 years ago)
- Children:
- 57a40c9
- Parents:
- 583f31d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/x86/glibc.xml
r583f31d r59b06d6 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>
Note:
See TracChangeset
for help on using the changeset viewer.