Changeset 85e1f266


Ignore:
Timestamp:
Sep 8, 2012, 4:39:19 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f1778eba
Parents:
bf996fc
Message:

Add passwd to the created symlinks in ch7, and remove the creation of passwd and login symlinks during Ch7 shadow.

Location:
BOOK
Files:
8 edited

Legend:

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

    rbf996fc r85e1f266  
    1818  the next chapter after the software has been installed.</para>
    1919
    20 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,pwd,sleep,stty} ${CLFS}/bin
     20<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,passwd,pwd,sleep,stty} ${CLFS}/bin
    2121ln -sv /tools/bin/file ${CLFS}/usr/bin
    2222ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
  • BOOK/boot/64/shadow.xml

    rbf996fc r85e1f266  
    6464<screen os="l"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    6565
    66     <para os="u">Link <command>login</command> and <command>passwd</command> to /bin:</para>
    67 
    68 <screen os="v"><userinput>ln -sv /tools/bin/{login,passwd} ${CLFS}/bin</userinput></screen>
    69 
    7066  </sect2>
    7167
  • BOOK/boot/common/createfiles.xml

    rbf996fc r85e1f266  
    1616  the next chapter after the software has been installed.</para>
    1717
    18 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,pwd,sleep,stty} ${CLFS}/bin
     18<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,passwd,pwd,sleep,stty} ${CLFS}/bin
    1919ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
    2020ln -sv /tools/bin/file ${CLFS}/usr/bin
  • BOOK/boot/common/shadow.xml

    rbf996fc r85e1f266  
    6464<screen os="l"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    6565
    66     <para os="u">Link <command>login</command> and <command>passwd</command> to /bin:</para>
    67 
    68 <screen os="v"><userinput>ln -sv /tools/bin/{login,passwd} ${CLFS}/bin</userinput></screen>
    69 
    7066  </sect2>
    7167
  • BOOK/boot/mips64/createfiles.xml

    rbf996fc r85e1f266  
    1515  xpointer="xpointer(//*[@os='a'])"/>
    1616
    17 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,pwd,sleep,stty} ${CLFS}/bin
     17<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,passwd,pwd,sleep,stty} ${CLFS}/bin
    1818ln -sv /tools/bin/file ${CLFS}/usr/bin
    1919ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
  • BOOK/boot/multilib/createfiles.xml

    rbf996fc r85e1f266  
    1515  xpointer="xpointer(//*[@os='a'])"/>
    1616
    17 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,pwd,sleep,stty} ${CLFS}/bin
     17<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,passwd,pwd,sleep,stty} ${CLFS}/bin
    1818ln -sv /tools/bin/file ${CLFS}/usr/bin
    1919ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
  • BOOK/boot/multilib/shadow.xml

    rbf996fc r85e1f266  
    6464<screen os="l"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    6565
    66     <para os="u">Link <command>login</command> and <command>passwd</command> to /bin:</para>
    67 
    68 <screen os="v"><userinput>ln -sv /tools/bin/{login,passwd} ${CLFS}/bin</userinput></screen>
    69 
    7066  </sect2>
    7167
  • BOOK/introduction/common/changelog.xml

    rbf996fc r85e1f266  
    4545          <para>[William Harrington] - Disable the build of static libraries when appropriate during cross-tools phase.</para>
    4646        </listitem>
     47        <listitem>
     48          <para>[William Harrington] - Remove creation of passwd and login links during Ch7 Boot section shadow.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[William Harrington] - Add passwd to the string of created symlinks in Ch7 Boot section.</para>
     52        </listitem>
    4753      </itemizedlist>
    4854    </listitem>
Note: See TracChangeset for help on using the changeset viewer.