Changeset 7980dae for chapter06


Ignore:
Timestamp:
12/21/2014 01:06:36 PM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
075dd648
Parents:
0d2e933
Message:

Updated to systemd-218 and merged trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    r0d2e933 r7980dae  
    6666
    6767<screen><userinput remap="pre">patch -Np1 -i ../&systemd-compat-patch;</userinput></screen>
    68 
    69     <para>Also, apply the following patch to fix various bugs that have been
    70     addressed upstream:</para>
    71 
    72 <screen><userinput remap="pre">patch -Np1 -i ../&systemd-fixes-patch;</userinput></screen>
    7368
    7469    <para>Prepare systemd for compilation:</para>
     
    191186    -i Makefile</userinput></screen>
    192187
    193     <para>To test the results, issue:</para>
    194 
    195 <screen><userinput remap="test">make check</userinput></screen>
     188    <para>Since the testsuite largely depends on the
     189    host system kernel configuration, other tests
     190    besides the ones that were previously disabled
     191    may also fail. To test the results, issue:</para>
     192
     193<screen><userinput remap="test">make -k check</userinput></screen>
    196194
    197195    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.