Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-x86+amd64-bootloader.xml
Date: Tue, 27 Nov 2007 19:23:41
Message-Id: E1Ix61S-0006IA-TV@stork.gentoo.org
1 neysx 07/11/27 19:23:06
2
3 Modified: hb-install-x86+amd64-bootloader.xml
4 Log:
5 #119883 Bring lilo back in amd64 bootloader install
6
7 Revision Changes Path
8 1.9 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?r1=1.8&r2=1.9
13
14 Index: hb-install-x86+amd64-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- hb-install-x86+amd64-bootloader.xml 7 May 2007 18:11:41 -0000 1.8
21 +++ hb-install-x86+amd64-bootloader.xml 27 Nov 2007 19:23:06 -0000 1.9
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.8 2007/05/07 18:11:41 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.9 2007/11/27 19:23:06 neysx Exp $ -->
28
29 <sections>
30
31 -<version>5.0</version>
32 -<date>2007-05-07</date>
33 +<version>5.1</version>
34 +<date>2007-11-27</date>
35
36 <section>
37 <title>Making your Choice</title>
38 @@ -24,11 +24,19 @@
39 program is called a <e>bootloader</e>.
40 </p>
41
42 -<p test="func:keyval('arch')='x86'">
43 -For x86, Gentoo Linux provides <uri
44 +</body>
45 +<body test="contains('AMD64 x86', func:keyval('arch'))">
46 +<p>
47 +For <keyval id="arch"/>, Gentoo Linux provides <uri
48 link="#grub">GRUB</uri> and <uri link="#lilo">LILO</uri>.
49 </p>
50
51 +<warn test="func:keyval('arch')='AMD64'">
52 +Using LILO on the AMD64 architecture is not recommended.
53 +</warn>
54 +
55 +</body>
56 +<body>
57 <p>
58 But before we install the bootloader, we inform you how to configure
59 framebuffer (assuming you want it of course). With framebuffer you can run the
60 @@ -159,35 +167,24 @@
61 </tr>
62 </table>
63
64 -</body>
65 -<body test="contains('AMD64 IA64',func:keyval('arch'))">
66 -
67 -<p>
68 +<p test="contains('AMD64 IA64',func:keyval('arch'))">
69 The result of those two statements could be something like <c>vga=0x318
70 video=vesafb:mtrr:3,ywrap</c>. Write this setting down; you will need it
71 shortly.
72 </p>
73
74 -<p test="func:keyval('arch')='AMD64'">
75 -While LILO does work on AMD64, Gentoo only supports using GRUB. Now continue by
76 -its <uri link="#grub">installation</uri>.
77 -</p>
78 -
79 -<p test="func:keyval('arch')='IA64'">
80 -Now, you should install the <uri link="#elilo">elilo bootloader</uri>.
81 -</p>
82 -
83 -</body>
84 -<body test="func:keyval('arch')='x86'">
85 -
86 -<p>
87 +<p test="func:keyval('arch')='x86'">
88 The result of those two statements could be something like <c>vga=0x318
89 video=vesafb:mtrr:3,ywrap</c> or
90 <c>video=vesafb:mtrr:3,ywrap,1024x768-32@85</c>. Write this setting down; you
91 will need it shortly.
92 </p>
93
94 -<p>
95 +<p test="func:keyval('arch')='IA64'">
96 +Now, you should install the <uri link="#elilo">elilo bootloader</uri>.
97 +</p>
98 +
99 +<p test="not(func:keyval('arch')='IA64')">
100 Now continue by installing <uri link="#grub">GRUB</uri> <e>or</e> <uri
101 link="#lilo">LILO</uri>.
102 </p>
103 @@ -503,12 +500,16 @@
104 </body>
105 </subsection>
106 </section>
107 -<section id="lilo" test="func:keyval('arch')='x86'">
108 +<section id="lilo" test="contains('AMD64 x86', func:keyval('arch'))">
109 <title>Alternative: Using LILO</title>
110 <subsection>
111 <title>Installing LILO</title>
112 <body>
113
114 +<warn test="func:keyval('arch')='AMD64'">
115 +Using LILO on the AMD64 architecture is not recommended.
116 +</warn>
117 +
118 <p>
119 LILO, the LInuxLOader, is the tried and true workhorse of Linux
120 bootloaders. However, it lacks some features that GRUB has (which is
121
122
123
124 --
125 gentoo-doc-cvs@g.o mailing list