Ignore:
Timestamp:
01/31/2023 07:21:43 PM (15 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
aa68b0c, b595526
Parents:
d7d7bd5 (diff), 2d516c7 (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:

Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    rd7d7bd5 rb79e65a0  
    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
     
    286286          <para>Normally invokes <command>shutdown</command> with the
    287287          <parameter>-h</parameter> option, except when already in run-level 0,
    288           then it tells the kernel to halt the system; it notes in the
     288          when it tells the kernel to halt the system; it notes in the
    289289          file <filename>/var/log/wtmp</filename> that the system is being
    290290          brought down</para>
     
    309309        <term><command>init</command></term>
    310310        <listitem>
    311           <para>Is the first process to be started when the kernel has initialized
    312           the hardware which takes over the boot process and starts all
    313           processes according to its configuration files. In this case, it starts
     311          <para>Is the first process to be started after the kernel has initialized
     312          the hardware; <command>init</command> takes over the boot process and starts the
     313          processes specified by its configuration files; in this case, it starts
    314314          systemd</para>
    315315          <indexterm zone="ch-system-systemd init">
     
    333333        <listitem>
    334334          <para>Is used to add and remove kernel and initramfs images to and
    335           from /boot. In LFS, this is done manually</para>
     335          from /boot; in LFS, this is done manually</para>
    336336          <indexterm zone="ch-system-systemd kernel-install">
    337337            <primary sortas="b-kernel-install">kernel-install</primary>
     
    486486        <term><command>systemd-analyze</command></term>
    487487        <listitem>
    488           <para>Is used to determine system startup performance of the current
    489           boot, as well as identify troublesome systemd units</para>
     488          <para>Is used to analyze system startup performance,
     489          as well as identify troublesome systemd units</para>
    490490          <indexterm zone="ch-system-systemd systemd-analyze">
    491491            <primary sortas="b-systemd-analyze">systemd-analyze</primary>
     
    498498        <listitem>
    499499          <para>Is used to query a system password or passphrase from the user,
    500           using a question message specified on the command line</para>
     500          using a message specified on the Linux command line</para>
    501501          <indexterm zone="ch-system-systemd systemd-ask-password">
    502502            <primary sortas="b-systemd-ask-password">systemd-ask-password</primary>
     
    532532        <listitem>
    533533          <para>Shows the top control groups of the local Linux control group
    534           hierarchy, ordered by their CPU, memory and disk I/O load</para>
     534          hierarchy, ordered by their CPU, memory and disk I/O loads</para>
    535535          <indexterm zone="ch-system-systemd systemd-cgtop">
    536536            <primary sortas="b-systemd-cgtop">systemd-cgtop</primary>
     
    553553        <listitem>
    554554          <para>Is used to identify and compare configuration files in
    555           <filename class="directory">/etc</filename> that override default
    556           counterparts in <filename class="directory">/usr</filename></para>
     555          <filename class="directory">/etc</filename> that override the defaults
     556          in <filename class="directory">/usr</filename></para>
    557557          <indexterm zone="ch-system-systemd systemd-delta">
    558558            <primary sortas="b-systemd-delta">systemd-delta</primary>
     
    606606        <term><command>systemd-id128</command></term>
    607607        <listitem>
    608           <para>Generates and prints id128 strings</para>
     608          <para>Generates and prints id128 (UUID) strings</para>
    609609          <indexterm zone="ch-system-systemd systemd-id128">
    610610            <primary sortas="b-systemd-id128">systemd-id128</primary>
     
    650650        <term><command>systemd-notify</command></term>
    651651        <listitem>
    652           <para>Is used by daemon scripts to notify the init system about status
     652          <para>Is used by daemon scripts to notify the init system of status
    653653          changes</para>
    654654          <indexterm zone="ch-system-systemd systemd-notify">
     
    661661        <term><command>systemd-nspawn</command></term>
    662662        <listitem>
    663           <para>Is used to run a command or OS in a light-weight namespace
     663          <para>Is used to run a command, or an entire OS, in a light-weight namespace
    664664          container</para>
    665665          <indexterm zone="ch-system-systemd systemd-nspawn">
     
    683683        <listitem>
    684684          <para>Is used to grow and add partitions to a partition table when
    685           systemd is used in an OS image (e.g. a container)</para>
     685          systemd is used with an OS image (e.g. a container)</para>
    686686          <indexterm zone="ch-system-systemd systemd-repart">
    687687            <primary sortas="b-systemd-repart">systemd-repart</primary>
     
    705705        <listitem>
    706706          <para>Is used to create and start a transient .service or a .scope
    707           unit and run the specified command in it. This is useful for
     707          unit and run the specified command in it; this is useful for
    708708          validating systemd units</para>
    709709          <indexterm zone="ch-system-systemd systemd-run">
     
    737737        <term><command>systemd-tmpfiles</command></term>
    738738        <listitem>
    739           <para>Creates, deletes and cleans up volatile and temporary files and
     739          <para>Creates, deletes, and cleans up volatile and temporary files and
    740740          directories, based on the configuration file format and location
    741741          specified in
     
    794794        <listitem>
    795795          <para>Is a generic udev administration tool which controls the udevd
    796           daemon, provides info from the Udev hardware database, monitors
     796          daemon, provides info from the udev hardware database, monitors
    797797          uevents, waits for uevents to finish, tests udev configuration, and
    798798          triggers uevents for a given device</para>
Note: See TracChangeset for help on using the changeset viewer.