Changeset 90f106c


Ignore:
Timestamp:
Feb 29, 2012, 4:33:01 AM (12 years ago)
Author:
Jonathan Norman <jon@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e4c2553
Parents:
d5bb626
Message:

Added login to the created links in the boot method - thanks Code Monkey

Location:
BOOK
Files:
4 edited

Legend:

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

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

    rd5bb626 r90f106c  
    1515  xpointer="xpointer(//*[@os='a'])"/>
    1616
    17 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin
     17<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,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

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

    rd5bb626 r90f106c  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[Jonathan] - Added Login to the created links in the boot method - thanks Code Monkey.</para>
     44        </listitem>
     45        <listitem>
    4346          <para>[Jonathan] - Fixed issue with mutlilib e2fsprogs boot method.</para>
    4447        </listitem>
Note: See TracChangeset for help on using the changeset viewer.