nightmorph    08/03/01 07:03:30

  Modified:             hb-install-alpha-disk.xml
                        hb-install-alpha-kernel.xml hb-install-arm-disk.xml
                        hb-install-arm-kernel.xml hb-install-hppa-disk.xml
                        hb-install-hppa-kernel.xml hb-install-ia64-disk.xml
                        hb-install-ia64-kernel.xml hb-install-mips-disk.xml
                        hb-install-mips-kernel.xml hb-install-ppc-disk.xml
                        hb-install-ppc-kernel.xml hb-install-ppc64-disk.xml
                        hb-install-ppc64-kernel.xml
                        hb-install-sparc-disk.xml
                        hb-install-sparc-kernel.xml
                        hb-install-x86+amd64-disk.xml
                        hb-install-x86+amd64-kernel.xml
  Log:
  added libata references for bug 208738. removed now-default kernel option as 
planned. other small changes where necessary.

Revision  Changes    Path
1.19                 xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml?r1=1.18&r2=1.19

Index: hb-install-alpha-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- hb-install-alpha-disk.xml   4 Jan 2008 17:36:53 -0000       1.18
+++ hb-install-alpha-disk.xml   1 Mar 2008 07:03:30 -0000       1.19
@@ -4,12 +4,12 @@
 <!-- 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/draft/hb-install-alpha-disk.xml,v
 1.18 2008/01/04 17:36:53 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml,v
 1.19 2008/03/01 07:03:30 nightmorph Exp $ -->
 
 <sections>
 
 <version>9.0</version>
-<date>2008-01-04</date>
+<date>2008-02-29</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -27,8 +27,12 @@
 
 <p>
 To begin, we'll introduce <e>block devices</e>. The most famous block device is
-probably the one that represents the first SCSI HD in a Linux system, namely
-<path>/dev/sda</path>.
+probably the one that represents the first IDE drive in a Linux system, namely
+<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
+drive would be <path>/dev/sda</path>. Serial ATA drives are also
+<path>/dev/sda</path> even if they are IDE drives. If you're using the new
+libata framework in the kernel, all hard drives will be labeled
+<path>/dev/sd*</path>.
 </p>
 
 <p>



1.24                 
xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?rev=1.24&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?rev=1.24&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?r1=1.23&r2=1.24

Index: hb-install-alpha-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- hb-install-alpha-kernel.xml 12 Jan 2008 22:51:33 -0000      1.23
+++ hb-install-alpha-kernel.xml 1 Mar 2008 07:03:30 -0000       1.24
@@ -4,12 +4,12 @@
 <!-- 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/draft/hb-install-alpha-kernel.xml,v
 1.23 2008/01/12 22:51:33 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v
 1.24 2008/03/01 07:03:30 nightmorph Exp $ -->
 
 <sections>
 
 <version>9.0</version>
-<date>2007-08-12</date>
+<date>2008-02-29</date>
 
 <section>
 <title>Timezone</title>
@@ -131,17 +131,7 @@
 <body>
 
 <p>
-First of all, activate the use of development and experimental code/drivers.
-You need this, otherwise some very important code/drivers won't show up:
-</p>
-
-<pre caption="Selecting experimental code/drivers">
-General setup ---&gt;
-  [*] Prompt for development and/or incomplete code/drivers
-</pre>
-
-<p>
-Now go to <c>File Systems</c> and select support for the filesystems you use.
+First go to <c>File Systems</c> and select support for the filesystems you use.
 <e>Don't</e> compile them as modules, otherwise your Gentoo system will not be
 able to mount your partitions. Also select <c>Virtual memory</c> and <c>/proc
 file system</c>.



1.6                  xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml?r1=1.5&r2=1.6

Index: hb-install-arm-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-arm-disk.xml     3 Nov 2007 23:40:06 -0000       1.5
+++ hb-install-arm-disk.xml     1 Mar 2008 07:03:30 -0000       1.6
@@ -4,12 +4,12 @@
 <!-- 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/draft/hb-install-arm-disk.xml,v 
1.5 2007/11/03 23:40:06 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml,v 
1.6 2008/03/01 07:03:30 nightmorph Exp $ -->
 
 <sections>
 
 <version>6.0</version>
-<date>2007-06-26</date>
+<date>2008-02-29</date>
 
 <!-- TODO: Add section about MTD and such -->
 
