- Timestamp:
- Feb 21, 2006, 1:14:09 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3b60b1f
- Parents:
- 0935d01
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/x86_64-64/grub-build.xml
r0935d01 r74c6a83 28 28 29 29 <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" 30 38 href="../x86/grub-build.xml" 31 39 xpointer="xpointer(//*[@os='b'])"/> 32 40 33 <screen><userinput> CC="${CC} -m32 -static"./configure --prefix=${LFS}/usr</userinput></screen>41 <screen><userinput>./configure --prefix=${LFS}/usr</userinput></screen> 34 42 35 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/x86_64-64/grub.xml
r0935d01 r74c6a83 25 25 xpointer="xpointer(//*[@os='a'])"/> 26 26 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 27 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 28 32 href="../x86/grub.xml" 29 33 xpointer="xpointer(//*[@os='b'])"/> 30 34 31 <screen><userinput> CC="gcc -m32 -static"./configure --prefix=/usr</userinput></screen>35 <screen><userinput>./configure --prefix=/usr</userinput></screen> 32 36 33 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/x86_64-64/changelog.xml
r0935d01 r74c6a83 35 35 36 36 <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> 37 47 <para>November 14, 2005</para> 38 48 <itemizedlist> -
BOOK/materials/x86_64-64/patches.xml
r0935d01 r74c6a83 33 33 </varlistentry> 34 34 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 35 43 </variablelist> 36 44 -
BOOK/patches.ent
r0935d01 r74c6a83 66 66 <!ENTITY coreutils-x86_uname-patch "coreutils-&coreutils-version;-uname-1.patch"> 67 67 68 <!ENTITY grub-pure64-patch "grub-&grub-version;-pure64-1.patch"> 69 68 70 <!ENTITY linux-libc-headers-x86_64_biarch-patch "linux-libc-headers-&linux-libc-headers-version;-x86_64_biarch-1.patch"> 69 71
Note:
See TracChangeset
for help on using the changeset viewer.