Changeset 9e0e857
- Timestamp:
- Nov 23, 2006, 12:11:51 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 24e3a57
- Parents:
- 0c208f5
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/createfiles.xml
r0c208f5 r9e0e857 16 16 the next chapter after the software has been installed.</para> 17 17 18 <screen><userinput>ln -sv /tools/bin/{bash,cat,grep,pwd, stty} ${CLFS}/bin18 <screen><userinput>ln -sv /tools/bin/{bash,cat,grep,pwd,rm,stty} ${CLFS}/bin 19 19 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib 20 20 ln -sv /tools/lib/libstd* ${CLFS}/usr/lib -
BOOK/chroot/common/createfiles.xml
r0c208f5 r9e0e857 15 15 xpointer="xpointer(//*[@os='a'])"/> 16 16 17 <screen><userinput>ln -sv /tools/bin/{bash,cat,grep,pwd, stty} /bin17 <screen><userinput>ln -sv /tools/bin/{bash,cat,grep,pwd,rm,stty} /bin 18 18 ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib 19 19 ln -sv /tools/lib/libstd* /usr/lib -
BOOK/introduction/common/changelog.xml
r0c208f5 r9e0e857 38 38 39 39 <listitem> 40 <para>November 23, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Added /bin/rm to essential symlinks - e2fsprogs 44 testsuite hard-codes the location to that binary.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>November 22, 2006</para> 41 51 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.