@@ -30,8 +30,11 @@
 <p>
 To begin, we'll introduce <e>block devices</e>. The most famous block device is
 probably the one that represents the first IDE drive in a Linux system, namely
-<path>/dev/hda</path>. If your system uses SCSI or SATA drives, then your 
-first hard drive would be <path>/dev/sda</path>.
+<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
+drive would be <path>/dev/sda</path>. Serial ATA drives are also
+<path>/dev/sda</path> even if they are IDE drives. If you're using the new
+libata framework in the kernel, all hard drives will be labeled
+<path>/dev/sd*</path>.
 </p>
 
 <p>



1.8                  xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml?r1=1.7&r2=1.8

Index: hb-install-arm-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hb-install-arm-kernel.xml   12 Jan 2008 22:51:33 -0000      1.7
+++ hb-install-arm-kernel.xml   1 Mar 2008 07:03:30 -0000       1.8
@@ -4,12 +4,12 @@
 <!-- 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/draft/hb-install-arm-kernel.xml,v
 1.7 2008/01/12 22:51:33 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml,v
 1.8 2008/03/01 07:03:30 nightmorph Exp $ -->
 
 <sections>
 
 <version>9.0</version>
-<date>2007-10-05</date>
+<date>2008-02-29</date>
 
 <section>
 <title>Timezone</title>
@@ -128,17 +128,6 @@
 </p>
 
 <p>
-Regardless of your machine, you should make sure to activate the use of
-development and experimental code/drivers.  You need this, otherwise some very
-important code/drivers won't show up:
-</p>
-
-<pre caption="Selecting experimental code/drivers">
-General setup ---&gt;
-  [*] Prompt for development and/or incomplete code/drivers
-</pre>
-
-<p>
 Please select your machine from the list below to jump to the configuration
 section.
 </p>



1.16                 xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml?r1=1.15&r2=1.16

Index: hb-install-hppa-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hb-install-hppa-disk.xml    3 Nov 2007 23:40:06 -0000       1.15
+++ hb-install-hppa-disk.xml    1 Mar 2008 07:03:30 -0000       1.16
@@ -4,12 +4,12 @@
 <!-- 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/draft/hb-install-hppa-disk.xml,v 
1.15 2007/11/03 23:40:06 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml,v 
1.16 2008/03/01 07:03:30 nightmorph Exp $ -->
 
 <sections>
 
 <version>9.0</version>
-<date>2007-06-26</date>
+<date>2008-02-29</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -27,8 +27,12 @@
 
 <p>
 To begin, we'll introduce <e>block devices</e>. The most famous block device is
-probably the one that represents the first SCSI HD in a Linux system, namely
-<path>/dev/sda</path>.
+probably the one that represents the first IDE drive in a Linux system, namely
+<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
+drive would be <path>/dev/sda</path>. Serial ATA drives are also
+<path>/dev/sda</path> even if they are IDE drives. If you're using the new
+libata framework in the kernel, all hard drives will be labeled
+<path>/dev/sd*</path>.
 </p>
 
 <p>



1.26                 xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml?r1=1.25&r2=1.26

Index: hb-install-hppa-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- hb-install-hppa-kernel.xml  12 Jan 2008 22:51:33 -0000      1.25
+++ hb-install-hppa-kernel.xml  1 Mar 2008 07:03:30 -0000       1.26
@@ -4,12 +4,12 @@
 <!-- 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/draft/hb-install-hppa-kernel.xml,v
 1.25 2008/01/12 22:51:33 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml,v
 1.26 2008/03/01 07:03:30 nightmorph Exp $ -->
 
 <sections>
 
 <version>9.0</version>
-<date>2007-08-12</date>
+<date>2008-02-29</date>
 
 <section>
 <title>Timezone</title>
@@ -47,12 +47,11 @@
 </p>
 
 <p>
-For HPPA we have <c>hppa-sources</c>. By default, these sources are based on 
the
-2.6 kernel sources.
+For HPPA we have <c>gentoo-sources</c>.
 </p>
 
 <pre caption="Installing a kernel source">
-# <i>emerge hppa-sources</i>
+# <i>emerge gentoo-sources</i>
 </pre>
 
 <p>
@@ -131,17 +130,7 @@
 <body>
 
 <p>
