Changeset d1fbbd0 for chapter06


Ignore:
Timestamp:
03/31/2021 10:41:37 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
ff4f25b
Parents:
939f531
git-author:
Thomas Trepl <thomas@…> (03/21/2020 12:01:26 PM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:37 AM)
Message:

MultiLib: Merge changes from trunk

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

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/dbus.xml

    r939f531 rd1fbbd0  
    9696
    9797<screen><userinput remap="install">ln -sfv /etc/machine-id /var/lib/dbus</userinput></screen>
     98
     99    <para>Move the socket file to /run instead of the deprecated
     100    /var/run:</para>
     101
     102 <screen><userinput remap="install">sed -i 's:/var/run:/run:' /lib/systemd/system/dbus.socket</userinput></screen>
    98103
    99104  </sect2>
  • chapter06/systemd.xml

    r939f531 rd1fbbd0  
    6464    <para>Remove tests that cannot be built in chroot:</para>
    6565
    66 <screen><userinput remap="pre">sed '177,$ d' -i src/resolve/meson.build</userinput></screen>
     66<screen><userinput remap="pre">sed '179,$ d' -i src/resolve/meson.build</userinput></screen>
    6767
    6868    <para>Remove an unneeded group,
     
    9898      -Db_lto=false                \
    9999      -Drpmmacrosdir=no            \
     100      -Dhomed=false                \
     101      -Duserdb=false               \
    100102      ..</userinput></screen>
    101103
     
    183185        </listitem>
    184186      </varlistentry>
     187
     188      <varlistentry>
     189        <term><parameter>-D{userdb,homed}=false</parameter></term>
     190        <listitem>
     191          <para>Remove two daemons that have dependencies that do not fit
     192          the scope of LFS.</para>
     193        </listitem>
     194      </varlistentry>
     195
    185196    </variablelist>
    186197
     
    217228<screen><userinput remap="adjust">systemctl disable systemd-time-wait-sync.service</userinput></screen>
    218229
    219     <!--
    220230    <para>Prevent systemd from resetting the maximum PID value which causes
    221231    some problems with packages and units in BLFS:</para>
    222      FCRON in particular
    223 
    224 <screen><userinput remap="adjust">rm -f /etc/sysctl.d/50-pid-max.conf</userinput></screen>
    225     -->
     232   
     233
     234<screen><userinput remap="adjust">rm -f /usr/lib/sysctl.d/50-pid-max.conf</userinput></screen>
     235
    226236    <para>Cleanup symbolic links to Util-Linux libraries:</para>
    227237
     
    398408        systemd-id128, systemd-inhibit, systemd-machine-id-setup,
    399409        systemd-mount, systemd-notify, systemd-nspawn, systemd-path,
    400         systemd-resolve (symlink to resolvectl), systemd-run,
     410        systemd-repart, systemd-resolve (symlink to resolvectl), systemd-run,
    401411        systemd-socket-activate, systemd-stdio-bridge, systemd-tmpfiles,
    402412        systemd-tty-ask-password-agent, systemd-umount (symlink to
     
    816826      </varlistentry>
    817827
     828      <varlistentry id="systemd-repart">
     829        <term><command>systemd-repart</command></term>
     830        <listitem>
     831          <para>Used go grow and add partitions to a partition table when
     832          systemd is used in an OS image (e.g. a container).</para>
     833          <indexterm zone="ch-system-systemd systemd-repart">
     834            <primary sortas="b-systemd-repart">systemd-repart</primary>
     835          </indexterm>
     836        </listitem>
     837      </varlistentry>
     838
    818839      <varlistentry id="systemd-resolve">
    819840        <term><command>systemd-resolve</command></term>
Note: See TracChangeset for help on using the changeset viewer.