Changeset 967d78e


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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • chapter01/whatsnew.xml

    r364f16f r967d78e  
    137137    </listitem>-->
    138138    <!--<listitem>
    139       <para>LFS-Network-Scripts &lfs-network-scripts-version;</para>
    140     </listitem>-->
    141     <!--<listitem>
    142139      <para>Libcap-&libcap-version;</para>
    143140    </listitem>-->
  • 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>
  • chapter08/kernel.xml

    r364f16f r967d78e  
    9595
    9696    <note><para>While "The IPv6 Protocol" is not strictly required, it is
    97     highly recommended by the Systemd developers.</para></note>
     97    highly recommended by the systemd developers.</para></note>
    9898
    9999<screen role="nodump"><userinput>make LANG=<replaceable>&lt;host_LANG_value&gt;</replaceable> LC_ALL= menuconfig</userinput></screen>
  • chapter09/theend.xml

    r364f16f r967d78e  
    1919
    2020  <para>Create an <filename>/etc/os-release</filename> file required by
    21   Systemd:</para>
     21  systemd:</para>
    2222
    2323<screen><userinput>cat &gt; /etc/os-release &lt;&lt; "EOF"
     
    2929
    3030  <para>It is recommended to create <filename>/etc/lfs-release</filename>
    31   for compatibility with non Systemd branch. By having this file, it is very
     31  for compatibility with non systemd branch. By having this file, it is very
    3232  easy for you (and for us if you need to ask for help at some point) to find
    3333  out which LFS version is installed on the system. Create this file by
Note: See TracChangeset for help on using the changeset viewer.