-First of all, activate the use of development and experimental code/drivers.
-You need this, otherwise some very important code/drivers won't show up:
-</p>
-
-<pre caption="Selecting experimental code/drivers">
-General setup ---&gt;
-  [*] Prompt for development and/or incomplete code/drivers
-</pre>
-
-<p>
-Now go to <c>File Systems</c> and select support for the filesystems you use.
+First go to <c>File Systems</c> and select support for the filesystems you use.
 <e>Don't</e> compile them as modules, otherwise your Gentoo system will not be
 able to mount your partitions. Also select <c>Virtual memory</c> and <c>/proc
 file system</c>:



1.7                  xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml?r1=1.6&r2=1.7

Index: hb-install-ia64-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hb-install-ia64-disk.xml    9 Dec 2007 03:33:13 -0000       1.6
+++ hb-install-ia64-disk.xml    1 Mar 2008 07:03:30 -0000       1.7
@@ -4,12 +4,12 @@
 <!-- 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/draft/hb-install-ia64-disk.xml,v 
1.6 2007/12/09 03:33:13 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml,v 
1.7 2008/03/01 07:03:30 nightmorph Exp $ -->
 
 <sections>
 
 <version>4.0</version>
-<date>2007-06-26</date>
+<date>2008-02-29</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -28,8 +28,11 @@
 <p>
 To begin, we'll introduce <e>block devices</e>. The most famous block device is
 probably the one that represents the first IDE drive in a Linux system, namely
-<path>/dev/hda</path>. If your system uses SCSI or SATA drives, then your
-first hard drive would be <path>/dev/sda</path>.
+<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
+drive would be <path>/dev/sda</path>. Serial ATA drives are also
+<path>/dev/sda</path> even if they are IDE drives. If you're using the new
+libata framework in the kernel, all hard drives will be labeled
+<path>/dev/sd*</path>.
 </p>
 
 <p>



1.8                  xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml?r1=1.7&r2=1.8

Index: hb-install-ia64-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hb-install-ia64-kernel.xml  12 Jan 2008 22:51:33 -0000      1.7
+++ hb-install-ia64-kernel.xml  1 Mar 2008 07:03:30 -0000       1.8
@@ -4,12 +4,12 @@
 <!-- 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/draft/hb-install-ia64-kernel.xml,v
 1.7 2008/01/12 22:51:33 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-kernel.xml,v
 1.8 2008/03/01 07:03:30 nightmorph Exp $ -->
 
 <sections>
 
 <version>9.0</version>
-<date>2007-10-05</date>
+<date>2008-02-29</date>
 
 <section>
 <title>Timezone</title>
@@ -135,16 +135,6 @@
 <body>
 
 <p>
-First of all, activate the use of development and experimental code/drivers.
-You need this, otherwise some very important code/drivers won't show up:
-</p>
-
-<pre caption="Selecting experimental code/drivers">
-General setup ---&gt;
-  [*] Prompt for development and/or incomplete code/drivers
-</pre>
-
-<p>
 Make sure that every driver that is vital to the booting of your system (such 
as
 SCSI controller, ...) is compiled <e>in</e> the kernel and not as a module,
 otherwise your system will not be able to boot completely.



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

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml?r1=1.17&r2=1.18

Index: hb-install-mips-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- hb-install-mips-disk.xml    3 Nov 2007 23:40:06 -0000       1.17
+++ hb-install-mips-disk.xml    1 Mar 2008 07:03:30 -0000       1.18
@@ -4,12 +4,12 @@
 <!-- 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/draft/hb-install-mips-disk.xml,v 
1.17 2007/11/03 23:40:06 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml,v 
1.18 2008/03/01 07:03:30 nightmorph Exp $ -->
 
 <sections>
 
 <version>3.0</version>
-<date>2007-06-26</date>
+<date>2008-02-29</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -27,8 +27,12 @@
 
 <p>
 To begin, we'll introduce <e>block devices</e>. The most famous block device is
-probably the one that represents the first SCSI HD in a Linux system, namely
-<path>/dev/sda</path>.
+probably the one that represents the first IDE drive in a Linux system, namely
+<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
+drive would be <path>/dev/sda</path>. Serial ATA drives are also
+<path>/dev/sda</path> even if they are IDE drives. If you're using the new
+libata framework in the kernel, all hard drives will be labeled
+<path>/dev/sd*</path>.
 </p>
 
 <p>



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

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml?r1=1.18&r2=1.19

