- Timestamp:
- Jan 1, 2010, 10:03:37 AM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 206bb97
- Parents:
- f7360a0
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/64/createfiles.xml
rf7360a0 r9c8f797 18 18 the next chapter after the software has been installed.</para> 19 19 20 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,s tty} ${CLFS}/bin20 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin 21 21 ln -sv /tools/bin/file ${CLFS}/usr/bin 22 22 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib -
BOOK/boot/common/createfiles.xml
rf7360a0 r9c8f797 16 16 the next chapter after the software has been installed.</para> 17 17 18 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,s tty} ${CLFS}/bin18 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin 19 19 ln -sv /tools/bin/file ${CLFS}/usr/bin 20 20 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib -
BOOK/boot/mips64/createfiles.xml
rf7360a0 r9c8f797 15 15 xpointer="xpointer(//*[@os='a'])"/> 16 16 17 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,s tty} ${CLFS}/bin17 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin 18 18 ln -sv /tools/bin/file ${CLFS}/usr/bin 19 19 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib -
BOOK/boot/multilib/createfiles.xml
rf7360a0 r9c8f797 15 15 xpointer="xpointer(//*[@os='a'])"/> 16 16 17 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,s tty} ${CLFS}/bin17 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin 18 18 ln -sv /tools/bin/file ${CLFS}/usr/bin 19 19 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib -
BOOK/introduction/common/changelog.xml
rf7360a0 r9c8f797 40 40 <para>December 31, 2009</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Also create the null and console nodes for udev 44 in the boot section.</para> 45 </listitem> 46 <listitem> 47 <para>[jciccone] - Updated the Essential Symlinks in the Boot section 48 to include sleep.</para> 49 </listitem> 42 50 <listitem> 43 51 <para>[jciccone] - Stopped Cloog-PPL from setting LD_LIBRARY_PATH to
Note:
See TracChangeset
for help on using the changeset viewer.