Changeset 3b0c31e for BOOK/boot


Ignore:
Timestamp:
Jan 8, 2011, 8:01:38 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
bc1efc44
Parents:
bd6ae4f
Message:

Updated Sysvinit to 2.88dsf.

File:
1 edited

Legend:

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

    rbd6ae4f r3b0c31e  
    2323    <title>Installation of Sysvinit</title>
    2424
    25     <para os="aa">Make some modifications to allow you to boot into
    26     the minimal temp-system:</para>
     25    <para os="aa">The following modifications help locate files specific to this
     26    perticular build:</para>
    2727
    28 <screen os="ab"><userinput>cp -v src/Makefile src/Makefile.orig
    29 sed -e 's@root@0@g' \
    30     -e "s@/dev/initctl@${CLFS}&amp;@g" \
    31     -e 's@\(mknod \)-m \([0-9]* \)\(.* \)p@\1\3p; chmod \2\3@g' \
    32     -e "s@/usr/lib@/tools/lib@" \
    33     src/Makefile.orig &gt; src/Makefile</userinput></screen>
     28<screen os="ab"><userinput>cp -v src/Makefile{,.orig}
     29sed -e 's,/usr/lib,/tools/lib,g' \
     30    src/Makefile.orig > src/Makefile</userinput></screen>
    3431
    3532    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    4441    xpointer="xpointer(//*[@os='e'])"/>
    4542
    46 <screen os="ad"><userinput>make -C src install INSTALL=install ROOT=${CLFS}</userinput></screen>
     43<screen os="ad"><userinput>make -C src ROOT=${CLFS} install</userinput></screen>
    4744
    4845  </sect2>
Note: See TracChangeset for help on using the changeset viewer.