nightmorph    10/07/27 22:54:34

  Modified:             handbook-mips.xml hb-install-mips-bootloader.xml
                        hb-install-mips-disk.xml hb-install-mips-kernel.xml
                        hb-install-mips-medium.xml
                        hb-install-mips-stage.xml
  Log:
  some initial MIPS handbook fixes for 10.0 / autobuilds. still waiting for the 
MIPS autobuilds and profiles to be completed by the arch team, so that the 
handbook instructions for those parts can be updated.

Revision  Changes    Path
1.125                xml/htdocs/doc/en/handbook/handbook-mips.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml?rev=1.125&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml?rev=1.125&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml?r1=1.124&r2=1.125

Index: handbook-mips.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- handbook-mips.xml   30 Apr 2008 09:49:46 -0000      1.124
+++ handbook-mips.xml   27 Jul 2010 22:54:33 -0000      1.125
@@ -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/handbook-mips.xml,v 1.124 
2008/04/30 09:49:46 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml,v 1.125 
2010/07/27 22:54:33 nightmorph Exp $ -->
 
 <book>
 <title>Gentoo Linux/MIPS Handbook</title>
@@ -9,8 +9,8 @@
 <values>
  <key id="arch">MIPS</key>
  <key id="/boot">/dev/sda1</key>
- <key id="kernel-version">2.6.23.14-mips</key>
- <key id="kernel-name">kernel-2.6.23.14-mips</key>
+ <key id="kernel-version">2.6.34-mips</key>
+ <key id="kernel-name">kernel-2.6.34-mips</key>
  <key id="profile">default/linux/mips/2008.0/generic-be/o32/</key>
 </values>
 
@@ -135,8 +135,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>9.1</version>
-<date>2008-04-30</date>
+<version>10.0</version>
+<date>2010-07-27</date>
 
 <part>
 <title>Installing Gentoo</title>
@@ -151,10 +151,6 @@
 
 <chapter>
 <title>Choosing the Right Installation Medium</title>
-<abstract>
-You can install Gentoo in many ways. In this chapter we explain how to install
-Gentoo using the MIPS Netboot images.
-</abstract>
   <include href="hb-install-mips-medium.xml"/>
 </chapter>
 
@@ -165,38 +161,21 @@
 
 <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-mips-disk.xml"/>
 </chapter>
 
 <chapter>
 <title>Installing the Gentoo Installation Files</title>
-<abstract>
-Gentoo installs work through a stage3 archive. In this chapter we
-describe how you extract the stage3 archive and configure Portage.
-</abstract>
   <include href="hb-install-mips-stage.xml"/>
 </chapter>
 
 <chapter>
 <title>Installing the Gentoo Base System</title>
-<abstract>
-After installing and configuring a stage3, the eventual result is that you
-have a Gentoo base system at your disposal. This chapter describes how
-to progress to that state.
-</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-mips-kernel.xml"/>
 </chapter>
 
@@ -212,11 +191,6 @@
 
 <chapter>
 <title>Configuring the Bootloader</title>
-<abstract>
-On both Silicon Graphics machines, and on Cobalt servers, both require the use
-of a bootloader to load the kernel.  This section covers setting up
-arcboot/arcload (for SGI machines) and colo for Cobalt servers.
-</abstract>
   <include href="hb-install-mips-bootloader.xml"/>
 </chapter>
 



1.21                 xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml?r1=1.20&r2=1.21

Index: hb-install-mips-bootloader.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- hb-install-mips-bootloader.xml      2 May 2008 08:04:23 -0000       1.20
+++ hb-install-mips-bootloader.xml      27 Jul 2010 22:54:33 -0000      1.21
@@ -4,12 +4,18 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml,v 
1.20 2008/05/02 08:04:23 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml,v 
1.21 2010/07/27 22:54:33 nightmorph Exp $ -->
 
 <sections>
 
-<version>9.1</version>
-<date>2008-05-02</date>
+<abstract>
+On both Silicon Graphics machines, and on Cobalt servers, both require the use
+of a bootloader to load the kernel.  This section covers setting up
+arcboot/arcload (for SGI machines) and colo for Cobalt servers.
+</abstract>
+
+<version>10.0</version>
+<date>2010-07-27</date>
 
 <section id="sgi">
 <title>Silicon Graphics Machines -- Setting Up arcload</title>
