Changeset 0060a51 for BOOK/boot


Ignore:
Timestamp:
Jan 25, 2014, 7:19:32 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
50a9abe1
Parents:
8c2ac4d
Message:

Add description and command to link /proc/self/mounts to /etc/mtab for boot section and /etc/mtab for chroot section of createfiles.

Location:
BOOK/boot
Files:
4 edited

Legend:

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

    r8c2ac4d r0060a51  
    3333ln -sv /tools/lib/libstdc++.so{.6,} ${CLFS}/usr/lib64</userinput></screen>
    3434
     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
    3543</sect1>
  • BOOK/boot/common/createfiles.xml

    r8c2ac4d r0060a51  
    2525ln -sv /run ${CLFS}/var/run</userinput></screen>
    2626
     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
    2736</sect1>
  • BOOK/boot/mips64/createfiles.xml

    r8c2ac4d r0060a51  
    2828ln -sv ../run ${CLFS}/var/run</userinput></screen>
    2929
     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
    3038</sect1>
  • BOOK/boot/multilib/createfiles.xml

    r8c2ac4d r0060a51  
    2626ln -sv ../run ${CLFS}/var/run</userinput></screen>
    2727
     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
    2836</sect1>
Note: See TracChangeset for help on using the changeset viewer.