- Timestamp:
- Jan 25, 2014, 7:19:32 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 50a9abe1
- Parents:
- 8c2ac4d
- Location:
- BOOK/boot
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/64/createfiles.xml
r8c2ac4d r0060a51 33 33 ln -sv /tools/lib/libstdc++.so{.6,} ${CLFS}/usr/lib64</userinput></screen> 34 34 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 36 href="../common/createfiles.xml" 37 xpointer="xpointer(//*[@os='c'])"/> 38 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 40 href="../common/createfiles.xml" 41 xpointer="xpointer(//*[@os='d'])"/> 42 35 43 </sect1> -
BOOK/boot/common/createfiles.xml
r8c2ac4d r0060a51 25 25 ln -sv /run ${CLFS}/var/run</userinput></screen> 26 26 27 <para os="c">Historically, Linux maintains a list of the mounted file systems 28 in the file <filename>/etc/mtab</filename>. Modern kernels maintain this list 29 internally and exposes it to the user via the 30 <filename class="directory">/proc</filename> filesystem. To satisfy utilities 31 that expect the presence of <filename>/etc/mtab</filename>, create the 32 following symbolic link:</para> 33 34 <screen os="d"><userinput>ln -sv /proc/self/mounts ${CLFS}/etc/mtab</userinput></screen> 35 27 36 </sect1> -
BOOK/boot/mips64/createfiles.xml
r8c2ac4d r0060a51 28 28 ln -sv ../run ${CLFS}/var/run</userinput></screen> 29 29 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="../common/createfiles.xml" 32 xpointer="xpointer(//*[@os='c'])"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 35 href="../common/createfiles.xml" 36 xpointer="xpointer(//*[@os='d'])"/> 37 30 38 </sect1> -
BOOK/boot/multilib/createfiles.xml
r8c2ac4d r0060a51 26 26 ln -sv ../run ${CLFS}/var/run</userinput></screen> 27 27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 href="../common/createfiles.xml" 30 xpointer="xpointer(//*[@os='c'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 href="../common/createfiles.xml" 34 xpointer="xpointer(//*[@os='d'])"/> 35 28 36 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.