source: BOOK/final-system/x86_64-64/grub.xml@ d0d23c9

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since d0d23c9 was d0d23c9, checked in by Jim Gifford <clfs@…>, 19 years ago

r752@server (orig r750): darcym | 2005-11-24 09:08:18 -0800
Updated Grub Pure 64 Build Process
Updated additional autoconf commands after patch application
Updated Target to configure options


  • Property mode set to 100644
File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7<sect1 id="ch-system-grub" role="wrap">
8 <?dbhtml filename="grub.html"?>
9
10 <title>GRUB-&grub-version;</title>
11
12 <indexterm zone="ch-system-grub">
13 <primary sortas="a-GRUB">GRUB</primary>
14 </indexterm>
15
16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
17 href="../x86/grub.xml"
18 xpointer="xpointer(//*[@role='package'])"/>
19
20 <sect2 role="installation">
21 <title>Installation of GRUB</title>
22
23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
24 href="../x86/grub.xml"
25 xpointer="xpointer(//*[@os='a'])"/>
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
31 <para os="p1">Make the source package aware of the patch:</para>
32
33<screen os="p2"><userinput>autoconf
34 automake </userinput></screen>/
35
36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
37 href="../x86/grub.xml"
38 xpointer="xpointer(//*[@os='b'])"/>
39
40<screen><userinput>./configure --prefix=/usr --host=$(LFS_TARGET)</userinput></screen>
41
42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
43 href="../x86/grub.xml"
44 xpointer="xpointer(//*[@os='c'])"/>
45
46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
47 href="../x86/grub.xml"
48 xpointer="xpointer(//*[@os='d'])"/>
49
50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
51 href="../x86/grub.xml"
52 xpointer="xpointer(//*[@os='e'])"/>
53
54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
55 href="../x86/grub.xml"
56 xpointer="xpointer(//*[@os='f'])"/>
57
58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
59 href="../x86/grub.xml"
60 xpointer="xpointer(//*[@os='g'])"/>
61
62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
63 href="../x86_64/grub.xml"
64 xpointer="xpointer(//*[@os='h'])"/>
65
66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
67 href="../x86/grub.xml"
68 xpointer="xpointer(//*[@os='i'])"/>
69
70 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
71 href="../x86/grub.xml"
72 xpointer="xpointer(//*[@os='j'])"/>
73
74 </sect2>
75
76 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
77 href="../x86/grub.xml"
78 xpointer="xpointer(id('contents-grub'))"/>
79
80</sect1>
Note: See TracBrowser for help on using the repository browser.