Changeset 1425d8c for BOOK/boot/common


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)

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.