Changeset 0131d1b for BOOK/final-system


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/final-system
Files:
5 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">
Note: See TracChangeset for help on using the changeset viewer.