Changeset 74c6a83


Ignore:
Timestamp:
Feb 21, 2006, 1:14:09 AM (18 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:
3b60b1f
Parents:
0935d01
Message:

r737@server (orig r735): jim | 2005-11-20 23:11:01 -0800

r748@server: jim | 2005-11-20 23:06:45 -0800
Added: Grub pure64 patch. Great Work Joe Ciccone


Location:
BOOK
Files:
5 edited

Legend:

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

    r0935d01 r74c6a83  
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../../final-system/x86_64-64/grub.xml"
     31    xpointer="xpointer(//*[@os='p1'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../../final-system/x86_64-64/grub.xml"
     35    xpointer="xpointer(//*[@os='p2'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3038    href="../x86/grub-build.xml"
    3139    xpointer="xpointer(//*[@os='b'])"/>
    3240
    33 <screen><userinput>CC="${CC} -m32 -static" ./configure --prefix=${LFS}/usr</userinput></screen>
     41<screen><userinput>./configure --prefix=${LFS}/usr</userinput></screen>
    3442
    3543    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/x86_64-64/grub.xml

    r0935d01 r74c6a83  
    2525    xpointer="xpointer(//*[@os='a'])"/>
    2626
     27    <para os="p1">This patch updates grub to work in a Pure64 environment:</para>
     28
     29<screen os="p2"><userinput>patch -Np1 -i ../&grub-pure64-patch;</userinput></screen>
     30
    2731    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2832    href="../x86/grub.xml"
    2933    xpointer="xpointer(//*[@os='b'])"/>
    3034
    31 <screen><userinput>CC="gcc -m32 -static" ./configure --prefix=/usr</userinput></screen>
     35<screen><userinput>./configure --prefix=/usr</userinput></screen>
    3236
    3337    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/x86_64-64/changelog.xml

    r0935d01 r74c6a83  
    3535
    3636    <listitem>
     37      <para>November 20, 2005</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[jim] - Add Patch to allow Grub to build in a Pure 64 environment. Great Work
     41          Joe Ciccone!!!.</para>
     42        </listitem>
     43      </itemizedlist>
     44    </listitem>
     45
     46    <listitem>
    3747      <para>November 14, 2005</para>
    3848      <itemizedlist>
  • BOOK/materials/x86_64-64/patches.xml

    r0935d01 r74c6a83  
    3333    </varlistentry>
    3434
     35    <varlistentry os="grub_pure64-patch">
     36      <term>Grub Pure 64 Patch - 4 KB:</term>
     37      <listitem>
     38        <para><ulink
     39        url="&patches-root;grub/&grub-pure64-patch;"/></para>
     40      </listitem>
     41    </varlistentry>
     42
    3543  </variablelist>
    3644
  • BOOK/patches.ent

    r0935d01 r74c6a83  
    6666<!ENTITY coreutils-x86_uname-patch "coreutils-&coreutils-version;-uname-1.patch">
    6767
     68<!ENTITY grub-pure64-patch "grub-&grub-version;-pure64-1.patch">
     69
    6870<!ENTITY linux-libc-headers-x86_64_biarch-patch "linux-libc-headers-&linux-libc-headers-version;-x86_64_biarch-1.patch">
    6971
Note: See TracChangeset for help on using the changeset viewer.