Changeset 1425d8c


Ignore:
Timestamp:
Apr 14, 2014, 1:44:58 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
8876eda
Parents:
1d4a45f
Message:

Prevent sysvinit from installing unneeded progs (thanks for the reminder, Martin Ward)

Location:
BOOK/boot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/sysvinit.xml

    r1d4a45f r1425d8c  
    2626  <sect2 role="installation">
    2727    <title>Installation of Sysvinit</title>
     28
     29    <para os="s1">Prevent several programs from being built, as better versions
     30    were already installed by Util-linux:</para>
     31
     32<screen os="s2"><userinput>cp -v src/Makefile{,.orig}
     33sed -e 's/\ sulogin[^ ]*//' -e '/utmpdump/d' -e '/mountpoint/d' \
     34    -e '/mesg/d' src/Makefile.orig &gt; src/Makefile</userinput></screen>
    2835
    2936    <para os="aa">The following modifications help locate files specific to this
  • BOOK/boot/multilib/sysvinit.xml

    r1d4a45f r1425d8c  
    2222  <sect2 role="installation">
    2323    <title>Installation of Sysvinit</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     26    href="../common/sysvinit.xml"
     27    xpointer="xpointer(//*[@os='s1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     30    href="../common/sysvinit.xml"
     31    xpointer="xpointer(//*[@os='s2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.