@@ -580,7 +586,7 @@
 <body>
 
 <p>
-Now you're ready to enjoy Gentoo! Boot in your Gentoo installation and finish
+Now you're ready to enjoy Gentoo! Boot up your Gentoo installation and finish
 up with <uri link="?part=1&amp;chap=11">Finalizing your Gentoo
 Installation</uri>.
 </p>



1.28                 xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.28&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.28&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?r1=1.27&r2=1.28

Index: hb-install-mips-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- hb-install-mips-disk.xml    26 Jan 2009 08:04:26 -0000      1.27
+++ hb-install-mips-disk.xml    27 Jul 2010 22:54:33 -0000      1.28
@@ -4,12 +4,17 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.27 
2009/01/26 08:04:26 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.28 
2010/07/27 22:54:33 nightmorph Exp $ -->
 
 <sections>
 
-<version>3.1</version>
-<date>2008-05-02</date>
+<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>
+
+<version>4.0</version>
+<date>2010-07-27</date>
 
 <section>
 <title>Introduction to Block Devices</title>



1.32                 xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.32&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.32&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?r1=1.31&r2=1.32

Index: hb-install-mips-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- hb-install-mips-kernel.xml  1 Apr 2008 08:53:46 -0000       1.31
+++ hb-install-mips-kernel.xml  27 Jul 2010 22:54:33 -0000      1.32
@@ -4,11 +4,16 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v 
1.31 2008/04/01 08:53:46 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v 
1.32 2010/07/27 22:54:33 nightmorph Exp $ -->
 <sections>
 
-<version>9.0</version>
-<date>2008-04-01</date>
+<abstract>
+The Linux kernel is the core of every distribution. This chapter
+explains how to configure your kernel.
+</abstract>
+
+<version>10.0</version>
+<date>2010-07-27</date>
 
 <section>
 <title>Timezone</title>
@@ -63,7 +68,7 @@
 <c>emerge kgcc64</c> to create a cross-compiler for building 64-bit kernels.
 </impo>
 
-<pre caption="Installing kgcc64...">
+<pre caption="Installing kgcc64">
 # <i>emerge kgcc64</i>
 </pre>
 



1.26                 xml/htdocs/doc/en/handbook/hb-install-mips-medium.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-medium.xml?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-medium.xml?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-medium.xml?r1=1.25&r2=1.26

Index: hb-install-mips-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-medium.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- hb-install-mips-medium.xml  1 Apr 2008 08:53:46 -0000       1.25
+++ hb-install-mips-medium.xml  27 Jul 2010 22:54:33 -0000      1.26
@@ -4,12 +4,17 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-medium.xml,v 
1.25 2008/04/01 08:53:46 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-medium.xml,v 
1.26 2010/07/27 22:54:33 nightmorph Exp $ -->
 
 <sections>
 
-<version>9.0</version>
-<date>2008-04-01</date>
+<abstract>
+You can install Gentoo in many ways. In this chapter we explain how to install
+Gentoo using the MIPS Netboot images.
+</abstract>
+
+<version>10.0</version>
+<date>2010-07-27</date>
 
 <section>
 <title>Hardware Requirements</title>



1.11                 xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?r1=1.10&r2=1.11

Index: hb-install-mips-stage.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- hb-install-mips-stage.xml   22 Jul 2009 05:05:19 -0000      1.10
+++ hb-install-mips-stage.xml   27 Jul 2010 22:54:33 -0000      1.11
@@ -4,12 +4,17 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml,v 1.10 
2009/07/22 05:05:19 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml,v 1.11 
2010/07/27 22:54:33 nightmorph Exp $ -->
 
 <sections>
 
-<version>9.1</version>
-<date>2009-07-21</date>
+<abstract>
+Gentoo installs work through a stage3 archive. In this chapter we
+describe how you extract the stage3 archive and configure Portage.
+</abstract>
+
+<version>10.0</version>
+<date>2010-07-27</date>
 
 <section>
 <title>Installing a Stage Tarball</title>
@@ -39,7 +44,7 @@
 </p>
 
 <pre caption="Setting the date/time">
-# <i>date 032916212005</i>
+# <i>date 032916212010</i>
 </pre>
 
 </body>




Reply via email to