Ignore:
File:
1 edited

Legend:

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

    r489286f 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
    2121ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
    2222ln -sv /tools/lib/libstd*so* ${CLFS}/usr/lib
    23 ln -sv bash ${CLFS}/bin/sh</userinput></screen>
     23ln -sv bash ${CLFS}/bin/sh
     24ln -sv ../run ${CLFS}/var/run</userinput></screen>
    2425
    2526</sect1>
Note: See TracChangeset for help on using the changeset viewer.