Changeset 0060a51 for BOOK/chroot/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/chroot/common/createfiles.xml

    r8c2ac4d r0060a51  
    1111  <title>Creating Essential Symlinks</title>
    1212
    13   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    14   href="../../boot/common/createfiles.xml"
    15   xpointer="xpointer(//*[@os='a'])"/>
     13    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     14    href="../../boot/common/createfiles.xml"
     15    xpointer="xpointer(//*[@os='a'])"/>
    1616
    1717<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,stty} /bin
     
    2323ln -sv /run /var/run</userinput></screen>
    2424
     25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     26    href="../../boot/common/createfiles.xml"
     27    xpointer="xpointer(//*[@os='c'])"/>
     28
     29<screen os="d"><userinput>ln -sv /proc/self/mounts /etc/mtab</userinput></screen>
     30
    2531</sect1>
Note: See TracChangeset for help on using the changeset viewer.