Changeset 8495845


Ignore:
Timestamp:
01/25/2023 11:30:11 PM (15 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
a2434bd4
Parents:
c9ae6a4 (diff), c349b4a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Location:
chapter08
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/dbus.xml

    rc9ae6a4 r8495845  
    6868        </term>
    6969        <listitem>
    70           <para>These set the location of the PID file and the system bus socket
     70          <para>These cause the PID file and the system bus socket
    7171          to be in <filename class="directory">/run</filename>, instead of
    72           deprecated <filename class="directory">/var/run</filename>.</para>
     72          the deprecated <filename class="directory">/var/run</filename>.</para>
    7373        </listitem>
    7474      </varlistentry>
  • chapter08/markupsafe.xml

    rc9ae6a4 r8495845  
    2424    <title/>
    2525
    26     <para>MarkupSafe is a Python module that implements a XML/HTML/XHTML Markup
     26    <para>MarkupSafe is a Python module that implements an XML/HTML/XHTML Markup
    2727    safe string.</para>
    2828
  • chapter08/systemd.xml

    rc9ae6a4 r8495845  
    8383        <listitem>
    8484          <para>This switch overrides the default buildtype
    85           (<quote>debug</quote>), which would produce unoptimized
     85          (<quote>debug</quote>), which produces unoptimized
    8686          binaries.</para>
    8787        </listitem>
     
    100100          <para>This switch prevents installation of systemd
    101101          services responsible for setting up the system for
    102           the first time. They are not useful for LFS because
     102          the first time. These are not useful in LFS, because
    103103          everything is done manually.</para>
    104104        </listitem>
     
    116116        <listitem>
    117117          <para>This switch prevents installation of a systemd unit that runs
    118           <command>ldconfig</command> at boot, which is not useful for source
    119           distributions such as LFS and makes the boot time longer. Remove it
    120           if the described feature is desired.</para>
     118          <command>ldconfig</command> at boot; this is not useful for source
     119          distributions such as LFS, and makes the boot time longer. Remove
     120          this option to enable running <command>ldconfig</command> at boot.</para>
    121121        </listitem>
    122122      </varlistentry>
     
    138138        <listitem>
    139139          <para>This switch disables installation of RPM Macros
    140           for use with systemd because LFS does not support RPM.</para>
     140          for use with systemd, because LFS does not support RPM.</para>
    141141        </listitem>
    142142      </varlistentry>
     
    145145        <term><parameter>-D{userdb,homed}=false</parameter></term>
    146146        <listitem>
    147           <para>Remove two daemons that have dependencies that do not fit
    148           the scope of LFS.</para>
     147          <para>Remove two daemons with dependencies that do not fit
     148          within the scope of LFS.</para>
    149149        </listitem>
    150150      </varlistentry>
     
    155155          <para>Prevent the generation of man pages to avoid extra
    156156          dependencies.  We will install pre-generated man pages for systemd
    157           from a tarball later.</para>
     157          from a tarball.</para>
    158158        </listitem>
    159159      </varlistentry>
     
    195195<screen><userinput remap="adjust">systemd-machine-id-setup</userinput></screen>
    196196
    197     <para>Setup the basic target structure:</para>
     197    <para>Set up the basic target structure:</para>
    198198
    199199<screen><userinput remap="adjust">systemctl preset-all</userinput></screen>
    200200
    201201    <para>Disable two services for upgrading binary distros.  They are useless for
    202     a basic Linux system built from source, and both will report an error if
     202    a basic Linux system built from source, and each one will report an error if
    203203    it's enabled but not configured:</para>
    204204
     
    368368        libsystemd.so, libsystemd-shared-&systemd-version;.so (in /usr/lib/systemd),
    369369        and libudev.so</seg>
    370         <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
     370        <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,both
    371371        /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
    372372        /etc/xdg/systemd, /usr/lib/systemd, /usr/lib/udev, /usr/include/systemd,
     
    409409          <para>Normally invokes <command>shutdown</command> with the
    410410          <parameter>-h</parameter> option, except when already in run-level 0,
    411           then it tells the kernel to halt the system; it notes in the
     411          when it tells the kernel to halt the system; it notes in the
    412412          file <filename>/var/log/wtmp</filename> that the system is being
    413413          brought down</para>
     
    432432        <term><command>init</command></term>
    433433        <listitem>
    434           <para>Is the first process to be started when the kernel has initialized
    435           the hardware which takes over the boot process and starts all
    436           processes according to its configuration files. In this case, it starts
     434          <para>Is the first process to be started after the kernel has initialized
     435          the hardware; <command>init</command> takes over the boot process and starts the
     436          processes specified by its configuration files; in this case, it starts
    437437          systemd</para>
    438438          <indexterm zone="ch-system-systemd init">
     
    456456        <listitem>
    457457          <para>Is used to add and remove kernel and initramfs images to and
    458           from /boot. In LFS, this is done manually</para>
     458          from /boot; in LFS, this is done manually</para>
    459459          <indexterm zone="ch-system-systemd kernel-install">
    460460            <primary sortas="b-kernel-install">kernel-install</primary>
     
    609609        <term><command>systemd-analyze</command></term>
    610610        <listitem>
    611           <para>Is used to determine system startup performance of the current
    612           boot, as well as identify troublesome systemd units</para>
     611          <para>Is used to analyze system startup performance,
     612          as well as identify troublesome systemd units</para>
    613613          <indexterm zone="ch-system-systemd systemd-analyze">
    614614            <primary sortas="b-systemd-analyze">systemd-analyze</primary>
     
    621621        <listitem>
    622622          <para>Is used to query a system password or passphrase from the user,
    623           using a question message specified on the command line</para>
     623          using a message specified on the Linux command line</para>
    624624          <indexterm zone="ch-system-systemd systemd-ask-password">
    625625            <primary sortas="b-systemd-ask-password">systemd-ask-password</primary>
     
    655655        <listitem>
    656656          <para>Shows the top control groups of the local Linux control group
    657           hierarchy, ordered by their CPU, memory and disk I/O load</para>
     657          hierarchy, ordered by their CPU, memory and disk I/O loads</para>
    658658          <indexterm zone="ch-system-systemd systemd-cgtop">
    659659            <primary sortas="b-systemd-cgtop">systemd-cgtop</primary>
     
    676676        <listitem>
    677677          <para>Is used to identify and compare configuration files in
    678           <filename class="directory">/etc</filename> that override default
    679           counterparts in <filename class="directory">/usr</filename></para>
     678          <filename class="directory">/etc</filename> that override the defaults
     679          in <filename class="directory">/usr</filename></para>
    680680          <indexterm zone="ch-system-systemd systemd-delta">
    681681            <primary sortas="b-systemd-delta">systemd-delta</primary>
     
    729729        <term><command>systemd-id128</command></term>
    730730        <listitem>
    731           <para>Generates and prints id128 strings</para>
     731          <para>Generates and prints id128 (UUID) strings</para>
    732732          <indexterm zone="ch-system-systemd systemd-id128">
    733733            <primary sortas="b-systemd-id128">systemd-id128</primary>
     
    773773        <term><command>systemd-notify</command></term>
    774774        <listitem>
    775           <para>Is used by daemon scripts to notify the init system about status
     775          <para>Is used by daemon scripts to notify the init system of status
    776776          changes</para>
    777777          <indexterm zone="ch-system-systemd systemd-notify">
     
    784784        <term><command>systemd-nspawn</command></term>
    785785        <listitem>
    786           <para>Is used to run a command or OS in a light-weight namespace
     786          <para>Is used to run a command, or an entire OS, in a light-weight namespace
    787787          container</para>
    788788          <indexterm zone="ch-system-systemd systemd-nspawn">
     
    806806        <listitem>
    807807          <para>Is used to grow and add partitions to a partition table when
    808           systemd is used in an OS image (e.g. a container)</para>
     808          systemd is used with an OS image (e.g. a container)</para>
    809809          <indexterm zone="ch-system-systemd systemd-repart">
    810810            <primary sortas="b-systemd-repart">systemd-repart</primary>
     
    828828        <listitem>
    829829          <para>Is used to create and start a transient .service or a .scope
    830           unit and run the specified command in it. This is useful for
     830          unit and run the specified command in it; this is useful for
    831831          validating systemd units</para>
    832832          <indexterm zone="ch-system-systemd systemd-run">
     
    860860        <term><command>systemd-tmpfiles</command></term>
    861861        <listitem>
    862           <para>Creates, deletes and cleans up volatile and temporary files and
     862          <para>Creates, deletes, and cleans up volatile and temporary files and
    863863          directories, based on the configuration file format and location
    864864          specified in
     
    917917        <listitem>
    918918          <para>Is a generic udev administration tool which controls the udevd
    919           daemon, provides info from the Udev hardware database, monitors
     919          daemon, provides info from the udev hardware database, monitors
    920920          uevents, waits for uevents to finish, tests udev configuration, and
    921921          triggers uevents for a given device</para>
Note: See TracChangeset for help on using the changeset viewer.