Changeset f584773 for BOOK/boot/common


Ignore:
Timestamp:
Apr 14, 2014, 1:49:16 PM (11 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4b9dcd7
Parents:
47cb63d
Message:

Use passwd in /tools

Location:
BOOK/boot/common
Files:
2 edited

Legend:

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

    r47cb63d rf584773  
    1616  the next chapter after the software has been installed.</para>
    1717
    18 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,passwd,pwd,stty} ${CLFS}/bin
     18<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,pwd,stty} ${CLFS}/bin
    1919ln -sv /tools/bin/file ${CLFS}/usr/bin
    2020ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
  • BOOK/boot/common/shadow.xml

    r47cb63d rf584773  
    4848  </variablelist>
    4949
     50    <para os="h">Tell Shadow to use passwd in /tools/bin:</para>
    5051
    51     <para os="h">Compile the package:</para>
     52<screen os="i"><userinput>cp config.h{,.orig}
     53sed '/PASSWD_PROGRAM/s@/bin/passwd@/tools&amp;@' config.h.orig &gt; config.h</userinput></screen>
    5254
    53 <screen os="i"><userinput>make</userinput></screen>
     55    <para os="j">Compile the package:</para>
    5456
    55     <para os="j">This package does not come with a test suite.</para>
     57<screen os="k"><userinput>make</userinput></screen>
    5658
    57     <para os="k">Install the package:</para>
     59    <para os="l">This package does not come with a test suite.</para>
    5860
    59 <screen os="l"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     61    <para os="m">Install the package:</para>
     62
     63<screen os="n"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    6064
    6165  </sect2>
Note: See TracChangeset for help on using the changeset viewer.