source: final-system/x86_64/grub.xml@ be205bc2

Last change on this file since be205bc2 was bf8c11f, checked in by Jim Gifford <clfs@…>, 19 years ago

r627@server (orig r625): jim | 2005-10-31 12:59:34 -0800
Import of Cross-LFS Book

  • Property mode set to 100644
File size: 2.6 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 <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6 %general-entities;
7 %patches-entities;
8]>
9<sect1 id="ch-system-grub" role="wrap">
10 <?dbhtml filename="grub.html"?>
11
12 <title>GRUB-&grub-version;</title>
13
14 <indexterm zone="ch-system-grub">
15 <primary sortas="a-GRUB">GRUB</primary>
16 </indexterm>
17
18 <sect2 role="package">
19 <title/>
20
21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
22 href="../x86/grub.xml"
23 xpointer="xpointer(//*[@role='package']/para[1])"/>
24
25 <segmentedlist>
26 <segtitle>&buildtime;</segtitle>
27 <segtitle>&diskspace;</segtitle>
28
29 <seglistitem>
30 <seg>Not checked yet</seg>
31 <seg>Not checked yet</seg>
32 </seglistitem>
33 </segmentedlist>
34
35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
36 href="../x86/grub.xml"
37 xpointer="xpointer(//*[@role='package']/segmentedlist[2])"/>
38
39 </sect2>
40
41 <sect2 role="installation">
42 <title>Installation of GRUB</title>
43
44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
45 href="../x86/grub.xml"
46 xpointer="xpointer(//*[@os='a'])"/>
47
48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
49 href="../x86/grub.xml"
50 xpointer="xpointer(//*[@os='b'])"/>
51
52<screen><userinput>CC="gcc ${BUILD32}" ./configure --prefix=/usr</userinput></screen>
53
54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
55 href="../x86/grub.xml"
56 xpointer="xpointer(//*[@os='c'])"/>
57
58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
59 href="../x86/grub.xml"
60 xpointer="xpointer(//*[@os='d'])"/>
61
62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
63 href="../x86/grub.xml"
64 xpointer="xpointer(//*[@os='e'])"/>
65
66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
67 href="../x86/grub.xml"
68 xpointer="xpointer(//*[@os='f'])"/>
69
70<screen os="h"><userinput>make install
71mkdir /boot/grub
72cp /usr/lib/grub/x86_64-pc/stage{1,2} /boot/grub</userinput></screen>
73
74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
75 href="../x86/grub.xml"
76 xpointer="xpointer(//*[@os='h'])"/>
77
78 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
79 href="../x86/grub.xml"
80 xpointer="xpointer(//*[@os='i'])"/>
81
82 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
83 href="../x86/grub.xml"
84 xpointer="xpointer(//*[@os='j'])"/>
85
86 </sect2>
87
88 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
89 href="../x86/grub.xml"
90 xpointer="xpointer(id('contents-grub'))"/>
91
92</sect1>
Note: See TracBrowser for help on using the repository browser.