Ignore:
Timestamp:
12/21/2013 07:46:16 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
a90dd60
Parents:
c158fe6
Message:

Misc updates.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    rc158fe6 r94f4fb86  
    5858
    5959      <varlistentry>
    60         <term><parameter>--with-root*</parameter></term>
     60        <term><parameter>--with-root-*</parameter></term>
    6161        <listitem>
    6262          <para>These switches ensure that core programs and
     
    9696<screen><userinput remap="install">make install</userinput></screen>
    9797
     98    <para>Install manual pages which are shipped in the tarball, but were
     99    not installed by install process:</para>
     100
     101<screen><userinput remap="install">for cat in 1 3 5 7 8
     102do
     103  install -v -m644 man/*.${cat} /usr/share/man/man${cat}
     104done</userinput></screen>
     105
     106    <para>Move NSS myhostname library to <filename
     107    class="directory">/lib</filename>:</para>
     108
     109<screen><userinput remap="install">mv -v /usr/lib/libnss_myhostname.so.2 /lib</userinput></screen>
     110
    98111    <para>Create the Sysvinit compatibility symlinks, so Systemd is used
    99112    as the default init system:</para>
    100113
    101114<screen><userinput remap="install">for tool in runlevel reboot shutdown poweroff halt telinit; do
    102      ln -sfv ../bin/systemctl /sbin/$tool
     115     ln -sfv ../bin/systemctl /sbin/${tool}
    103116done
    104117ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
     
    111124    Journald:</para>
    112125
    113 <screen><userinput>systemd-machine-id-setup</userinput></screen>
     126<screen><userinput remap="install">systemd-machine-id-setup</userinput></screen>
    114127
    115128  </sect2>
     
    124137
    125138      <seglistitem>
    126         <seg>halt, hostnamectl, init, journalctl, kernel-install, localectl,
    127         loginctl, poweroff, reboot, runlevel, shutdown, systemctl,
    128         systemd-analyze, systemd-ask-password, systemd-cat, systemd-cgls,
    129         systemd-cgtop, systemd-coredumpctl, systemd-delta, systemd-detect-virt,
    130         systemd-inhibit, systemd-machine-id-setup, systemd-notify,
    131         systemd-nspawn, systemd-stdio-bridge, systemd-tmpfiles,
    132         systemd-tty-ask-password-agent, telinit, timedatectl and
    133         udevadm</seg>
     139        <seg>bootctl, halt, hostnamectl, init, journalctl, kernel-install, localectl,
     140        loginctl, machinectl, poweroff, reboot, runlevel, shutdown, systemctl,
     141        systemd-analyze, systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
     142        systemd-coredumpctl, systemd-delta, systemd-detect-virt, systemd-inhibit,
     143        systemd-machine-id-setup, systemd-notify, systemd-nspawn, systemd-run,
     144        systemd-stdio-bridge, systemd-tmpfiles, systemd-tty-ask-password-agent, telinit,
     145        timedatectl, and udevadm</seg>
    134146        <seg>libnss_myhostname.so.2, libsystemd-daemon.so, libsystemd-id128.so,
    135         libsystemd-journal.so, libsystemd-login.so and libudev.so</seg>
    136         <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d, /etc/rpm,
     147        libsystemd-journal.so, libsystemd-login.so, and libudev.so</seg>
     148        <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
    137149        /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
    138150        /etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd,
    139         /usr/lib/binfmt.d, /usr/lib/kernel, /usr/lib/modules-load.d, /usr/lib/sysctl.d,
    140         /usr/lib/systemd, /usr/lib/tmpfiles.d, /usr/share/doc/systemd-&systemd-version;,
    141         /usr/share/systemd, /var/lib/systemd and /var/log/journal</seg>
     151        /usr/lib/binfmt.d, /usr/lib/kernel, /usr/lib/modules-load.d, /usr/lib/rpm,
     152        /usr/lib/sysctl.d, /usr/lib/systemd, /usr/lib/tmpfiles.d,
     153        /usr/share/doc/systemd-&systemd-version;, /usr/share/systemd,
     154        /var/lib/systemd and /var/log/journal</seg>
    142155      </seglistitem>
    143156    </segmentedlist>
     
    147160      <?dbfo list-presentation="list"?>
    148161      <?dbhtml list-presentation="table"?>
     162
     163<!--      <varlistentry id="bootctl">
     164        <term><command>bootctl</command></term>
     165        <listitem>
     166          <para></para>
     167          <indexterm zone="ch-system-systemd bootctl">
     168            <primary sortas="b-bootctl">bootctl</primary>
     169          </indexterm>
     170        </listitem>
     171      </varlistentry> -->
    149172
    150173      <varlistentry id="halt">
     
    228251      </varlistentry>
    229252
     253      <varlistentry id="machinectl">
     254        <term><command>machinectl</command></term>
     255        <listitem>
     256          <para>used to introspect and control the state of the Systemd Virtual
     257          Machine and Container Registration Manager</para>
     258          <indexterm zone="ch-system-systemd machinectl">
     259            <primary sortas="b-machinectl">machinectl</primary>
     260          </indexterm>
     261        </listitem>
     262      </varlistentry>
     263
    230264      <varlistentry id="poweroff">
    231265        <term><command>poweroff</command></term>
     
    410444          <indexterm zone="ch-system-systemd systemd-nspawn">
    411445            <primary sortas="b-systemd-nspawn">systemd-nspawn</primary>
     446          </indexterm>
     447        </listitem>
     448      </varlistentry>
     449
     450      <varlistentry id="systemd-run">
     451        <term><command>systemd-run</command></term>
     452        <listitem>
     453          <para>used to create and start a transient .service or a .scope unit and
     454          run the specified command in it.</para>
     455          <indexterm zone="ch-system-systemd systemd-run">
     456            <primary sortas="b-systemd-run">systemd-run</primary>
    412457          </indexterm>
    413458        </listitem>
Note: See TracChangeset for help on using the changeset viewer.