Changeset 967d78e for chapter07


Ignore:
Timestamp:
06/29/2014 03:37:13 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
39507e9
Parents:
364f16f
Message:

More Systemd -> systemd renaming, fix ordering and wording in chapter07 introduction, removed final leftovers from network scripts.

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

Location:
chapter07
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter07/clock.xml

    r364f16f r967d78e  
    7171
    7272  <note><para>Please note that <command>timedatectl</command> command can
    73   be used only on a system booted with Systemd.</para></note>
     73  be used only on a system booted with systemd.</para></note>
    7474
    7575</sect1>
  • chapter07/console.xml

    r364f16f r967d78e  
    8888
    8989  <note><para>Please note that <command>localectl</command> command can
    90   be used  only on a system booted with Systemd.</para></note>
     90  be used  only on a system booted with systemd.</para></note>
    9191
    9292  <para>You can also use <command>localectl</command> utility with the
  • chapter07/introduction.xml

    r364f16f r967d78e  
    1111  <title>Introduction</title>
    1212
    13   <para>This chapter discusses configuration files and boot scripts.
     13  <para>This chapter discusses configuration files and systemd services.
    1414  First, the general configuration files needed to set up networking are
    1515  presented.</para>
     
    1818     <listitem>
    1919       <para><xref linkend="ch-scripts-network" role="."/></para>
     20     </listitem>
     21     <listitem>
     22       <para><xref linkend="ch-scripts-hostname" role="."/></para>
    2023     </listitem>
    2124     <listitem>
     
    3639  </itemizedlist>
    3740
    38   <para>Third, configuring the hostname, system clock, and keyboard layout.</para>
     41  <para>Third, configuring the system clock and keyboard layout.</para>
    3942
    4043  <itemizedlist>
    41      <listitem>
    42        <para><xref linkend="ch-scripts-hostname" role="."/></para>
    43      </listitem>
    4444     <listitem>
    4545       <para><xref linkend="ch-scripts-clock" role="."/></para>
  • chapter07/locale.xml

    r364f16f r967d78e  
    120120
    121121  <para>Note that you can modify <filename>/etc/locale.conf</filename> with
    122   Systemd <command>localectl</command> utility. To use <command>localectl</command>
     122  systemd <command>localectl</command> utility. To use <command>localectl</command>
    123123  for the example above, run:</para>
    124124
     
    134134
    135135  <note><para>Please note that <command>localectl</command> command can
    136   be used  only on a system booted with Systemd.</para></note>
     136  be used  only on a system booted with systemd.</para></note>
    137137
    138138  <para>The <quote>C</quote> (default) and <quote>en_US</quote> (the recommended
  • chapter07/udev.xml

    r364f16f r967d78e  
    1717
    1818  <para>In <xref linkend="chapter-building-system"/>, we installed Udev
    19   from the Systemd source package. Before we go into the details regarding
     19  from the systemd source package. Before we go into the details regarding
    2020  how this works, a brief history of previous methods of handling devices
    2121  is in order.</para>
Note: See TracChangeset for help on using the changeset viewer.