- Timestamp:
- Sep 7, 2006, 3:38:49 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4d0b309
- Parents:
- 1001c87
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/x86/glibc.xml
r1001c87 r1e8eae1 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.