Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: handbook-amd64.xml
Date: Sat, 12 Aug 2006 21:17:18
Message-Id: 20060812211707.1D264647B5@smtp.gentoo.org
1 nightmorph 06/08/12 21:17:06
2
3 Modified: handbook-amd64.xml
4 Log:
5 Updated handbook-amd64.xml to reflect new GLI-based handbook
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/en/handbook/draft/2006.1/handbook-amd64.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/handbook-amd64.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/handbook-amd64.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/handbook-amd64.xml?r1=1.1&r2=1.2
13
14 Index: handbook-amd64.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/handbook-amd64.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- handbook-amd64.xml 9 Aug 2006 16:35:14 -0000 1.1
21 +++ handbook-amd64.xml 12 Aug 2006 21:17:06 -0000 1.2
22 @@ -1,10 +1,10 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE book SYSTEM "/dtd/book.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/handbook-amd64.xml,v 1.1 2006/08/09 16:35:14 fox2mike Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/handbook-amd64.xml,v 1.2 2006/08/12 21:17:06 nightmorph Exp $ -->
28
29 -<book link="/doc/en/handbook/2006.1/handbook-amd64.xml">
30 -<title>Gentoo Linux 2006.1 AMD64 Handbook</title>
31 +<book link="/doc/en/handbook/2006.1/handbook-x86.xml">
32 +<title>Gentoo Linux 2006.1 x86 Handbook</title>
33
34 <author title="Author">
35 <mail link="swift@g.o">Sven Vermeulen</mail>
36 @@ -21,12 +21,16 @@
37 <author title="Author">
38 <mail link="jerry@g.o">Jerry Alexandratos</mail>
39 </author>
40 +<author title="Author">
41 + <mail link="nightmorph@g.o">Joshua Saddler</mail>
42 +</author>
43 <author title="Gentoo x86 Developer">
44 <mail link="seemant@g.o">Seemant Kulleen</mail>
45 </author>
46 <author title="Gentoo Alpha Developer">
47 <mail link="taviso@g.o">Tavis Ormandy</mail>
48 -</author><!-- Does not want to be listed on the rendered page
49 +</author>
50 +<!-- Does not want to be listed on the rendered page
51 <author title="Gentoo Developer">
52 Aron Griffis
53 </author>
54 @@ -95,6 +99,9 @@
55 <author title="Editor">
56 <mail link="neysx@g.o">Xavier Neys</mail>
57 </author>
58 +<author title="Editor">
59 + <mail link="fox2mike@g.o">Shyam Mani</mail>
60 +</author>
61 <author title="Reviewer">
62 <mail link="g2boojum@g.o">Grant Goodyear</mail>
63 </author>
64 @@ -114,7 +121,8 @@
65 <abstract>
66 This is the Gentoo Handbook, an effort to centralise Gentoo/Linux information.
67 This handbook contains the installation instructions for a networkless
68 -installation on AMD64 systems and parts about working with Gentoo and Portage.
69 +installation on AMD64 &amp; EM64T systems and parts about working with Gentoo
70 +and Portage.
71 </abstract>
72
73 <!-- The content of this document is licensed under the CC-BY-SA license -->
74 @@ -122,7 +130,7 @@
75 <license/>
76
77 <version>6.0</version>
78 -<date>2006-02-27</date>
79 +<date>2006-08-12</date>
80
81 <part>
82 <title>Installing Gentoo</title>
83 @@ -136,99 +144,36 @@
84 Users not familiar with Gentoo do not always know that choice is what
85 Gentoo is all about.
86 </abstract>
87 - <include href="hb-install-about.xml"/>
88 + <include href="hb-installer-about.xml"/>
89 </chapter>
90
91 <chapter>
92 -<title>Booting the Universal Installation CD</title>
93 +<title>Booting the Installer LiveCD</title>
94 <abstract>
95 -Using our Universal Installation CD you can boot up your system into a running
96 +Using our Installer LiveCD you can boot up your system into a running
97 environment that allows you to install Gentoo.
98 </abstract>
99 <include href="hb-install-amd64-medium.xml"/>
100 </chapter>
101
102 <chapter>
103 -<title>Configuring your Network</title>
104 -<abstract>
105 -If you need networking, this is the place where the network (and Internet
106 -connection) is configured.
107 -</abstract>
108 - <include href="hb-install-network.xml"/>
109 -</chapter>
110 -
111 -<chapter>
112 -<title>Preparing the Disks</title>
113 -<abstract>
114 -To be able to install Gentoo, you must create the necessary partitions.
115 -This chapter describes how to partition a disk for future usage.
116 -</abstract>
117 - <include href="hb-install-amd64-disk.xml"/>
118 -</chapter>
119 -
120 -<chapter>
121 -<title>Installing the Gentoo Installation Files</title>
122 -<abstract>
123 -In this chapter we describe how you extract a stage3 file and how to configure
124 -Portage.
125 -</abstract>
126 - <include href="hb-install-stage.xml"/>
127 -</chapter>
128 -
129 -<chapter>
130 -<title>Chrooting into the Gentoo Base System</title>
131 -<abstract>
132 -Now that the stage3 file is extracted, we chroot into the new system and modify
133 -the USE variable.
134 -</abstract>
135 - <include href="hb-install-system.xml"/>
136 -</chapter>
137 -
138 -<chapter>
139 -<title>Configuring the Kernel</title>
140 -<abstract>
141 -The Linux kernel is the core of every distribution. This chapter
142 -explains how to configure your kernel.
143 -</abstract>
144 - <include href="hb-install-amd64-kernel.xml"/>
145 -</chapter>
146 -
147 -<chapter>
148 -<title>Configuring your System</title>
149 -<abstract>
150 -You need to edit some important configuration files. In this chapter
151 -you receive an overview of these files and an explanation on how to
152 -proceed.
153 -</abstract>
154 - <include href="hb-install-config.xml"/>
155 -</chapter>
156 -
157 -<chapter>
158 -<title>Installing Necessary System Tools</title>
159 -<abstract>
160 -As mentioned before, Gentoo is about customization. In this chapter we help you
161 -choose and install some important tools.
162 -</abstract>
163 - <include href="hb-install-tools.xml"/>
164 -</chapter>
165 -
166 -<chapter>
167 -<title>Configuring the Bootloader</title>
168 +<title>Using the GTK+ based Gentoo Linux Installer</title>
169 <abstract>
170 -In this chapter we'll describe the GRUB bootloader
171 -and step you through the process of configuring GRUB to your
172 -needs.
173 +You now have an option of using our graphical installer to install Gentoo.
174 +Configure the options you need through an easy to use GUI and you're ready to
175 +go.
176 </abstract>
177 - <include href="hb-install-amd64-bootloader.xml"/>
178 + <include href="hb-install-gtkfe.xml" />
179 </chapter>
180
181 <chapter>
182 -<title>Finalizing your Gentoo Installation</title>
183 +<title>Using the Dialog based Gentoo Linux Installer</title>
184 <abstract>
185 -You're almost done. We'll just create one (or more) users for your
186 -system and (optionally) install the prebuild packages.
187 +You also have an option of using our text based installer to install Gentoo.
188 +Configure the options you need through an easy to use set of menus and you're
189 +ready to go.
190 </abstract>
191 - <include href="hb-install-finalise.xml"/>
192 + <include href="hb-install-gli-dialog.xml" />
193 </chapter>
194
195 <chapter>
196
197
198
199 --
200 gentoo-doc-cvs@g.o mailing list