Changeset 760721c


Ignore:
Timestamp:
Oct 16, 2007, 9:00:29 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
7944221
Parents:
0e34e8b
Message:

Updated Linux to 2.6.23.1, removed linux-headers package

Location:
BOOK
Files:
11 deleted
25 edited
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/alpha/linux-headers.xml

    r0e34e8b r760721c  
    99  <?dbhtml filename="linux-headers.html"?>
    1010
    11   <title>Linux-Headers-&linux-headers-version;</title>
     11  <title>Linux-Headers-&linux-version;</title>
    1212
    1313  <indexterm zone="ch-cross-tools-linux-headers">
     
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    19   href="../../final-system/x86/linux-headers.xml"
     19  href="../../final-system/common/linux-headers.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
     
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../x86/linux-headers.xml"
     26    href="../../final-system/common/linux-headers.xml"
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen><userinput>install -dv /tools/include
    30 cp -av include/asm-alpha /tools/include/asm
    31 cp -av include/{asm-generic,linux} /tools/include/</userinput></screen>
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../../final-system/common/linux-headers.xml"
     31    xpointer="xpointer(//*[@os='b'])"/>
     32
     33<screen os="c"><userinput>make mrproper
     34make ARCH=alpha headers_check
     35make ARCH=alpha INSTALL_HDR_PATH=dest headers_install
     36cp -rv dest/include/* /tools/include</userinput></screen>
    3237
    3338  </sect2>
  • BOOK/cross-tools/mips/linux-headers.xml

    r0e34e8b r760721c  
    99  <?dbhtml filename="linux-headers.html"?>
    1010
    11   <title>Linux-Headers-&linux-headers-version;</title>
     11  <title>Linux-Headers-&linux-version;</title>
    1212
    1313  <indexterm zone="ch-cross-tools-linux-headers">
     
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    19   href="../../final-system/x86/linux-headers.xml"
     19  href="../../final-system/common/linux-headers.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
     
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../x86/linux-headers.xml"
     26    href="../../final-system/common/linux-headers.xml"
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen><userinput>install -dv /tools/include
    30 cp -av include/asm-mips /tools/include/asm
    31 cp -av include/{asm-generic,linux} /tools/include/</userinput></screen>
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../../final-system/common/linux-headers.xml"
     31    xpointer="xpointer(//*[@os='b'])"/>
     32
     33<screen os="c"><userinput>make mrproper
     34make ARCH=mips headers_check
     35make ARCH=mips INSTALL_HDR_PATH=dest headers_install
     36cp -rv dest/include/* /tools/include</userinput></screen>
    3237
    3338  </sect2>
  • BOOK/cross-tools/ppc/linux-headers.xml

    r0e34e8b r760721c  
    99  <?dbhtml filename="linux-headers.html"?>
    1010
    11   <title>Linux-Headers-&linux-headers-version;</title>
     11  <title>Linux-Headers-&linux-version;</title>
    1212
    1313  <indexterm zone="ch-cross-tools-linux-headers">
     
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    19   href="../../final-system/x86/linux-headers.xml"
     19  href="../../final-system/common/linux-headers.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
     
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../x86/linux-headers.xml"
     26    href="../../final-system/common/linux-headers.xml"
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen><userinput>install -dv /tools/include
    30 cp -av include/asm-powerpc /tools/include/asm
    31 cp -av include/{asm-generic,asm-ppc,linux} /tools/include/</userinput></screen>
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../../final-system/common/linux-headers.xml"
     31    xpointer="xpointer(//*[@os='b'])"/>
     32
     33<screen os="c"><userinput>make mrproper
     34make ARCH=powerpc headers_check
     35make ARCH=powerpc INSTALL_HDR_PATH=dest headers_install
     36cp -rv dest/include/* /tools/include</userinput></screen>
    3237
    3338  </sect2>
  • BOOK/cross-tools/ppc64-chapter.xml

    r0e34e8b r760721c  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/variables.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/flags.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/linux-headers.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/>
  • BOOK/cross-tools/sparc/linux-headers.xml

    r0e34e8b r760721c  
    99  <?dbhtml filename="linux-headers.html"?>
    1010
    11   <title>Linux-Headers-&linux-headers-version;</title>
     11  <title>Linux-Headers-&linux-version;</title>
    1212
    1313  <indexterm zone="ch-cross-tools-linux-headers">
     
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    19   href="../../final-system/x86/linux-headers.xml"
     19  href="../../final-system/common/linux-headers.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
     
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../x86/linux-headers.xml"
     26    href="../../final-system/common/linux-headers.xml"
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen><userinput>install -dv /tools/include
    30 cp -av include/asm-sparc /tools/include/asm
    31 cp -av include/{asm-generic,linux} /tools/include/</userinput></screen>
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../../final-system/common/linux-headers.xml"
     31    xpointer="xpointer(//*[@os='b'])"/>
     32
     33<screen os="c"><userinput>make mrproper
     34make ARCH=sparc headers_check
     35make ARCH=sparc INSTALL_HDR_PATH=dest headers_install
     36cp -rv dest/include/* /tools/include</userinput></screen>
    3237
    3338  </sect2>
  • BOOK/cross-tools/sparc64-64/linux-headers.xml

    r0e34e8b r760721c  
    99  <?dbhtml filename="linux-headers.html"?>
    1010
    11   <title>Linux-Headers-&linux-headers-version;</title>
     11  <title>Linux-Headers-&linux-version;</title>
    1212
    1313  <indexterm zone="ch-cross-tools-linux-headers">
     
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    19   href="../../final-system/x86/linux-headers.xml"
     19  href="../../final-system/common/linux-headers.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
     
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../x86/linux-headers.xml"
     26    href="../../final-system/common/linux-headers.xml"
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen><userinput>install -dv /tools/include
    30 cp -av include/asm-sparc64 /tools/include/asm
    31 cp -av include/{asm-generic,linux} /tools/include/</userinput></screen>
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../../final-system/common/linux-headers.xml"
     31    xpointer="xpointer(//*[@os='b'])"/>
     32
     33<screen os="c"><userinput>make mrproper
     34make ARCH=i386 headers_check
     35make ARCH=i386 INSTALL_HDR_PATH=dest headers_install
     36cp -rv dest/include/* /tools/include</userinput></screen>
    3237
    3338  </sect2>
  • BOOK/cross-tools/sparc64/linux-headers.xml

    r0e34e8b r760721c  
    99  <?dbhtml filename="linux-headers.html"?>
    1010
    11   <title>Linux-Headers-&linux-headers-version;</title>
     11  <title>Linux-Headers-&linux-version;</title>
    1212
    1313  <indexterm zone="ch-cross-tools-linux-headers">
     
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    19   href="../../final-system/x86/linux-headers.xml"
     19  href="../../final-system/common/linux-headers.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
     
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../x86/linux-headers.xml"
     26    href="../../final-system/common/linux-headers.xml"
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen><userinput>install -dv /tools/include
    30 cp -av include/{asm-generic,asm-sparc,asm-sparc64,linux} /tools/include/
    31 cp -av include/asm-sparc64-biarch /tools/include/asm</userinput></screen>
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../../final-system/common/linux-headers.xml"
     31    xpointer="xpointer(//*[@os='b'])"/>
     32
     33<screen os="c"><userinput>make mrproper
     34make ARCH=sparc64 headers_check
     35make ARCH=sparc64 INSTALL_HDR_PATH=dest headers_install
     36cp -rv dest/include/* /tools/include</userinput></screen>
    3237
    3338  </sect2>
  • BOOK/cross-tools/x86/linux-headers.xml

    r0e34e8b r760721c  
    99  <?dbhtml filename="linux-headers.html"?>
    1010
    11   <title>Linux-Headers-&linux-headers-version;</title>
     11  <title>Linux-Headers-&linux-version;</title>
    1212
    1313  <indexterm zone="ch-cross-tools-linux-headers">
     
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    19   href="../../final-system/x86/linux-headers.xml"
     19  href="../../final-system/common/linux-headers.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
     
    2323    <title>Installation of Linux-Headers</title>
    2424
    25 <para os="a">Install the header files that are needed for the base build:</para>
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../../final-system/common/linux-headers.xml"
     27    xpointer="xpointer(//*[@os='a'])"/>
    2628
    27 <screen><userinput>install -dv /tools/include
    28 cp -av include/asm-i386 /tools/include/asm
    29 cp -av include/{asm-generic,linux} /tools/include/</userinput></screen>
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../../final-system/common/linux-headers.xml"
     31    xpointer="xpointer(//*[@os='b'])"/>
     32
     33<screen os="c"><userinput>make mrproper
     34make ARCH=i386 headers_check
     35make ARCH=i386 INSTALL_HDR_PATH=dest headers_install
     36cp -rv dest/include/* /tools/include</userinput></screen>
    3037
    3138  </sect2>
  • BOOK/cross-tools/x86_64-64-chapter.xml

    r0e34e8b r760721c  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/flags.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/variables.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/linux-headers.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/binutils.xml"/>
  • BOOK/cross-tools/x86_64/linux-headers.xml

    r0e34e8b r760721c  
    99  <?dbhtml filename="linux-headers.html"?>
    1010
    11   <title>Linux-Headers-&linux-headers-version;</title>
     11  <title>Linux-Headers-&linux-version;</title>
    1212
    1313  <indexterm zone="ch-cross-tools-linux-headers">
     
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    19   href="../../final-system/x86/linux-headers.xml"
     19  href="../../final-system/common/linux-headers.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
     
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../x86/linux-headers.xml"
     26    href="../../final-system/common/linux-headers.xml"
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen><userinput>install -dv /tools/include
    30 cp -av include/{asm-generic,asm-i386,asm-x86_64,linux} /tools/include/
    31 cp -av include/asm-x86_64-biarch /tools/include/asm</userinput></screen>
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../../final-system/common/linux-headers.xml"
     31    xpointer="xpointer(//*[@os='b'])"/>
     32
     33<screen os="c"><userinput>make mrproper
     34make ARCH=x86_64 headers_check
     35make ARCH=x86_64 INSTALL_HDR_PATH=dest headers_install
     36cp -rv dest/include/* /tools/include</userinput></screen>
    3237
    3338  </sect2>
  • BOOK/final-system/alpha-chapter.xml

    r0e34e8b r760721c  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/testsuitesagain.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/temp-perl.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/linux-headers.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/glibc.xml"/>
  • BOOK/final-system/common/linux-headers.xml

    r0e34e8b r760721c  
    99  <?dbhtml filename="linux-headers.html"?>
    1010
    11   <title>Linux-Headers-&linux-headers-version;</title>
     11  <title>Linux-Headers-&linux-version;</title>
    1212
    1313  <indexterm zone="ch-system-linux-headers">
     
    2626    <title>Installation of Linux-Headers</title>
    2727
    28     <para os="a">For years it has been common practice to use
    29     <quote>raw</quote> kernel headers (straight from a kernel tarball) in
    30     <filename class="directory">/usr/include</filename>, but over the last few
    31     years, the kernel developers have taken a strong stance that this
    32     should not be done. This gave birth to the Linux-Libc-Headers Project,
    33     which was designed to maintain an API stable version of the Linux
    34     headers. Recently this project stopped producing updates, so the Cross-LFS
    35     team started development on our own project to sanitize the headers.</para>
     28    <para os="a">For this step you will need the kernel tarballs.</para>
    3629
    3730    <para os="b">Install the header files that are common to all architectures:</para>
    3831
    39 <screen os="c"><userinput>install -dv /usr/include
    40 cp -av include/{asm-generic,linux,mtd,scsi,sound} /usr/include/</userinput></screen>
    41 
    42     <para os="d">Install the header files that are specific to this architecture:</para>
    43 
    44 <screen><userinput>cp -av include/asm-i386 /usr/include/asm</userinput></screen>
     32<screen os="c"><userinput>make mrproper
     33make headers_check
     34make INSTALL_HDR_PATH=dest headers_install
     35cp -rv dest/include/* /usr/include</userinput></screen>
    4536
    4637  </sect2>
  • BOOK/final-system/mips-chapter.xml

    r0e34e8b r760721c  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/testsuitesagain.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/temp-perl.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/linux-headers.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/glibc.xml"/>
  • BOOK/final-system/mips64-64-chapter.xml

    r0e34e8b r760721c  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/testsuitesagain.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/temp-perl.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/linux-headers.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64-64/glibc.xml"/>
  • BOOK/final-system/mips64-chapter.xml

    r0e34e8b r760721c  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/testsuitesagain.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/temp-perl.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/linux-headers.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/glibc.xml"/>
  • BOOK/final-system/ppc-chapter.xml

    r0e34e8b r760721c  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/testsuitesagain.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/temp-perl.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc/linux-headers.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/glibc.xml"/>
  • BOOK/final-system/ppc64-chapter.xml

    r0e34e8b r760721c  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/testsuitesagain.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/temp-perl.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/linux-headers.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/glibc.xml"/>
  • BOOK/final-system/sparc-chapter.xml

    r0e34e8b r760721c  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/testsuitesagain.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/temp-perl.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/linux-headers.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/glibc.xml"/>
  • BOOK/final-system/sparc64-64-chapter.xml

    r0e34e8b r760721c  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/testsuitesagain.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/temp-perl.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/linux-headers.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/glibc.xml"/>
  • BOOK/final-system/sparc64-chapter.xml

    r0e34e8b r760721c  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/testsuitesagain.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/temp-perl.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/linux-headers.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/glibc.xml"/>
  • BOOK/final-system/x86-chapter.xml

    r0e34e8b r760721c  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/testsuitesagain.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/temp-perl.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/linux-headers.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/glibc.xml"/>
  • BOOK/final-system/x86_64-64-chapter.xml

    r0e34e8b r760721c  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/testsuitesagain.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/temp-perl.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/linux-headers.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/glibc.xml"/>
  • BOOK/final-system/x86_64-chapter.xml

    r0e34e8b r760721c  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/testsuitesagain.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/temp-perl.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/linux-headers.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/glibc.xml"/>
  • BOOK/introduction/common/changelog.xml

    r0e34e8b r760721c  
    4343          <para>[jim] - Updated the bootscripts to 1.1-pre6.
    4444                Combined with cblfs bootscripts, all bootscripts in one package.</para>
     45        </listitem>
     46        <listitem>
     47          <para>[jim] - Updated to Linux 2.6.23.1.</para>
     48        </listitem>
     49        <listitem>
     50          <para>[jim] - Removed Linux-Headers Package.</para>
    4551        </listitem>
    4652      </itemizedlist>
  • BOOK/materials/common/packages.xml

    r0e34e8b r760721c  
    295295
    296296    <varlistentry>
    297       <term>Linux-Headers (&linux-headers-version;) - <token>&linux-headers-size;</token>:</term>
    298       <listitem>
    299         <para>Home page: <ulink url="&linux-headers-home;"/></para>
    300         <para>Download: <ulink url="&linux-headers-url;"/></para>
    301         <para>MD5 sum: <literal>&linux-headers-md5;</literal></para>
    302       </listitem>
    303     </varlistentry>
    304 
    305     <varlistentry>
    306297      <term>M4 (&m4-version;) - <token>&m4-size;</token>:</term>
    307298      <listitem>
  • BOOK/packages.ent

    r0e34e8b r760721c  
    245245<!ENTITY linux-dl-version "2.6">
    246246
    247 <!ENTITY linux-version "2.6.22.6">
    248 <!ENTITY linux-size "44,227 KB">
     247<!ENTITY linux-version "2.6.23.1">
     248<!ENTITY linux-size "44,460 KB">
    249249<!ENTITY linux-url "&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2">
    250 <!ENTITY linux-md5 "20af4d1e05bd725e89b691da483276e9">
     250<!ENTITY linux-md5 "518d57e08fdacd88907166a3bfe383b7">
    251251<!ENTITY linux-home "http://www.kernel.org">
    252 
    253 <!ENTITY linux-headers-version "&linux-version;-09032007">
    254 <!ENTITY linux-headers-size "1,716 KB">
    255 <!ENTITY linux-headers-url "&packages-root;linux-headers-&linux-headers-version;.tar.bz2">
    256 <!ENTITY linux-headers-md5 "bbdc10f29e3a9297f27aef3b60b8cf07">
    257 <!ENTITY linux-headers-home "http://headers.cross-lfs.org">
    258252
    259253<!ENTITY m4-version "1.4.10">
Note: See TracChangeset for help on using the changeset viewer.