Changeset efd19b0


Ignore:
Timestamp:
08/20/2014 08:21:53 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
f53f4d1b
Parents:
b7205fd
Message:

Switch to configure switches in blfs too.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13967 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml.next

    rb7205fd refd19b0  
    111111      <xref linkend="libidn"/>,
    112112      <xref linkend="python3"/>,
     113      <xref linkend="valgrind"/>,
    113114      <ulink url="https://code.google.com/p/cryptsetup/">cryptsetup</ulink>,
    114115      <ulink url="https://www.gnu.org/software/libmicrohttpd/">libmicrohttpd</ulink>,
     
    167168            --with-rootlibdir=/lib \
    168169            --enable-split-usr     \
     170            --disable-firstboot    \
    169171            --disable-ldconfig     \
     172            --disable-sysusers     \
    170173            --docdir=/usr/share/doc/systemd-${SYSTEMD_VERSION} &amp;&amp;
    171174make</userinput></screen>
     
    203206
    204207<screen role="root"><userinput>make install</userinput></screen>
    205 
    206     <para>
    207       Prevent systemd units that are not needed on a LFS system from
    208       running by running the following command as the <systemitem
    209       class="username">root</systemitem> user:
    210     </para>
    211 
    212 <screen role="root"><userinput>rm -fv /lib/systemd/system/sysinit.target.wants/systemd-{firstboot,sysusers,update-done}.service</userinput></screen>
    213208
    214209    <para>
Note: See TracChangeset for help on using the changeset viewer.