Ignore:
Timestamp:
06/28/2015 10:06:05 AM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.8-systemd, 7.9-systemd
Children:
367e615
Parents:
ee20a37
Message:

Updated to systemd-221.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    ree20a37 rda5445e  
    4646<screen><userinput remap="pre">cat &gt; config.cache &lt;&lt; "EOF"
    4747<literal>KILL=/bin/kill
     48MOUNT_PATH=/bin/mount
     49UMOUNT_PATH=/bin/umount
    4850HAVE_BLKID=1
    4951BLKID_LIBS="-lblkid"
     
    7072<screen><userinput remap="pre">patch -Np1 -i ../&systemd-compat-patch;</userinput></screen>
    7173
    72     <para>Disable a test case that always fails:</para>
    73 
    74 <screen><userinput remap="pre">sed -i "s:test/udev-test.pl ::g" Makefile.in</userinput></screen>
     74    <para>Disable two tests that always fail:</para>
     75
     76<screen><userinput remap="pre">sed -e 's:test/udev-test.pl ::g'  \
     77    -e 's:test-copy$(EXEEXT) ::g' \
     78    -i Makefile.in</userinput></screen>
    7579
    7680    <para>Prepare systemd for compilation:</para>
     
    8387            --with-rootlibdir=/lib                                  \
    8488            --enable-split-usr                                      \
    85             --disable-gudev                                         \
    8689            --disable-firstboot                                     \
    8790            --disable-ldconfig                                      \
     
    124127
    125128      <varlistentry>
    126         <term><parameter>--disable-gudev --without-python</parameter></term>
    127         <listitem>
    128           <para>These switches disable optional features because
    129           LFS does not provide their dependencies.</para>
     129        <term><parameter>--without-python</parameter></term>
     130        <listitem>
     131          <para>This switch prevents <command>configure</command>
     132          from trying to use Python since it's not part
     133          of LFS.</para>
    130134        </listitem>
    131135      </varlistentry>
     
    200204ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
    201205
    202     <para>Remove a reference to a non-existent group and fix
    203     a configuration file so it doesn't cause
    204     <command>systemd-tmpfiles</command> to fail at boot:</para>
    205 
    206 <screen><userinput remap="install">sed -i "s:0775 root lock:0755 root root:g" /usr/lib/tmpfiles.d/legacy.conf
    207 sed -i "/pam.d/d" /usr/lib/tmpfiles.d/etc.conf</userinput></screen>
     206    <para>Remove a reference to a non-existent group:</para>
     207
     208<screen><userinput remap="install">sed -i "s:0775 root lock:0755 root root:g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>
    208209
    209210    <para>Create the <filename>/etc/machine-id</filename> file needed by
Note: See TracChangeset for help on using the changeset viewer.