Changeset d2ecc65 for BOOK/chroot/common


Ignore:
Timestamp:
Apr 19, 2014, 10:07:08 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
76ccba3
Parents:
03679c8
Message:

Reorganized boot section

Location:
BOOK/chroot/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/chroot/common/creatingdirs.xml

    r03679c8 rd2ecc65  
    1313  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    1414  href="../../boot/common/creatingdirs.xml"
    15   xpointer="xpointer(//*[@os='a'])"/>
     15  xpointer="xpointer(//*[@os='b'])"/>
    1616
    17 <screen os="b"><userinput>mkdir -pv /{bin,boot,dev,{etc/,}opt,home,lib,mnt}
     17<screen os="c"><userinput>mkdir -pv /{bin,boot,dev,{etc/,}opt,home,lib,mnt}
    1818mkdir -pv /{proc,media/{floppy,cdrom},run/shm,sbin,srv,sys}
    1919mkdir -pv /var/{lock,log,mail,spool}
     
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2929  href="../../boot/common/creatingdirs.xml"
    30   xpointer="xpointer(//*[@os='c'])"/>
    31 
    32   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    33   href="../../boot/common/creatingdirs.xml"
    3430  xpointer="xpointer(//*[@os='d'])"/>
    3531
     
    3834  xpointer="xpointer(//*[@os='e'])"/>
    3935
     36  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     37  href="../../boot/common/creatingdirs.xml"
     38  xpointer="xpointer(//*[@os='f'])"/>
     39
    4040</sect1>
  • BOOK/chroot/common/kernfs.xml

    r03679c8 rd2ecc65  
    1111  <title>Mounting Virtual Kernel File Systems</title>
    1212
    13     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    14     href="../../boot/common/devices.xml"
    15     xpointer="xpointer(//*[@os='a'])"/>
     13    <note os="a">
     14      <para>The commands in the remainder of the book should be run as
     15      the <systemitem class="username">root</systemitem> user. Check
     16      that ${CLFS} is set in the
     17      <systemitem class="username">root</systemitem> user&rsquo;s environment
     18       before proceeding.</para>
     19    </note>
    1620
    1721  <para>Various file systems exported by the kernel are used to communicate
Note: See TracChangeset for help on using the changeset viewer.