Ignore:
File:
1 edited

Legend:

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

    r85e1f266 r9c8f797  
    1818  the next chapter after the software has been installed.</para>
    1919
    20 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,passwd,pwd,sleep,stty} ${CLFS}/bin
     20<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin
    2121ln -sv /tools/bin/file ${CLFS}/usr/bin
    22 ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
    2322ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
    2423ln -sv /tools/lib/libstd*so* ${CLFS}/usr/lib
    25 ln -sv bash ${CLFS}/bin/sh
    26 ln -sv ../run ${CLFS}/var/run</userinput></screen>
     24ln -sv bash ${CLFS}/bin/sh</userinput></screen>
    2725
    2826  <para os="b">To enable some c++ tests in the Glibc and Binutils testsuites
Note: See TracChangeset for help on using the changeset viewer.