Index: hb-install-mips-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- hb-install-mips-kernel.xml  3 Nov 2007 23:40:06 -0000       1.18
+++ hb-install-mips-kernel.xml  1 Mar 2008 07:03:30 -0000       1.19
@@ -4,11 +4,11 @@
 <!-- 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/draft/hb-install-mips-kernel.xml,v
 1.18 2007/11/03 23:40:06 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-kernel.xml,v
 1.19 2008/03/01 07:03:30 nightmorph Exp $ -->
 <sections>
 
 <version>9.0</version>
-<date>2007-08-12</date>
+<date>2008-02-29</date>
 
 <section>
 <title>Timezone</title>



1.29                 xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml?r1=1.28&r2=1.29

Index: hb-install-ppc-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- hb-install-ppc-disk.xml     3 Nov 2007 23:40:06 -0000       1.28
+++ hb-install-ppc-disk.xml     1 Mar 2008 07:03:30 -0000       1.29
@@ -4,12 +4,12 @@
 <!-- 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/draft/hb-install-ppc-disk.xml,v 
1.28 2007/11/03 23:40:06 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-disk.xml,v 
1.29 2008/03/01 07:03:30 nightmorph Exp $ -->
 
 <sections>
 
 <version>9.0</version>
-<date>2007-06-26</date>
+<date>2008-02-29</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -26,12 +26,13 @@
 </p>
 
 <p>
-To begin, we'll introduce <e>block devices</e>. The most common block device is
-the one that represents the first IDE drive in a Linux system, namely
-<path>/dev/hda</path>. If you are installing onto SCSI, FireWire, USB or SATA 
-drives, then your first hard drive would be <path>/dev/sda</path>.  Additional
-drives are enumerated by the next letter in the alphabet.  As an example, the
-third IDE disk could be found at <path>/dev/hdc</path>.
+To begin, we'll introduce <e>block devices</e>. The most famous block device is
+probably the one that represents the first IDE drive in a Linux system, namely
+<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
+drive would be <path>/dev/sda</path>. Serial ATA drives are also
+<path>/dev/sda</path> even if they are IDE drives. If you're using the new
+libata framework in the kernel, all hard drives will be labeled
+<path>/dev/sd*</path>.
 </p>
 
 <p>



1.43                 xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml?rev=1.43&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml?rev=1.43&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml?r1=1.42&r2=1.43

Index: hb-install-ppc-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- hb-install-ppc-kernel.xml   12 Jan 2008 22:51:33 -0000      1.42
+++ hb-install-ppc-kernel.xml   1 Mar 2008 07:03:30 -0000       1.43
@@ -4,12 +4,12 @@
 <!-- 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/draft/hb-install-ppc-kernel.xml,v
 1.42 2008/01/12 22:51:33 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml,v
 1.43 2008/03/01 07:03:30 nightmorph Exp $ -->
 
 <sections>
 
 <version>9.0</version>
-<date>2007-08-12</date>
+<date>2008-02-29</date>
 
 <section>
 <title>Timezone</title>
@@ -137,17 +137,7 @@
 <body>
 
 <p>
-First of all, activate the use of development and experimental code/drivers.
-You need this, otherwise some very important code/drivers won't show up:
-</p>
-
-<pre caption="Selecting experimental code/drivers">
-General setup ---&gt;
-  [*] Prompt for development and/or incomplete code/drivers
-</pre>
-
-<p>
-Now go to <c>File Systems</c> and select support for the filesystems you use.
+First go to <c>File Systems</c> and select support for the filesystems you use.
 <e>Don't</e> compile them as modules, otherwise your Gentoo system will not be
 able to mount your partitions. Also select the <c>/proc file system</c> and
 <c>Virtual memory</c>.  Make sure that you also enable support for Amiga



1.22                 xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml?r1=1.21&r2=1.22

Index: hb-install-ppc64-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- hb-install-ppc64-disk.xml   3 Nov 2007 23:40:06 -0000       1.21
+++ hb-install-ppc64-disk.xml   1 Mar 2008 07:03:30 -0000       1.22
@@ -4,12 +4,12 @@
 <!-- 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/draft/hb-install-ppc64-disk.xml,v
 1.21 2007/11/03 23:40:06 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml,v
 1.22 2008/03/01 07:03:30 nightmorph Exp $ -->
 
 <sections>
 
 <version>9.0</version>
