Changeset 0060a51 for BOOK/boot/common


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.