Changeset 350ab24 for BOOK/bootable


Ignore:
Timestamp:
Apr 28, 2014, 8:56:46 PM (12 years ago)
Author:
Chris Staub <chris@…>
Parents:
5c8e74d (diff), 31cfd067 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merged latest systemd branch changes

Location:
BOOK/bootable
Files:
1 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/alpha-chapter.xml

    r5c8e74d r350ab24  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
    15   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpha/fstab.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpha/kernel.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpha/aboot.xml"/>
  • BOOK/bootable/alpha/kernel.xml

    r5c8e74d r350ab24  
    9898    href="../x86/kernel.xml"
    9999    xpointer="xpointer(//*[@os='t'])"/>
    100    
     100
    101101    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    102102    href="../x86/kernel.xml"
  • BOOK/bootable/common/fstab.xml

    r5c8e74d r350ab24  
    1313  <indexterm zone="ch-bootable-fstab">
    1414    <primary sortas="e-/etc/fstab">/etc/fstab</primary>
     15    <secondary>bootable</secondary>
    1516  </indexterm>
    1617
     
    4041  fields in this file, see <command>man 5 fstab</command>.</para>
    4142
    42   <para os="c">The <filename class="directory">/dev/shm</filename> mount point
    43   for <systemitem class="filesystem">tmpfs</systemitem> is included to
    44   allow enabling POSIX-shared memory. The kernel must have the required
    45   support built into it for this to work (more about this is in the next
    46   section). Please note that very little software currently uses
    47   POSIX-shared memory.  Therefore, consider the <filename
    48   class="directory">/dev/shm</filename> mount point optional. For more
    49   information, see <filename>Documentation/filesystems/tmpfs.txt</filename>
    50   in the kernel source tree.</para>
    51 
    5243</sect1>
  • BOOK/bootable/mips/kernel.xml

    r5c8e74d r350ab24  
    8989    href="../x86/kernel.xml"
    9090    xpointer="xpointer(//*[@os='t'])"/>
    91    
     91
    9292    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    9393    href="../x86/kernel.xml"
  • BOOK/bootable/ppc/kernel.xml

    r5c8e74d r350ab24  
    6565    mac-specific options for ide and input.</para>
    6666    </warning>
    67    
     67
    6868    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6969    href="../x86/kernel.xml"
     
    101101    href="../x86/kernel.xml"
    102102    xpointer="xpointer(//*[@os='t'])"/>
    103    
     103
    104104    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    105105    href="../x86/kernel.xml"
  • BOOK/bootable/ppc64/kernel.xml

    r5c8e74d r350ab24  
    9393    href="../x86/kernel.xml"
    9494    xpointer="xpointer(//*[@os='t'])"/>
    95    
     95
    9696    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    9797    href="../x86/kernel.xml"
  • BOOK/bootable/sparc/fstab.xml

    r5c8e74d r350ab24  
    1313  <indexterm zone="ch-bootable-fstab">
    1414    <primary sortas="e-/etc/fstab">/etc/fstab</primary>
     15    <secondary>bootable</secondary>
    1516  </indexterm>
    1617
     
    4142  xpointer="xpointer(//*[@os='b'])"/>
    4243
    43   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    44   href="../common/fstab.xml"
    45   xpointer="xpointer(//*[@os='c'])"/>
    46 
    4744</sect1>
  • BOOK/bootable/sparc/kernel.xml

    r5c8e74d r350ab24  
    9393    href="../x86/kernel.xml"
    9494    xpointer="xpointer(//*[@os='t'])"/>
    95    
     95
    9696    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    9797    href="../x86/kernel.xml"
  • BOOK/bootable/x86_64/kernel.xml

    r5c8e74d r350ab24  
    9393    href="../x86/kernel.xml"
    9494    xpointer="xpointer(//*[@os='t'])"/>
    95    
     95
    9696    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    9797    href="../x86/kernel.xml"
Note: See TracChangeset for help on using the changeset viewer.