Gentoo Archives: gentoo-doc-cvs

From: Shyam Mani <fox2mike@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: handbook-x86.xml
Date: Wed, 15 Feb 2006 17:10:16
Message-Id: 200602151709.k1FH9wb1020349@robin.gentoo.org
1 fox2mike 06/02/15 17:09:57
2
3 Modified: xml/htdocs/doc/en/handbook/draft/2006.0 handbook-x86.xml
4 Removed: xml/htdocs/doc/en/handbook/draft/2006.0
5 hb-install-x86-bootloader.xml
6 hb-install-x86-disk.xml hb-install-x86-kernel.xml
7 Log:
8 Kicking out all the x86 specific stuff that can't be done without the Installer
9
10 Revision Changes Path
11 1.6 +14 -74 xml/htdocs/doc/en/handbook/draft/2006.0/handbook-x86.xml
12
13 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/handbook-x86.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
14 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/handbook-x86.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
15 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/handbook-x86.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
16
17 Index: handbook-x86.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/handbook-x86.xml,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- handbook-x86.xml 10 Feb 2006 20:11:59 -0000 1.5
24 +++ handbook-x86.xml 15 Feb 2006 17:09:57 -0000 1.6
25 @@ -1,7 +1,7 @@
26 <?xml version='1.0' encoding='UTF-8'?>
27 <!DOCTYPE book SYSTEM "/dtd/book.dtd">
28
29 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/handbook-x86.xml,v 1.5 2006/02/10 20:11:59 fox2mike Exp $ -->
30 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/handbook-x86.xml,v 1.6 2006/02/15 17:09:57 fox2mike Exp $ -->
31
32 <book link="handbook-x86.xml">
33 <title>Gentoo Linux 2006.0 x86 Handbook</title>
34 @@ -113,6 +113,9 @@
35 <author title="Contributor">
36 <mail link="pylon@g.o">Lars Weiler</mail>
37 </author>
38 +<author title="Contributor">
39 + <mail link="nightmorph@g.o">Josh Saddler</mail>
40 +</author>
41
42 <abstract>
43 This is the Gentoo Handbook, an effort to centralise Gentoo/Linux information.
44 @@ -152,86 +155,23 @@
45 </chapter>
46
47 <chapter>
48 -<title>Configuring your Network</title>
49 -<abstract>
50 -If you need networking, this is the place where the network (and Internet
51 -connection) is configured.
52 -</abstract>
53 - <include href="hb-install-network.xml"/>
54 -</chapter>
55 -
56 -<chapter>
57 -<title>Preparing the Disks</title>
58 -<abstract>
59 -To be able to install Gentoo, you must create the necessary partitions.
60 -This chapter describes how to partition a disk for future usage.
61 -</abstract>
62 - <include href="hb-install-x86-disk.xml"/>
63 -</chapter>
64 -
65 -<chapter>
66 -<title>Installing the Gentoo Installation Files</title>
67 -<abstract>
68 -In this chapter we describe how you extract a stage3 file and
69 -how to configure Portage.
70 -</abstract>
71 - <include href="hb-install-stage.xml"/>
72 -</chapter>
73 -
74 -<chapter>
75 -<title>Chrooting into the Gentoo Base System</title>
76 -<abstract>
77 -Now that the stage3 file is extracted, we chroot into the new system and
78 -modify the USE variable.
79 -</abstract>
80 - <include href="hb-install-system.xml"/>
81 -</chapter>
82 -
83 -<chapter>
84 -<title>Configuring the Kernel</title>
85 -<abstract>
86 -The Linux kernel is the core of every distribution. This chapter
87 -explains how to configure your kernel.
88 -</abstract>
89 - <include href="hb-install-x86-kernel.xml"/>
90 -</chapter>
91 -
92 -<chapter>
93 -<title>Configuring your System</title>
94 -<abstract>
95 -You need to edit some important configuration files. In this chapter
96 -you receive an overview of these files and an explanation on how to
97 -proceed.
98 -</abstract>
99 - <include href="hb-install-config.xml"/>
100 -</chapter>
101 -
102 -<chapter>
103 -<title>Installing Necessary System Tools</title>
104 -<abstract>
105 -As mentioned before, Gentoo is about customization. In this chapter we help you
106 -choose and install some important tools.
107 -</abstract>
108 - <include href="hb-install-tools.xml"/>
109 -</chapter>
110 -
111 -<chapter>
112 -<title>Configuring the Bootloader</title>
113 +<title>Using the GTK+ based Gentoo Linux Installer</title>
114 <abstract>
115 -Several bootloaders exist for the x86 architecture. Each one of them has its
116 -own way of configuration. We step you through the process of configuring a
117 -bootloader to your needs.
118 +You now have an option of using our graphical installer to install Gentoo.
119 +Configure the options you need through an easy to use GUI and you're ready to
120 +go.
121 </abstract>
122 - <include href="hb-install-x86-bootloader.xml"/>
123 + <include href="hb-install-gtkfe.xml" />
124 </chapter>
125
126 <chapter>
127 -<title>Finalizing your Gentoo Installation</title>
128 +<title>Using the Dialog based Gentoo Linux Installer</title>
129 <abstract>
130 -You're almost done. We'll just create one (or more) users for your
131 -system and (optionally) install prebuilt packages.
132 +You now have an option of using our text based installer to install Gentoo.
133 +Configure the options you need through an easy to use set of menus and you're
134 +ready to go.
135 </abstract>
136 - <include href="hb-install-finalise.xml"/>
137 + <include href="hb-install-dialog.xml" />
138 </chapter>
139
140 <chapter>
141
142
143
144 --
145 gentoo-doc-cvs@g.o mailing list