-<date>2007-06-26</date>
+<date>2008-02-29</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -30,7 +30,9 @@
 probably the one that represents the first IDE drive in a Linux system, namely
 <path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
 drive would be <path>/dev/sda</path>. Serial ATA drives are also
-<path>/dev/sda</path> even if they are IDE drives.
+<path>/dev/sda</path> even if they are IDE drives. If you're using the new
+libata framework in the kernel, all hard drives will be labeled
+<path>/dev/sd*</path>.
 </p>
 
 <p>



1.21                 
xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml?r1=1.20&r2=1.21

Index: hb-install-ppc64-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- hb-install-ppc64-kernel.xml 12 Jan 2008 22:51:33 -0000      1.20
+++ hb-install-ppc64-kernel.xml 1 Mar 2008 07:03:30 -0000       1.21
@@ -4,12 +4,12 @@
 <!-- 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/draft/hb-install-ppc64-kernel.xml,v
 1.20 2008/01/12 22:51:33 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml,v
 1.21 2008/03/01 07:03:30 nightmorph Exp $ -->
 
 <sections>
 
 <version>9.0</version>
-<date>2007-08-12</date>
+<date>2008-02-29</date>
 
 <section>
 <title>Timezone</title>
@@ -126,18 +126,7 @@
 <body>
 
 <p>
-First of all, activate the use of development and experimental
-code/drivers. You need this, otherwise some very important code/drivers
-won't show up:
-</p>
-
-<pre caption="Selecting experimental code/drivers">
-General setup ---&gt;
-  [*] Prompt for development and/or incomplete code/drivers
-</pre>
-
-<p>
-Now go to <c>File Systems</c> and select support for the filesystems you use.
+First go to <c>File Systems</c> and select support for the filesystems you use.
 <e>Don't</e> compile them as modules, otherwise your Gentoo system will not be
 able to mount your partitions. Also select <c>Virtual memory</c>, <c>/proc file
 system</c>, and <c>/dev/pts file system for Unix98 PTYs</c>:



1.21                 xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml?r1=1.20&r2=1.21

Index: hb-install-sparc-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- hb-install-sparc-disk.xml   3 Nov 2007 22:19:18 -0000       1.20
+++ hb-install-sparc-disk.xml   1 Mar 2008 07:03:30 -0000       1.21
@@ -4,12 +4,12 @@
 <!-- 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/draft/hb-install-sparc-disk.xml,v
 1.20 2007/11/03 22:19:18 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml,v
 1.21 2008/03/01 07:03:30 nightmorph Exp $ -->
 
 <sections>
 
-<version>4.1</version>
-<date>2007-06-26</date>
+<version>5.0</version>
+<date>2008-02-29</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -26,9 +26,13 @@
 </p>
 
 <p>
-To begin, we introduce <e>block devices</e>. The most typical block device is
-probably the one that represents the first SCSI hard disk in a Linux system,
-namely <path>/dev/sda</path>.
+To begin, we'll introduce <e>block devices</e>. The most famous block device is
+probably the one that represents the first IDE drive in a Linux system, namely
+<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
+drive would be <path>/dev/sda</path>. Serial ATA drives are also
+<path>/dev/sda</path> even if they are IDE drives. If you're using the new
+libata framework in the kernel, all hard drives will be labeled
+<path>/dev/sd*</path>.
 </p>
 
 <p>
@@ -39,14 +43,6 @@
 512-byte blocks.
 </p>
 
-<p>
-Block devices show up as entries in <path>/dev/</path>. Typically, the first
-SCSI drive is named <path>/dev/sda</path>, the second <path>/dev/sdb</path>,
-and so on.  IDE drives are named similarly, however, they are prefixed by hd-
-instead of sd-. If you are using IDE drives, the first one will be named
-<path>/dev/hda</path>, the second <path>/dev/hdb</path>, and so on.
-</p>
-
 </body>
 </subsection>
 <subsection>



1.28                 
xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml?rev=1.28&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml?rev=1.28&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml?r1=1.27&r2=1.28

Index: hb-install-sparc-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- hb-install-sparc-kernel.xml 12 Jan 2008 22:51:33 -0000      1.27
+++ hb-install-sparc-kernel.xml 1 Mar 2008 07:03:30 -0000       1.28
@@ -4,12 +4,12 @@
 <!-- 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/draft/hb-install-sparc-kernel.xml,v
 1.27 2008/01/12 22:51:33 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-kernel.xml,v
 1.28 2008/03/01 07:03:30 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.3</version>
