From: "Shyam Mani" <fox2mike@lark.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: handbook-x86.xml
Date: Wed, 15 Feb 2006 17:09:57 +0000 [thread overview]
Message-ID: <200602151709.k1FH9wb1020349@robin.gentoo.org> (raw)
fox2mike 06/02/15 17:09:57
Modified: xml/htdocs/doc/en/handbook/draft/2006.0 handbook-x86.xml
Removed: xml/htdocs/doc/en/handbook/draft/2006.0
hb-install-x86-bootloader.xml
hb-install-x86-disk.xml hb-install-x86-kernel.xml
Log:
Kicking out all the x86 specific stuff that can't be done without the Installer
Revision Changes Path
1.6 +14 -74 xml/htdocs/doc/en/handbook/draft/2006.0/handbook-x86.xml
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
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
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
Index: handbook-x86.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/handbook-x86.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- handbook-x86.xml 10 Feb 2006 20:11:59 -0000 1.5
+++ handbook-x86.xml 15 Feb 2006 17:09:57 -0000 1.6
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE book SYSTEM "/dtd/book.dtd">
-<!-- $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 $ -->
+<!-- $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 $ -->
<book link="handbook-x86.xml">
<title>Gentoo Linux 2006.0 x86 Handbook</title>
@@ -113,6 +113,9 @@
<author title="Contributor">
<mail link="pylon@gentoo.org">Lars Weiler</mail>
</author>
+<author title="Contributor">
+ <mail link="nightmorph@gentoo.org">Josh Saddler</mail>
+</author>
<abstract>
This is the Gentoo Handbook, an effort to centralise Gentoo/Linux information.
@@ -152,86 +155,23 @@
</chapter>
<chapter>
-<title>Configuring your Network</title>
-<abstract>
-If you need networking, this is the place where the network (and Internet
-connection) is configured.
-</abstract>
- <include href="hb-install-network.xml"/>
-</chapter>
-
-<chapter>
-<title>Preparing the Disks</title>
-<abstract>
-To be able to install Gentoo, you must create the necessary partitions.
-This chapter describes how to partition a disk for future usage.
-</abstract>
- <include href="hb-install-x86-disk.xml"/>
-</chapter>
-
-<chapter>
-<title>Installing the Gentoo Installation Files</title>
-<abstract>
-In this chapter we describe how you extract a stage3 file and
-how to configure Portage.
-</abstract>
- <include href="hb-install-stage.xml"/>
-</chapter>
-
-<chapter>
-<title>Chrooting into the Gentoo Base System</title>
-<abstract>
-Now that the stage3 file is extracted, we chroot into the new system and
-modify the USE variable.
-</abstract>
- <include href="hb-install-system.xml"/>
-</chapter>
-
-<chapter>
-<title>Configuring the Kernel</title>
-<abstract>
-The Linux kernel is the core of every distribution. This chapter
-explains how to configure your kernel.
-</abstract>
- <include href="hb-install-x86-kernel.xml"/>
-</chapter>
-
-<chapter>
-<title>Configuring your System</title>
-<abstract>
-You need to edit some important configuration files. In this chapter
-you receive an overview of these files and an explanation on how to
-proceed.
-</abstract>
- <include href="hb-install-config.xml"/>
-</chapter>
-
-<chapter>
-<title>Installing Necessary System Tools</title>
-<abstract>
-As mentioned before, Gentoo is about customization. In this chapter we help you
-choose and install some important tools.
-</abstract>
- <include href="hb-install-tools.xml"/>
-</chapter>
-
-<chapter>
-<title>Configuring the Bootloader</title>
+<title>Using the GTK+ based Gentoo Linux Installer</title>
<abstract>
-Several bootloaders exist for the x86 architecture. Each one of them has its
-own way of configuration. We step you through the process of configuring a
-bootloader to your needs.
+You now have an option of using our graphical installer to install Gentoo.
+Configure the options you need through an easy to use GUI and you're ready to
+go.
</abstract>
- <include href="hb-install-x86-bootloader.xml"/>
+ <include href="hb-install-gtkfe.xml" />
</chapter>
<chapter>
-<title>Finalizing your Gentoo Installation</title>
+<title>Using the Dialog based Gentoo Linux Installer</title>
<abstract>
-You're almost done. We'll just create one (or more) users for your
-system and (optionally) install prebuilt packages.
+You now have an option of using our text based installer to install Gentoo.
+Configure the options you need through an easy to use set of menus and you're
+ready to go.
</abstract>
- <include href="hb-install-finalise.xml"/>
+ <include href="hb-install-dialog.xml" />
</chapter>
<chapter>
--
gentoo-doc-cvs@gentoo.org mailing list
next reply other threads:[~2006-02-15 17:10 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-15 17:09 Shyam Mani [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-05-02 4:32 [gentoo-doc-cvs] cvs commit: handbook-x86.xml Joshua Saddler
2007-05-08 3:59 Josh Saddler
2007-04-02 3:20 Josh Saddler
2006-08-15 23:00 Josh Saddler
2006-08-13 19:35 Josh Saddler
2006-08-13 18:25 Josh Saddler
2006-08-13 7:54 Josh Saddler
2006-08-13 7:51 Josh Saddler
2006-08-12 21:18 Josh Saddler
2006-02-16 17:45 Josh Saddler
2006-02-10 20:11 Shyam Mani
2006-02-09 19:15 Shyam Mani
2005-08-08 14:01 swift
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200602151709.k1FH9wb1020349@robin.gentoo.org \
--to=fox2mike@lark.gentoo.org \
--cc=docs-team@lists.gentoo.org \
--cc=gentoo-doc-cvs@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox