- Timestamp:
- Jul 14, 2009, 8:30:31 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:
- 2715b72
- Parents:
- 3f28c65
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/64/createfiles.xml
r3f28c65 r69b40e8 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, rm,stty} ${CLFS}/bin20 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,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
r3f28c65 r69b40e8 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, rm,stty} ${CLFS}/bin18 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,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/chroot/64/createfiles.xml
r3f28c65 r69b40e8 17 17 xpointer="xpointer(//*[@os='a'])"/> 18 18 19 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd, rm,stty} /bin19 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,stty} /bin 20 20 ln -sv /tools/bin/file /usr/bin 21 21 ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib -
BOOK/chroot/common/createfiles.xml
r3f28c65 r69b40e8 15 15 xpointer="xpointer(//*[@os='a'])"/> 16 16 17 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd, rm,stty} /bin17 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,stty} /bin 18 18 ln -sv /tools/bin/file /usr/bin 19 19 ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib -
BOOK/introduction/common/changelog.xml
r3f28c65 r69b40e8 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>July 14, 2009</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Removed /bin/rm symlink is it is no longer needed 44 for E2fsprogs testsuite.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 38 48 39 49 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.