Changeset 04ef3790 for bootable


Ignore:
Timestamp:
Apr 14, 2006, 6:59:11 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
5956f6b2
Parents:
608412f
Message:

r2897@server (orig r1385): jciccone | 2006-04-14 18:09:37 -0700
Added a util-linux and kernel patch that fix the sun disklabel checksum problem.

Location:
bootable
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • bootable/alpha/kernel.xml

    r608412f r04ef3790  
    2121  <sect2 role="installation">
    2222    <title>Installation of the kernel</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../x86/kernel.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../x86/kernel.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • bootable/mips/kernel.xml

    r608412f r04ef3790  
    3030
    3131<screen os="bb"><userinput>patch -Np1 -i ../&linux-mips-patch;</userinput></screen>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../x86/kernel.xml"
     35    xpointer="xpointer(//*[@os='p1'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../x86/kernel.xml"
     39    xpointer="xpointer(//*[@os='p2'])"/>
    3240
    3341    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • bootable/ppc/kernel.xml

    r608412f r04ef3790  
    2121  <sect2 role="installation">
    2222    <title>Installation of the kernel</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../x86/kernel.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../x86/kernel.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • bootable/sparc/kernel.xml

    r608412f r04ef3790  
    2121  <sect2 role="installation">
    2222    <title>Installation of the kernel</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../x86/kernel.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../x86/kernel.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • bootable/x86/kernel.xml

    r608412f r04ef3790  
    3131  <sect2 role="installation">
    3232    <title>Installation of the kernel</title>
     33
     34    <para os="p1">Util-linux does not compute the checksum of a sun disklabel
     35    properly with gcc-&gcc-version;. The following patch fixes this issue:</para>
     36
     37<screen os="p2"><userinput>patch -Np1 -i ../&linux-sun_disklabel_fix.patch;</userinput></screen>
    3338
    3439    <para os="a">Building the kernel involves a few steps&mdash;configuration,
  • bootable/x86_64/kernel.xml

    r608412f r04ef3790  
    2121  <sect2 role="installation">
    2222    <title>Installation of the kernel</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="../x86/kernel.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="../x86/kernel.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.