Changeset 2ebc0d9


Ignore:
Timestamp:
03/04/2013 11:01:15 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
aa6434a
Parents:
d415c2b
Message:

/etc/localtime needs to be a symlink for timedatectl to work

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10195 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd415c2b r2ebc0d9  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[matthew] - Make the <filename>/etc/localtime</filename> file a
     44          symlink again, so that <command>timedatectl</command> displays the
     45          timezone correctly.</para>
     46        </listitem>
     47        <listitem>
    4348          <para>[matthew] - Document how to configure the virtual console under
    4449          Systemd.</para>
  • chapter06/glibc.xml

    rd415c2b r2ebc0d9  
    347347    running:</para>
    348348
    349 <screen><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>&lt;xxx&gt;</replaceable> \
    350     /etc/localtime</userinput></screen>
     349<screen><userinput>ln -s /etc/localtime /usr/share/zoneinfo/<replaceable>&lt;xxx&gt;</replaceable></userinput></screen>
    351350
    352351    <para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the name of the
    353352    time zone selected (e.g., Canada/Eastern).</para>
    354 
    355     <variablelist>
    356       <title>The meaning of the cp option:</title>
    357 
    358       <varlistentry>
    359         <term><parameter>--remove-destination</parameter></term>
    360         <listitem>
    361           <para>This is needed to force removal of the already existing symbolic
    362           link. The reason for copying the file instead of using a symlink is to
    363           cover the situation where <filename class="directory">/usr</filename>
    364           is on a separate partition. This could be important when booted into
    365           single user mode.</para>
    366         </listitem>
    367       </varlistentry>
    368 
    369     </variablelist>
    370353
    371354  </sect2>
  • chapter07/introduction.xml

    rd415c2b r2ebc0d9  
    3535  </itemizedlist>
    3636
    37   <para>Third, configuring hostname, keyboard layout and system clock.</para>
     37  <para>Third, configuring the hostname, and keyboard layout.</para>
    3838
    3939  <itemizedlist>
    4040     <listitem>
    4141       <para><xref linkend="ch-scripts-hostname" role="."/></para>
    42      </listitem>
    43      <listitem>
    44        <para><xref linkend="ch-scripts-setclock" role="."/></para>
    4542     </listitem>
    4643     <listitem>
Note: See TracChangeset for help on using the changeset viewer.