Changeset da5445e


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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ree20a37 rda5445e  
    3838
    3939    <listitem>
     40      <para>2015-06-28</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[krejzi] - Updated to systemd-221.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    4049      <para>2015-06-23</para>
    4150      <itemizedlist>
  • 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
  • packages.ent

    ree20a37 rda5445e  
    526526<!ENTITY shadow-ch6-sbu "0.2 SBU">
    527527
    528 <!ENTITY systemd-version "219">
    529 <!ENTITY systemd-size    "3,848 KB">
     528<!ENTITY systemd-version "221">
     529<!ENTITY systemd-size    "3,920 KB">
    530530<!ENTITY systemd-url     "http://www.freedesktop.org/software/systemd/systemd-&systemd-version;.tar.xz">
    531 <!ENTITY systemd-md5     "e0d6c9a4b4f69f66932d2230298c9a34">
     531<!ENTITY systemd-md5     "b4d5a253841cf28a98b7ec99c45e3716">
    532532<!ENTITY systemd-home    "http://www.freedesktop.org/wiki/Software/systemd/">
    533 <!ENTITY systemd-ch6-du  "815 MB">
    534 <!ENTITY systemd-ch6-sbu "2.1 SBU">
     533<!ENTITY systemd-ch6-du  "965 MB">
     534<!ENTITY systemd-ch6-sbu "2.2 SBU">
    535535
    536536<!ENTITY tar-version "1.28">
Note: See TracChangeset for help on using the changeset viewer.