Ignore:
Timestamp:
04/28/2021 03:07:39 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/usr-move
Children:
cc462f9
Parents:
f73de5ec
Message:

Revert "usr-move: systemd: remove useless options"

This reverts commit 8e65db250e82461d8e44f04dddfe34de9947465a.

It turns out that those options are still needed, or systemd will use
lib64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    rf73de5ec r19087f2  
    8080      -Dldconfig=false              \
    8181      -Dmount-path=/bin/mount       \
     82      -Drootprefix=                 \
     83      -Drootlibdir=/lib             \
    8284      -Dsulogin-path=/sbin/sulogin  \
    8385      -Dsysusers=false              \
     
    134136          distributions such as LFS and makes the boot time longer. Remove it
    135137          if the described feature is desired.</para>
     138        </listitem>
     139      </varlistentry>
     140
     141      <varlistentry>
     142        <term><parameter>-Droot*</parameter></term>
     143        <listitem>
     144          <para>These switches ensure that core programs and
     145          shared libraries are installed in subdirectories
     146          of the root partition.</para>
    136147        </listitem>
    137148      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.