Ignore:
Timestamp:
03/13/2019 05:58:54 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
93058448
Parents:
1263de2
Message:

Update all chapter 6 contents and description sections.
Patch by Xi Ruoyao.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    r1263de2 r78cc3be  
    220220
    221221      <seglistitem>
    222         <seg>bootctl, busctl, coredumpctl, halt, hostnamectl, init, journalctl,
    223         kernel-install, localectl, loginctl, machinectl, networkctl, poweroff,
    224         reboot, runlevel, shutdown, systemctl, systemd-analyze,
     222        <seg>bootctl, busctl, coredumpctl, halt (symlink to systemctl),
     223        hostnamectl, init, journalctl, kernel-install, localectl, loginctl,
     224        machinectl, networkctl, portablectl, poweroff (symlink to
     225        systemctl), reboot (symlink to systemctl), resolvconf (symlink to
     226        resolvectl), resolvectl, runlevel (symlink to systemctl), shutdown
     227        (symlink to systemctl), systemctl, systemd-analyze,
    225228        systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
    226229        systemd-delta, systemd-detect-virt, systemd-escape, systemd-hwdb,
    227         systemd-inhibit, systemd-machine-id-setup, systemd-mount,
    228         systemd-notify, systemd-nspawn, systemd-path, systemd-resolve,
    229         systemd-run, systemd-socket-activate,
    230         systemd-stdio-bridge, systemd-tmpfiles, systemd-tty-ask-password-agent,
    231         telinit, timedatectl, and udevadm</seg>
     230        systemd-id128, systemd-inhibit, systemd-machine-id-setup,
     231        systemd-mount, systemd-notify, systemd-nspawn, systemd-path,
     232        systemd-resolve (symlink to resolvectl), systemd-run,
     233        systemd-socket-activate, systemd-stdio-bridge, systemd-tmpfiles,
     234        systemd-tty-ask-password-agent, systemd-umount (symlink to
     235        systemd-mount), telinit (symlink to systemctl), timedatectl, and
     236        udevadm</seg>
    232237        <seg>libnss_myhostname.so.2, libnss_mymachines.so.2,
    233         libnss_resolve.so.2, libnss_systemd.so.2, 
    234         libsystemd.so, libsystemd-shared-&systemd-version;.so,
     238        libnss_resolve.so.2, libnss_systemd.so.2,
     239        libsystemd.so, libsystemd-shared-&systemd-version;.so (in /lib/systemd),
    235240        and libudev.so</seg>
    236241        <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
     
    381386      </varlistentry>
    382387
     388      <varlistentry id="portablectl">
     389        <term><command>portablectl</command></term>
     390        <listitem>
     391          <para>Used to attach or detach portable services from the local
     392          system</para>
     393          <indexterm zone="ch-system-systemd portablectl">
     394            <primary sortas="b-portablectl">portablectl</primary>
     395          </indexterm>
     396        </listitem>
     397      </varlistentry>
     398
    383399      <varlistentry id="poweroff">
    384400        <term><command>poweroff</command></term>
     
    399415          <indexterm zone="ch-system-systemd reboot">
    400416            <primary sortas="b-reboot">reboot</primary>
     417          </indexterm>
     418        </listitem>
     419      </varlistentry>
     420
     421      <varlistentry id="resolvconf">
     422        <term><command>resolvconf</command></term>
     423        <listitem>
     424          <para>Register DNS server and domain configuration with
     425          <command>systemd-resolved</command>)</para>
     426          <indexterm zone="ch-system-systemd resolvconf">
     427            <primary sortas="b-resolvconf">resolvconf</primary>
     428          </indexterm>
     429        </listitem>
     430      </varlistentry>
     431
     432      <varlistentry id="resolvectl">
     433        <term><command>resolvectl</command></term>
     434        <listitem>
     435          <para>Send control commands to the network name resolution
     436          manager, or resolve domain names, IPv4 and IPv6 addresses,
     437          DNS records, and services.</para>
     438          <indexterm zone="ch-system-systemd resolvectl">
     439            <primary sortas="b-resolvectl">resolvectl</primary>
    401440          </indexterm>
    402441        </listitem>
     
    530569          <indexterm zone="ch-system-systemd systemd-hwdb">
    531570            <primary sortas="b-systemd-hwdb">systemd-hwdb</primary>
     571          </indexterm>
     572        </listitem>
     573      </varlistentry>
     574
     575      <varlistentry id="systemd-id128">
     576        <term><command>systemd-id128</command></term>
     577        <listitem>
     578          <para>Generate and print id128 strings</para>
     579          <indexterm zone="ch-system-systemd systemd-id128">
     580            <primary sortas="b-systemd-id128">systemd-id128</primary>
    532581          </indexterm>
    533582        </listitem>
     
    655704      </varlistentry>
    656705
     706      <varlistentry id="systemd-umount">
     707        <term><command>systemd-umount</command></term>
     708        <listitem>
     709          <para>Unmount mount points</para>
     710          <indexterm zone="ch-system-systemd systemd-umount">
     711            <primary sortas="b-systemd-umount">systemd-umount</primary>
     712          </indexterm>
     713        </listitem>
     714      </varlistentry>
     715
    657716      <varlistentry id="systemd-tty-ask-password-agent">
    658717        <term><command>systemd-tty-ask-password-agent</command></term>
Note: See TracChangeset for help on using the changeset viewer.