Changeset 0131d1b for BOOK


Ignore:
Timestamp:
May 7, 2014, 1:09:31 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
fc14a7d
Parents:
04c3a53
Message:

More consistent capitalization for systemd

Location:
BOOK
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/dbus.xml

    r04c3a53 r0131d1b  
    5252ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</userinput></screen>
    5353
    54     <para os="j">Create a symlink so that D-Bus and Systemd can use the same
     54    <para os="j">Create a symlink so that D-Bus and systemd can use the same
    5555    <filename>machine-id</filename> file:</para>
    5656
  • BOOK/final-system/common/glibc.xml

    r04c3a53 r0131d1b  
    175175mkdir -pv /var/cache/nscd</userinput></screen>
    176176
    177     <para os="w">Install the Systemd support files for <command>nscd</command>:</para>
     177    <para os="w">Install the systemd support files for <command>nscd</command>:</para>
    178178
    179179<screen os="x"><userinput>install -v -Dm644 ../glibc-2.19/nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf
  • BOOK/final-system/common/kbd.xml

    r04c3a53 r0131d1b  
    4141<screen os="g"><userinput>make install</userinput></screen>
    4242
    43     <para os="h">Some of the programs from Kbd are used by Systemd to
     43    <para os="h">Some of the programs from Kbd are used by systemd to
    4444    initialize the system, those binaries need to be on the root
    4545    partition:</para>
  • BOOK/final-system/common/systemd.xml

    r04c3a53 r0131d1b  
    1717    <title/>
    1818
    19     <para>The Systemd package is a system and service manager for Linux
     19    <para>The systemd package is a system and service manager for Linux
    2020    operating systems.</para>
    2121
     
    2323
    2424  <sect2 role="installation">
    25     <title>Installation of systemd</title>
     25    <title>Installation of Systemd</title>
    2626
    2727    <para os="p1">Apply a patch so that compat <command>pkg-config</command>
     
    3030<screen os="p2"><userinput>patch -Np1 -i ../&systemd-compat-patch;</userinput></screen>
    3131
    32     <para os="a">Prepare Systemd for compilation:</para>
     32    <para os="a">Prepare systemd for compilation:</para>
    3333
    3434<screen os="b"><userinput>./configure --prefix=/usr \
     
    5757        <term><parameter>--enable-split-usr</parameter></term>
    5858        <listitem>
    59           <para>This switch ensures that Systemd will work on
     59          <para>This switch ensures that systemd will work on
    6060          systems where /bin, /lib and /sbin directories are not
    6161          symlinks to their /usr counterparts.</para>
     
    6666        <term><parameter>--disable-gudev</parameter></term>
    6767        <listitem>
    68           <para>This switch prevents Systemd from building
     68          <para>This switch prevents systemd from building
    6969          <filename class="libraryfile">libgudev</filename> as it requires
    7070          Glib, which is not installed in CLFS.</para>
     
    203203        <term><command>systemctl</command></term>
    204204        <listitem>
    205           <para>Control the Systemd system and service manager</para>
     205          <para>Control the systemd system and service manager</para>
    206206          <indexterm zone="ch-system-systemd systemctl">
    207207            <primary sortas="b-systemctl">systemctl</primary>
     
    265265        <term><filename class="libraryfile">pam_systemd</filename></term>
    266266        <listitem>
    267           <para>Register user sessions in the Systemd control group
     267          <para>Register user sessions in the systemd control group
    268268          hierarchy</para>
    269269          <indexterm zone="ch-system-systemd pam_systemd">
  • BOOK/final-system/multilib/systemd.xml

    r04c3a53 r0131d1b  
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of systemd</title>
     23    <title>Installation of Systemd</title>
    2424
    2525    <note os="mlw1">
  • BOOK/network/common/choose.xml

    r04c3a53 r0131d1b  
    2020
    2121  <para> There are two different ways you can proceed from this point
    22   to configure your network. You can use Systemd, or install the
     22  to configure your network. You can use systemd, or install the
    2323  CLFS-Network-Scripts.</para>
    2424
  • BOOK/network/common/sysconfig-network.xml

    r04c3a53 r0131d1b  
    3030    after correct Network Card Interface name (e.g.
    3131    <filename>ifconfig.enp2s1</filename> or
    32     <filename>ifconfig.eth0</filename>) or Systemd will fail to bring
     32    <filename>ifconfig.eth0</filename>) or systemd will fail to bring
    3333    up your network interface.</para></note>
    3434
  • BOOK/network/common/systemd-network.xml

    r04c3a53 r0131d1b  
    1919    <command>ip l</command> after you have booted your system. It is important that the <envar>Name</envar> variable in  <filename>/etc/systemd/network</filename> contain the correct Network Card Interface name (e.g.
    2020    <envar>Name=enp2s1</envar> or
    21     <envar>Name=eth0</envar>) or Systemd will fail to bring
     21    <envar>Name=eth0</envar>) or systemd will fail to bring
    2222    up your network interface.</para></note>
    2323
  • BOOK/system-config/common/clock.xml

    r04c3a53 r0131d1b  
    7777
    7878  <note><para>Please note that <command>timedatectl</command> command can
    79   be used only on a system booted with Systemd.</para></note>
     79  be used only on a system booted with systemd.</para></note>
    8080
    8181</sect1>
  • BOOK/system-config/common/console.xml

    r04c3a53 r0131d1b  
    8686
    8787  <note><para>Please note that <command>localectl</command> command can
    88   be used  only on a system booted with Systemd.</para></note>
     88  be used  only on a system booted with systemd.</para></note>
    8989
    9090  <para>You can also use <command>localectl</command> utility with the
  • BOOK/system-config/common/introduction.xml

    r04c3a53 r0131d1b  
    1212
    1313  <para>This chapter details how to finish configuring the base system.
    14   This includes some final configuration for Systemd as well as locales and
     14  This includes some final configuration for systemd as well as locales and
    1515  a simple bash profile that should be suitable for most users.</para>
    1616
  • BOOK/system-config/common/locale.xml

    r04c3a53 r0131d1b  
    120120
    121121  <para>Note that you can modify <filename>/etc/locale.conf</filename> with
    122   Systemd <command>localectl</command> utility. To use
     122  systemd's <command>localectl</command> utility. To use
    123123  <command>localectl</command> 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  <para>Setting the keyboard layout, screen font, and locale-related
    138138  environment variables are the only internationalization steps needed to
  • BOOK/system-config/common/udev.xml

    r04c3a53 r0131d1b  
    1717
    1818  <para>In <xref linkend="chapter-building-system"/>, we installed the Udev
    19   package during Systemd install. Before we go into the details regarding how
     19  package during systemd install. Before we go into the details regarding how
    2020  this works, a brief history of previous methods of handling devices is in
    2121  order.</para>
  • BOOK/system-config/common/usage.xml

    r04c3a53 r0131d1b  
    5151
    5252    <para><command>systemctl</command> is the main command used to introspect
    53      and control Systemd.</para>
     53     and control systemd.</para>
    5454
    5555    <variablelist>
Note: See TracChangeset for help on using the changeset viewer.