-<date>2007-08-12</date>
+<version>9.0</version>
+<date>2008-02-29</date>
 
 <section>
 <title>Timezone</title>
@@ -125,17 +125,7 @@
 <body>
 
 <p>
-First of all, activate the use of development and experimental code/drivers.
-You need this, otherwise some very important code/drivers won't show up:
-</p>
-
-<pre caption="Selecting experimental code/drivers">
-General setup ---&gt;
-  [*] Prompt for development and/or incomplete code/drivers
-</pre>
-
-<p>
-Now go to <c>File Systems</c> and select support for the filesystems you use.
+First go to <c>File Systems</c> and select support for the filesystems you use.
 <e>Don't</e> compile them as modules, otherwise your Gentoo system will not be
 able to mount your partitions. Also select <c>Virtual memory</c> and <c>/proc
 file system</c>:



1.9                  
xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml?r1=1.8&r2=1.9

Index: hb-install-x86+amd64-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hb-install-x86+amd64-disk.xml       2 Nov 2007 23:26:02 -0000       1.8
+++ hb-install-x86+amd64-disk.xml       1 Mar 2008 07:03:30 -0000       1.9
@@ -4,7 +4,7 @@
 <!-- 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/draft/hb-install-x86+amd64-disk.xml,v
 1.8 2007/11/02 23:26:02 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml,v
 1.9 2008/03/01 07:03:30 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 This chapter describes how to partition a disk for future usage.
 </abstract>
 
-<version>5.1</version>
-<date>2007-06-26</date>
+<version>6.0</version>
+<date>2008-02-29</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -33,8 +33,11 @@
 <p>
 To begin, we'll introduce <e>block devices</e>. The most famous block device is
 probably the one that represents the first IDE drive in a Linux system, namely
-<path>/dev/hda</path>. If your system uses SCSI or SATA drives, then your 
-first hard drive would be <path>/dev/sda</path>.
+<path>/dev/hda</path>. If your system uses SCSI drives, then your first hard
+drive would be <path>/dev/sda</path>. Serial ATA drives are also
+<path>/dev/sda</path> even if they are IDE drives. If you're using the new
+libata framework in the kernel, all hard drives will be labeled
+<path>/dev/sd*</path>.
 </p>
 
 <p>



1.10                 
xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml?r1=1.9&r2=1.10

Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hb-install-x86+amd64-kernel.xml     12 Jan 2008 22:51:33 -0000      1.9
+++ hb-install-x86+amd64-kernel.xml     1 Mar 2008 07:03:30 -0000       1.10
@@ -4,7 +4,7 @@
 <!-- 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/draft/hb-install-x86+amd64-kernel.xml,v
 1.9 2008/01/12 22:51:33 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-kernel.xml,v
 1.10 2008/03/01 07:03:30 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 explains how to configure your kernel.
 </abstract>
 
-<version>5.6</version>
-<date>2007-11-02</date>
+<version>6.0</version>
+<date>2008-02-29</date>
 
 <section>
 <title>Timezone</title>
@@ -51,16 +51,11 @@
 Guide</uri>. 
 </p>
 
-<p test="func:keyval('arch')='x86'">
-For x86-based systems we have, amongst other kernels, <c>gentoo-sources</c>
+<p>
+For <keyval id="arch"/>-based systems we have <c>gentoo-sources</c>
 (kernel source patched for extra features).
 </p>
 
-<p test="func:keyval('arch')='AMD64'">
-For AMD64-based systems we have <c>gentoo-sources</c> (kernel source patched
-for extra features).
-</p>
-
 <p>
 Choose your kernel source and install it using <c>emerge</c>.
 </p>
@@ -145,16 +140,6 @@
 <body>
 
 <p>
-First of all, activate the use of development and experimental code/drivers.
-You need this, otherwise some very important code/drivers won't show up:
-</p>
-
-<pre caption="Selecting experimental code/drivers">
-General setup ---&gt;
-  [*] Prompt for development and/or incomplete code/drivers
-</pre>
-
-<p>
 Make sure that every driver that is vital to the booting of your system (such 
as
 SCSI controller, ...) is compiled <e>in</e> the kernel and not as a module,
 otherwise your system will not be able to boot completely.



-- 
[email protected] mailing list

Reply via email to