Changeset dabbced for BOOK/boot/x86


Ignore:
Timestamp:
Feb 22, 2011, 4:43:04 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4317f44, b47a4a1
Parents:
0162995
Message:

Change the XInclude schema path from 2003 to 2001. 2003 is depreciated
according to w3.org and 2001 should be used instead.

Location:
BOOK/boot/x86
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/x86/grub-build.xml

    r0162995 rdabbced  
    1616  </indexterm>
    1717
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    1919  href="../../final-system/x86/grub.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
     
    2323    <title>Installation of GRUB</title>
    2424
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="../../final-system/x86/grub.xml"
    2727    xpointer="xpointer(//*[@os='n1'])"/>
    2828
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3030    href="../../final-system/x86/grub.xml"
    3131    xpointer="xpointer(//*[@os='a'])"/>
     
    3535    --sysconfdir=/etc</userinput></screen>
    3636
    37     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3838    href="../../final-system/x86/grub.xml"
    3939    xpointer="xpointer(//*[@os='c'])"/>
    4040
    41     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     41    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4242    href="../../final-system/x86/grub.xml"
    4343    xpointer="xpointer(//*[@os='d'])"/>
    4444
    45     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     45    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4646    href="../../final-system/x86/grub.xml"
    4747    xpointer="xpointer(//*[@os='f'])"/>
  • BOOK/boot/x86/kernel.xml

    r0162995 rdabbced  
    1616  </indexterm>
    1717
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    1919  href="../../bootable/x86/kernel.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
     
    3333    </warning>
    3434
    35     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     35    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3636    href="../../bootable/x86/kernel.xml"
    3737    xpointer="xpointer(//*[@os='a'])"/>
    3838
    39     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     39    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4040    href="../../bootable/x86/kernel.xml"
    4141    xpointer="xpointer(//*[@os='b'])"/>
    4242
    43     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     43    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4444    href="../../bootable/x86/kernel.xml"
    4545    xpointer="xpointer(//*[@os='c'])"/>
    4646
    47     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     47    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4848    href="../../bootable/x86/kernel.xml"
    4949    xpointer="xpointer(//*[@os='d'])"/>
     
    5353<screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen>
    5454
    55     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     55    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5656    href="../../bootable/x86/kernel.xml"
    5757    xpointer="xpointer(//*[@os='m'])"/>
     
    6767    be of interest.</para>
    6868
    69     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     69    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    7070    href="../../bootable/x86/kernel.xml"
    7171    xpointer="xpointer(//*[@os='p'])"/>
    7272
    73     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     73    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    7474    href="../../bootable/x86/kernel.xml"
    7575    xpointer="xpointer(//*[@os='q'])"/>
    7676
    77     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     77    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    7878    href="../../bootable/x86/kernel.xml"
    7979    xpointer="xpointer(//*[@os='s'])"/>
     
    8686    the <filename class="directory">${CLFS}/boot</filename> directory.</para>
    8787
    88     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     88    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8989    href="../../bootable/x86/kernel.xml"
    9090    xpointer="xpointer(//*[@os='v'])"/>
     
    9292<screen><userinput>cp -v arch/i386/boot/bzImage ${CLFS}/boot/vmlinuz-clfs-&linux-version;</userinput></screen>
    9393
    94     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     94    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    9595    href="../../bootable/x86/kernel.xml"
    9696    xpointer="xpointer(//*[@os='w'])"/>
     
    9898<screen os="w1"><userinput>cp -v System.map ${CLFS}/boot/System.map-&linux-version;</userinput></screen>
    9999
    100     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     100    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    101101    href="../../bootable/x86/kernel.xml"
    102102    xpointer="xpointer(//*[@os='x'])"/>
Note: See TracChangeset for help on using the changeset viewer.