Ignore:
Timestamp:
02/20/2021 06:34:19 AM (3 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
f83b2fd
Parents:
4bda698
Message:

Merge changes from trunk to multilib

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    r4bda698 refa633e  
    213213<screen><userinput remap="install">rm -f /usr/bin/xsltproc</userinput></screen>
    214214
    215     <para>Remove an useless directory:</para>
     215    <para>Remove a useless directory:</para>
    216216
    217217<screen><userinput remap="install">rm -rf /usr/lib/pam.d</userinput></screen>
     
    476476          the hardware which takes over the boot process and starts all
    477477          processes according to its configuration files. In this case, it starts
    478           systemd.</para>
     478          systemd</para>
    479479          <indexterm zone="ch-system-systemd init">
    480480            <primary sortas="b-init">init</primary>
     
    497497        <listitem>
    498498          <para>Is used to add and remove kernel and initramfs images to and
    499           from /boot. In LFS, this is done manually.</para>
     499          from /boot. In LFS, this is done manually</para>
    500500          <indexterm zone="ch-system-systemd kernel-install">
    501501            <primary sortas="b-kernel-install">kernel-install</primary>
     
    597597          <para>Sends control commands to the network name resolution
    598598          manager, or resolves domain names, IPv4 and IPv6 addresses,
    599           DNS records, and services.</para>
     599          DNS records, and services</para>
    600600          <indexterm zone="ch-system-systemd resolvectl">
    601601            <primary sortas="b-resolvectl">resolvectl</primary>
     
    663663        <listitem>
    664664          <para>Is used to connect the STDOUT and STDERR outputs of a process
    665           with the systemd journal.
     665          with the systemd journal
    666666          </para>
    667667          <indexterm zone="ch-system-systemd systemd-cat">
     
    709709        <listitem>
    710710          <para>Detects whether the system is being run in a virtual
    711           environment, and adjusts udev accordingly.</para>
     711          environment, and adjusts udev accordingly</para>
    712712          <indexterm zone="ch-system-systemd systemd-detect-virt">
    713713            <primary sortas="b-systemd-detect-virt">systemd-detect-virt</primary>
     
    719719        <term><command>systemd-dissect</command></term>
    720720        <listitem>
    721           <para>Is used to inspect OS disk images.</para>
     721          <para>Is used to inspect OS disk images</para>
    722722          <indexterm zone="ch-system-systemd systemd-dissect">
    723723            <primary sortas="b-systemd-dissect">systemd-dissect</primary>
     
    762762          <para>Is used to execute a program with a shutdown, sleep or idle
    763763          inhibitor lock taken, preventing an action such as a system shutdown
    764           until the process is completed.</para>
     764          until the process is completed</para>
    765765          <indexterm zone="ch-system-systemd systemd-inhibit">
    766766            <primary sortas="b-systemd-inhibit">systemd-inhibit</primary>
     
    784784        <term><command>systemd-mount</command></term>
    785785        <listitem>
    786           <para>Is used to temporarily mount or automount disks.</para>
     786          <para>Is used to temporarily mount or automount disks</para>
    787787          <indexterm zone="ch-system-systemd systemd-mount">
    788788            <primary sortas="b-systemd-mount">systemd-mount</primary>
     
    827827        <listitem>
    828828          <para>Is used to grow and add partitions to a partition table when
    829           systemd is used in an OS image (e.g. a container).</para>
     829          systemd is used in an OS image (e.g. a container)</para>
    830830          <indexterm zone="ch-system-systemd systemd-repart">
    831831            <primary sortas="b-systemd-repart">systemd-repart</primary>
     
    850850          <para>Is used to create and start a transient .service or a .scope
    851851          unit and run the specified command in it. This is useful for
    852           validating systemd units.</para>
     852          validating systemd units</para>
    853853          <indexterm zone="ch-system-systemd systemd-run">
    854854            <primary sortas="b-systemd-run">systemd-run</primary>
     
    861861        <listitem>
    862862          <para>Is used to listen on socket devices and launch a process upon
    863           a successful connection to the socket.</para>
     863          a successful connection to the socket</para>
    864864          <indexterm zone="ch-system-systemd systemd-socket-activate">
    865865            <primary sortas="b-systemd-socket-activate">systemd-socket-activate</primary>
Note: See TracChangeset for help on using the changeset viewer.