nightmorph    08/05/02 08:04:24

  Modified:             hb-install-config.xml hb-install-gli-medium.xml
                        hb-install-hppa-medium.xml
                        hb-install-ppc-bootloader.xml
                        hb-install-ppc-disk.xml hb-install-ppc-medium.xml
                        hb-install-ppc64-bootloader.xml
                        hb-install-ppc64-medium.xml
                        hb-install-sparc-disk.xml
                        hb-install-sparc-medium.xml
  Log:
  As announced on the list 
(http://archives.gentoo.org/gentoo-doc/msg_e721be404c6a5ae8ce5c5bf02f45381c.xml),
 assume all arches are using the libata framework, so sd* everywhere. includes 
updating block device and partition descriptions. also added a new included 
file for boot config (starting sshd, hdparm, etc). synced up several wayward 
files, including sparc. also changed/dropped usage of some now useless keys, 
since everyone's using sd*. lots of intensive, invasive changes. and i never 
even used sed once.

Revision  Changes    Path
1.7                  xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml

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

Index: hb-install-config.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hb-install-config.xml       17 Apr 2008 21:11:31 -0000      1.6
+++ hb-install-config.xml       2 May 2008 08:04:24 -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/2008.0/hb-install-config.xml,v 
1.6 2008/04/17 21:11:31 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml,v 
1.7 2008/05/02 08:04:24 nightmorph Exp $ -->
 
 <sections>
 
-<version>9.1</version>
-<date>2008-04-17</date>
+<version>9.2</version>
+<date>2008-05-02</date>
 
 <section>
 <title>Filesystem Information</title>
@@ -85,14 +85,7 @@
 <path>/boot</path>, don't copy it.
 </p>
 
-<p test="contains(func:keyval('/boot'), '/dev/hd')">
-In our default <keyval id="arch"/> partitioning example, <path>/boot</path> is
-usually the <path><keyval id="/boot"/></path> partition (or
-<path>/dev/sda*</path> if you use SCSI or SATA drives), with <c>ext2</c> as
-filesystem. It needs to be checked during boot, so we would write down:
-</p>
-
-<p test="contains(func:keyval('/boot'), '/dev/sd')">
+<p>
 In our default <keyval id="arch"/> partitioning example, <path>/boot</path> is
 usually the <path><keyval id="/boot"/></path> partition, with <c>ext2</c> as
 filesystem. It needs to be checked during boot, so we would write down:
@@ -112,18 +105,12 @@
 </body>
 <body>
 
-<p test="not(func:keyval('arch')='SPARC')">
+<p>
 Add the rules that match your partitioning scheme and append rules for
 your CD-ROM drive(s), and of course, if you have other partitions or 
 drives, for those too.
 </p>
 
-<p test="func:keyval('arch')='SPARC'">
-Add the rules that match your partitioning schema and append rules for
-<path>/proc/openprom</path>, for your CD-ROM drive(s), and of course, if 
-you have other partitions or drives, for those too.
-</p>
-
 <p>
 Now use the <e>example</e> below to create your <path>/etc/fstab</path>:
 </p>
@@ -151,24 +138,13 @@
 /dev/sda5   /var            ext3        noatime              0 2
 /dev/sda6   /home           ext3        noatime              0 2
 
+<comment># You must add the rules for openprom</comment>
 openprom    /proc/openprom  openpromfs  defaults             0 0
 
 /dev/cdrom  /mnt/cdrom      auto        noauto,user          0 0
 </pre>
 
-<note test="func:keyval('arch')='PPC'">
-There are important variations between PPC machine types. Please make sure you
-adapt the following example to your system.
-</note>
-
-<pre caption="A full /etc/fstab example" test="func:keyval('arch')='PPC'">
-/dev/hda4   /            ext3    noatime              0 1
-/dev/hda3   none         swap    sw                   0 0
-
-/dev/cdrom  /mnt/cdrom   auto    noauto,user          0 0
-</pre>
-
-<pre caption="A full /etc/fstab example" test="func:keyval('arch')='PPC64'">
+<pre caption="A full /etc/fstab example" test="func:keyval('arch')='PPC' or 
func:keyval('arch')='PPC64'">
 /dev/sda4   /            ext3    noatime              0 1
 /dev/sda3   none         swap    sw                   0 0
 



1.6                  xml/htdocs/doc/en/handbook/2008.0/hb-install-gli-medium.xml

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

Index: hb-install-gli-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-gli-medium.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-gli-medium.xml   20 Apr 2008 00:25:14 -0000      1.5
+++ hb-install-gli-medium.xml   2 May 2008 08:04:24 -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/2008.0/hb-install-gli-medium.xml,v
 1.5 2008/04/20 00:25:14 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-gli-medium.xml,v
 1.6 2008/05/02 08:04:24 nightmorph Exp $ -->
 
 <sections>
 
-<version>9.2</version>
-<date>2008-04-19</date>
+<version>9.3</version>
+<date>2008-05-02</date>
 
 <section>
 <title>Hardware Requirements</title>
@@ -317,20 +317,20 @@
 </p>
 
 <pre caption="Testing disk performance">
-# <i>hdparm -tT /dev/hda</i>
+# <i>hdparm -tT /dev/sda</i>
 </pre>
 
 <p>
 To tweak, you can use any of the following examples (or experiment
-yourself) which use <path>/dev/hda</path> as disk (substitute with your
+yourself) which use <path>/dev/sda</path> as disk (substitute with your
 disk):
 </p>
 
 <pre caption="Tweaking hard disk performance">
 <comment>(Activate DMA:)</comment>
-# <i>hdparm -d 1 /dev/hda</i>
+# <i>hdparm -d 1 /dev/sda</i>
 <comment>(Or with Safe Performance Options:)</comment>
-# <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/hda</i>
+# <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/sda</i>
 </pre>
 
 </body>



1.4                  
xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-medium.xml

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

Index: hb-install-hppa-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-medium.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-hppa-medium.xml  31 Mar 2008 21:48:08 -0000      1.3
+++ hb-install-hppa-medium.xml  2 May 2008 08:04:24 -0000       1.4
@@ -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/2008.0/hb-install-hppa-medium.xml,v
 1.3 2008/03/31 21:48:08 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-hppa-medium.xml,v
 1.4 2008/05/02 08:04:24 nightmorph Exp $ -->
 
 <sections>
 
-<version>9.0</version>
-<date>2008-04-01</date>
+<version>9.1</version>
+<date>2008-05-02</date>
 
 <section>
 <title>Hardware Requirements</title>
@@ -340,137 +340,10 @@
 
 </body>
 </subsection>
-<subsection id="hardware">
-<title>Extra Hardware Configuration</title>
-<body>
-
-<p>
-Most hppa machines have an onboard ethernet card. Old ones use the lasi driver
-which is compiled in the kernel. Newer ones need the tulip driver which is
-compiled as a module. To use the latter, you need to load its driver.
-</p>
-
-<p>
-In the next example, we try to load the <c>tulip</c> module (support for 
-certain kinds of network interfaces):
-</p>
-
-<pre caption="Loading kernel modules">
-# <i>modprobe tulip</i>
-</pre>
-
-</body>
-</subsection>
-
-<subsection id="useraccounts">
-<title>Optional: User Accounts</title>
-<body>
-
-<p>
-If you plan on giving other people access to your installation
-environment or you want to chat using <c>irssi</c> without root privileges (for
-security reasons), you need to create the necessary user accounts and change 
-the root password.
-</p>
 
-<p>
-To change the root password, use the <c>passwd</c> utility:
-</p>
-
-<pre caption="Changing the root password">
-# <i>passwd</i>
-New password: <comment>(Enter your new password)</comment>
-Re-enter password: <comment>(Re-enter your password)</comment>
-</pre>
-
-<p>
-To create a user account, we first enter their credentials, followed by
-its password. We use <c>useradd</c> and <c>passwd</c> for these tasks.
-In the next example, we create a user called &quot;john&quot;.
-</p>
-
-<pre caption="Creating a user account">
-# <i>useradd -m -G users john</i>
-# <i>passwd john</i>
-New password: <comment>(Enter john's password)</comment>
-Re-enter password: <comment>(Re-enter john's password)</comment>
-</pre>
-
-<p>
-You can change your user id from root to the newly created user by using
-<c>su</c>:
-</p>
-
-<pre caption="Changing user id">
-# <i>su - john</i>
-</pre>
-
-</body>
-</subsection>
 <subsection>
-<title>Optional: Viewing Documentation while Installing</title>
-<body>
-
-<p>
-If you want to view the Gentoo Handbook (either from-CD or online) during the
-installation, make sure you have created a user account (see <uri
-link="#useraccounts">Optional: User Accounts</uri>). Then press <c>Alt-F2</c> 
to
-go to a new terminal and log in.
-</p>
-
-<p>
-If you want to view the documentation on the CD you can immediately run
-<c>links</c> to read it:
-</p>
-
-<pre caption="Viewing the on-CD documentation">
-# <i>links /mnt/cdrom/docs/handbook/html/index.html</i>
-</pre>
-
-<p>
-However, it is preferred that you use the online Gentoo Handbook as it will be
-more recent than the one provided on the CD. You can view it using <c>links</c>
-as well, but only after having completed the <e>Configuring your Network</e>
-chapter (otherwise you won't be able to go on the Internet to view the
-document):
-</p>
-
-<pre caption="Viewing the Online Documentation">
-# <i>links http://www.gentoo.org/doc/en/handbook/<keyval id="online-book"/></i>
-</pre>
-
-<p>
-You can go back to your original terminal by pressing <c>Alt-F1</c>.
-</p>
-
-</body>
+<include href="../hb-install-bootconfig.xml"/>
 </subsection>
-<subsection>
-<title>Optional: Starting the SSH Daemon</title>
-<body>
 
-<p>
-If you want to allow other users to access your computer during the
-Gentoo installation (perhaps because those users are going to help you
-install Gentoo, or even do it for you), you need to create a user
-account for them and perhaps even provide them with your root password 
-(<e>only</e> do that <e>if</e> you <b>fully trust</b> that user).
-</p>
-
-<p>
-To fire up the SSH daemon, execute the following command:
-</p>
-
-<pre caption="Starting the SSH daemon">
-# <i>/etc/init.d/sshd start</i>
-</pre>
-
-<p>
-To be able to use sshd, you first need to set up your networking. Continue with
-the chapter on <uri link="?part=1&amp;chap=3">Configuring your Network</uri>.
-</p>
-
-</body>
-</subsection>
 </section>
 </sections>



1.5                  
xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-bootloader.xml

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

Index: hb-install-ppc-bootloader.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-bootloader.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-ppc-bootloader.xml       31 Mar 2008 21:48:08 -0000      1.4
+++ hb-install-ppc-bootloader.xml       2 May 2008 08:04:24 -0000       1.5
@@ -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/2008.0/hb-install-ppc-bootloader.xml,v
 1.4 2008/03/31 21:48:08 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-bootloader.xml,v
 1.5 2008/05/02 08:04:24 nightmorph Exp $ -->
 
 <sections>
 
-<version>9.0</version>
-<date>2008-04-01</date>
+<version>9.1</version>
+<date>2008-05-02</date>
 
 <section>
 <title>Choosing a Bootloader</title>
@@ -89,7 +89,7 @@
   initrd=/boot/initramfs-genkernel-ppc-<keyval id="kernel-gentoo"/>
   <comment># You can add additional kernel arguments to append such as 
   # rootdelay=10 for a USB/Firewire Boot</comment>
-  append="real_root=/dev/hda3 init=/linuxrc"  
+  append="real_root=/dev/sda3 init=/linuxrc"  
   read-only
 <comment>##########################################################</comment>
 </pre>
@@ -128,7 +128,7 @@
 Now exit the chroot and run <c>yabootconfig --chroot /mnt/gentoo</c>. First,
 the program will confirm the location of the bootstrap partition.  If you are
 using the suggested disk partitioning scheme, your bootstrap partition should
-be /dev/hda2. Type <c>Y</c> if the output is correct. If not, double check your
+be /dev/sda2. Type <c>Y</c> if the output is correct. If not, double check your
 <path>/etc/fstab</path>. <c>yabootconfig</c> will then scan your system setup, 
 create <path>/etc/yaboot.conf</path> and run <c>mkofboot</c> for you. 
 <c>mkofboot</c> is used to format the Apple_Bootstrap partition, and install 
@@ -169,9 +169,7 @@
 
 <p>
 An example <path>yaboot.conf</path> file is given below, but you will need to 
-alter it to fit your needs.  G5 users and users booting from firewire and USB
-should be aware that their disks are seen as SCSI disks by the Linux kernel, 
so 
-you will need to substitute <path>/dev/hda</path> with <path>/dev/sda</path>).
+alter it to fit your needs.
 </p>
 
 <pre caption = "/etc/yaboot.conf">
@@ -181,16 +179,16 @@
 ## see also: /usr/share/doc/yaboot/examples for example configurations.
 ##
 ## For a dual-boot menu, add one or more of:
-## bsd=/dev/hdaX, macos=/dev/hdaY, macosx=/dev/hdaZ
+## bsd=/dev/sdaX, macos=/dev/sdaY, macosx=/dev/sdaZ
 
 ## The bootstrap partition:</comment>
 
-boot=/dev/hda2
+boot=/dev/sda2
 
 <comment>## ofboot is the Open Firmware way to specify the bootstrap partition.
 ## If this isn't defined, yaboot fails on the G5 and some G4s (unless 
 ## you pass the necessary arguments to the mkofboot/ybin program).
-## hd:X means /dev/sdaX (or /dev/hdaX).
+## hd:X means /dev/sdaX.
 ## 
 ## G5 users should uncomment this line!!
 
@@ -224,7 +222,7 @@
 ###########################################################</comment>
 image=/boot/<keyval id="kernel-name"/>
   label=Linux
-  root=/dev/hda3
+  root=/dev/sda3
   partition=3
 <comment>#  append="rootdelay=10"  # Required for booting 
USB/Firewire</comment>
   read-only
@@ -234,8 +232,8 @@
 ##   macos=hd:13
 ##   macosx=hd:12
 ## instead of the example values.</comment>
-macos=/dev/hda13
-macosx=/dev/hda12
+macos=/dev/sda13
+macosx=/dev/sda12
 enablecdboot
 enableofboot
 </pre>
@@ -371,7 +369,7 @@
 init-message = "Gentoo 2008.0\n"
 <comment># This is the boot partition</comment>
 partition = 2
-root = /dev/hda4
+root = /dev/sda4
 timeout = 30
 default = gentoo
 <comment># This is your kernel</comment>
@@ -403,7 +401,7 @@
 # <i>nvsetenv input-device kbd</i>
 # <i>nvsetenv boot-device scsi/[EMAIL PROTECTED]:0</i> <comment># For 
SCSI</comment>
 # <i>nvsetenv boot-device ata/[EMAIL PROTECTED]:0</i> <comment># For 
ATA</comment>
-# <i>nvsetenv boot-file /boot/<keyval id="kernel-name"/> root=/dev/hda4</i> 
<comment>First item is the path to the kernel, the second is the root 
partition.  You may append any kernel options to the end of this line.</comment>
+# <i>nvsetenv boot-file /boot/<keyval id="kernel-name"/> root=/dev/sda4</i> 
<comment>First item is the path to the kernel, the second is the root 
partition.  You may append any kernel options to the end of this line.</comment>
 # <i>nvsetenv boot-command boot</i> <comment># Set this to bye for MacOS and 
boot for Linux</comment>
 </pre>
 
@@ -491,11 +489,11 @@
 
 [SECTION]
 Local HD -> Linux (Normal)
-ide:0 <keyval id="kernel-name"/> video=radeonfb:[EMAIL PROTECTED] 
root=/dev/hda3
+ide:0 <keyval id="kernel-name"/> video=radeonfb:[EMAIL PROTECTED] 
root=/dev/sda3
 
 [SECTION]
 Local HD -> Genkernel (Normal)
-ide:0 kernel-genkernel-ppc-<keyval id="kernel-gentoo"/> root=/dev/ram0 
real_root=/dev/hda3 init=/linuxrc initrd=initramfs-genkernel-ppc-<keyval 
id="kernel-gentoo"/>
+ide:0 kernel-genkernel-ppc-<keyval id="kernel-gentoo"/> root=/dev/ram0 
real_root=/dev/sda3 init=/linuxrc initrd=initramfs-genkernel-ppc-<keyval 
id="kernel-gentoo"/>
 </pre>
 
 <p>



1.5                  xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-disk.xml

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

Index: hb-install-ppc-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-disk.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-ppc-disk.xml     31 Mar 2008 21:48:08 -0000      1.4
+++ hb-install-ppc-disk.xml     2 May 2008 08:04:24 -0000       1.5
@@ -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/2008.0/hb-install-ppc-disk.xml,v 
1.4 2008/03/31 21:48:08 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-disk.xml,v 
1.5 2008/05/02 08:04:24 nightmorph Exp $ -->
 
 <sections>
 
-<version>9.0</version>
-<date>2008-04-01</date>
+<version>9.1</version>
+<date>2008-05-02</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -91,25 +91,25 @@
   <th>Description</th>
 </tr>
 <tr>
-  <ti><path>/dev/hda1</path></ti>
+  <ti><path>/dev/sda1</path></ti>
   <ti>32k</ti>
   <ti>None</ti>
   <ti>Apple Partition Map</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda2</path></ti>
+  <ti><path>/dev/sda2</path></ti>
   <ti>800k</ti>
   <ti>HFS</ti>
   <ti>Apple Bootstrap</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda3</path></ti>
+  <ti><path>/dev/sda3</path></ti>
   <ti>512Mb</ti>
   <ti>Swap</ti>
   <ti>Linux Swap</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda4</path></ti>
+  <ti><path>/dev/sda4</path></ti>
   <ti>Rest of Disk</ti>
   <ti>ext3, reiserfs, xfs</ti>
   <ti>Linux Root</ti>
@@ -150,25 +150,25 @@
   <th>Description</th>
 </tr>
 <tr>
-  <ti><path>/dev/hda1</path></ti>
+  <ti><path>/dev/sda1</path></ti>
   <ti>32k</ti>
   <ti>None</ti>
   <ti>Apple Partition Map</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda2</path></ti>
+  <ti><path>/dev/sda2</path></ti>
   <ti>32Mb</ti>
   <ti>ext2</ti>
   <ti>Quik Boot Partition (quik only)</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda3</path></ti>
+  <ti><path>/dev/sda3</path></ti>
   <ti>512Mb</ti>
   <ti>Swap</ti>
   <ti>Linux Swap</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda4</path></ti>
+  <ti><path>/dev/sda4</path></ti>
   <ti>Rest of Disk</ti>
   <ti>ext3, reiserfs, xfs</ti>
   <ti>Linux Root</ti>
@@ -199,19 +199,19 @@
   <th>Description</th>
 </tr>
 <tr>
-  <ti><path>/dev/hda1</path></ti>
+  <ti><path>/dev/sda1</path></ti>
   <ti>32Mb</ti>
   <ti>affs1 or ext2</ti>
   <ti>Boot Partition</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda2</path></ti>
+  <ti><path>/dev/sda2</path></ti>
   <ti>512Mb</ti>
   <ti>Swap</ti>
   <ti>Linux Swap</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda3</path></ti>
+  <ti><path>/dev/sda3</path></ti>
   <ti>Rest of Disk</ti>
   <ti>ext3, reiserfs, xfs</ti>
   <ti>Linux Root</ti>
@@ -237,19 +237,19 @@
   <th>Description</th>
 </tr>
 <tr>
-  <ti><path>/dev/hda1</path></ti>
+  <ti><path>/dev/sda1</path></ti>
   <ti>800k</ti>
   <ti>None</ti>
   <ti>PReP Boot Partition (Type 0x41)</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda2</path></ti>
+  <ti><path>/dev/sda2</path></ti>
   <ti>512Mb</ti>
   <ti>Swap</ti>
   <ti>Linux Swap (Type 0x82)</ti>
 </tr>
 <tr>
-  <ti><path>/dev/hda3</path></ti>
+  <ti><path>/dev/sda3</path></ti>
   <ti>Rest of Disk</ti>
   <ti>ext3, reiserfs, xfs</ti>
   <ti>Linux Root (Type 0x83)</ti>
@@ -335,7 +335,7 @@
 </p>
 
 <pre caption="Starting mac-fdisk">
-# <i>mac-fdisk /dev/hda</i>
+# <i>mac-fdisk /dev/sda</i>
 </pre>
 
 <p>
@@ -412,7 +412,7 @@
 </p>
 
 <pre caption="Starting parted">
-# <i>parted /dev/hda</i>
+# <i>parted /dev/sda</i>
 </pre>
 
 <p>
@@ -489,7 +489,7 @@
 </p>
 
 <pre caption="Creating a swap signature">
-# <i>mkswap /dev/hda3</i>
+# <i>mkswap /dev/sda3</i>
 </pre>
 
 <p>
@@ -497,7 +497,7 @@
 </p>
 
 <pre caption="Activating the swap partition">
-# <i>swapon /dev/hda3</i>
+# <i>swapon /dev/sda3</i>
 </pre>
 
 <p>
@@ -540,11 +540,11 @@
 
 <p>
 For instance, to make an ext3 filesystem on the root partition 
-(<path>/dev/hda4</path> in our example), you would use:
+(<path>/dev/sda4</path> in our example), you would use:
 </p>
 
 <pre caption="Applying a filesystem on a partition">
-# <i>mke2fs -j /dev/hda4</i>
+# <i>mke2fs -j /dev/sda4</i>
 </pre>
 
 <p>
@@ -580,7 +580,7 @@
 </p>
 
 <pre caption="Mounting partitions">
-# <i>mount /dev/hda4 /mnt/gentoo</i>
+# <i>mount /dev/sda4 /mnt/gentoo</i>
 </pre>
 
 <note>



1.5                  xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-medium.xml

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

Index: hb-install-ppc-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-medium.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-ppc-medium.xml   31 Mar 2008 21:48:08 -0000      1.4
+++ hb-install-ppc-medium.xml   2 May 2008 08:04:24 -0000       1.5
@@ -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/2008.0/hb-install-ppc-medium.xml,v
 1.4 2008/03/31 21:48:08 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc-medium.xml,v
 1.5 2008/05/02 08:04:24 nightmorph Exp $ -->
 
 <sections>
 
-<version>9.0</version>
-<date>2008-04-01</date>
+<version>9.1</version>
+<date>2008-05-02</date>
 
 <section>
 <title>Hardware Requirements</title>
@@ -412,180 +412,10 @@
 
 </body>
 </subsection>
-<subsection id="hardware">
-<title>Extra Hardware Configuration</title>
-<body>
-
-<p>
-When the Installation CD boots, it tries to detect all your hardware devices 
and
-loads the appropriate kernel modules to support your hardware. In the
-vast majority of cases, it does a very good job. However, in some cases, it may
-not auto-load the kernel modules you need. If the PCI auto-detection missed 
some
-of your system's hardware, you will have to load the appropriate kernel modules
-manually. 
-</p>
-
-<p>
-In the next example we try to load the <c>airport</c> module.  This module
-supports only the old Airport cards (802.11b).  Airport Extreme (802.11g) is 
not
-supported on the InstallCD due to restrictions on firmware distribution.
-</p>
-
-<pre caption="Loading the airport module">
-# <i>modprobe airport</i>
-</pre>
-
-<p>
-On older iMacs, sometimes the network card is not detected properly.  These use
-the BMAC driver:
-</p>
-
-<pre caption="Loading the bmac module">
-# <i>modprobe bmac</i>
-</pre>
 
-</body>
-</subsection>
 <subsection>
-<title>Optional: Tweaking Hard Disk Performance</title>
-<body>
-
-<p>
-If you are an advanced user, you might want to tweak the IDE hard disk
-performance using <c>hdparm</c>. With the <c>-tT</c> options you can
-test the performance of your disk (execute it several times to get a
-more precise impression):
-</p>
-
-<pre caption="Testing disk performance">
-# <i>hdparm -tT /dev/hda</i>
-</pre>
-
-<p>
-To tweak, you can use any of the following examples (or experiment
-yourself) which use <path>/dev/hda</path> as disk (substitute with your
-disk):
-</p>
-
-<pre caption="Tweaking hard disk performance">
-<comment>Activate DMA:</comment>
-# <i>hdparm -d 1 /dev/hda</i>
-<comment>Activate DMA + Safe Performance-enhancing Options:</comment>
-# <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/hda</i>
-</pre>
-
-</body>
+<include href="../hb-install-bootconfig.xml"/>
 </subsection>
-<subsection id="useraccounts">
-<title>Optional: User Accounts</title>
-<body>
-
-<p>
-If you plan on giving other people access to your installation
-environment or you want to chat using <c>irssi</c> without root privileges (for
-security reasons), you need to create the necessary user accounts and change 
-the root password.
-</p>
 
-<p>
-To change the root password, use the <c>passwd</c> utility:
-</p>
-
-<pre caption="Changing the root password">
-# <i>passwd</i>
-New password: <comment>(Enter your new password)</comment>
-Re-enter password: <comment>(Re-enter your password)</comment>
-</pre>
-
-<p>
-To create a user account, we first enter their credentials, followed by
-its password. We use <c>useradd</c> and <c>passwd</c> for these tasks.
-In the next example, we create a user called &quot;john&quot;.
-</p>
-
-<pre caption="Creating a user account">
-# <i>useradd -m -G users john</i>
-# <i>passwd john</i>
-New password: <comment>(Enter john's password)</comment>
-Re-enter password: <comment>(Re-enter john's password)</comment>
-</pre>
-
-<p>
-You can change your user id from root to the newly created user by using
-<c>su</c>:
-</p>
-
-<pre caption="Changing user id">
-# <i>su - john</i>
-</pre>
-
-</body>
-</subsection>
-<subsection>
-<title>Optional: Viewing Documentation while Installing</title>
-<body>
-
-<p>
-If you want to view the Gentoo Handbook (either from-CD or online) during the
-installation, make sure you have created a user account (see <uri
-link="#useraccounts">Optional: User Accounts</uri>). Then press <c>Alt-F2</c> 
to
-go to a new terminal and log in.
-</p>
-
-<p>
-If you want to view the documentation on the CD you can immediately run
-<c>links</c> or even <c>links -g</c> for a graphical framebuffer browser to
-read it:
-</p>
-
-<pre caption="Viewing the on-CD documentation">
-# <i>links /mnt/cdrom/docs/html/index.html</i>
-</pre>
-
-<p>
-However, it is preferred that you use the online Gentoo Handbook as it will be
-more recent than the one provided on the CD. You can view it using <c>links</c>
-as well, but only after having completed the <e>Configuring your Network</e>
-chapter (otherwise you won't be able to go on the Internet to view the
-document):
-</p>
-
-<pre caption="Viewing the Online Documentation">
-# <i>links http://www.gentoo.org/doc/en/handbook/<keyval id="online-book"/></i>
-</pre>
-
-<p>
-You can go back to your original terminal by pressing <c>Alt-F1</c>.
-</p>
-
-</body>
-</subsection>
-<subsection>
-<title>Optional: Starting the SSH Daemon</title>
-<body>
-
-<p>
-If you want to allow other users to access your computer during the
-Gentoo installation (perhaps because those users are going to help you
-install Gentoo, or even do it for you), you need to create a user
-account for them and perhaps even provide them with your root password 
-(<e>only</e> do that <e>if</e> you <b>fully trust</b> that user).
-</p>
-
-<p>
-To fire up the SSH daemon, execute the following command:
-</p>
-
-<pre caption="Starting the SSH daemon">
-# <i>/etc/init.d/sshd start</i>
-</pre>
-
-<p>
-To be able to use sshd, you first need to set up your networking. Continue with
-the chapter on <uri link="?part=1&amp;chap=3">Configuring your Network</uri>.
-</p>
-
-</body>
-</subsection>
 </section>
 </sections>



1.4                  
xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-bootloader.xml

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

Index: hb-install-ppc64-bootloader.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-bootloader.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-ppc64-bootloader.xml     31 Mar 2008 21:48:08 -0000      1.3
+++ hb-install-ppc64-bootloader.xml     2 May 2008 08:04:24 -0000       1.4
@@ -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/2008.0/hb-install-ppc64-bootloader.xml,v
 1.3 2008/03/31 21:48:08 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-bootloader.xml,v
 1.4 2008/05/02 08:04:24 nightmorph Exp $ -->
 
 <sections>
 
-<version>9.0</version>
-<date>2008-04-01</date>
+<version>9.1</version>
+<date>2008-05-02</date>
 
 <section>
 <title>Making your Choice</title>
@@ -141,20 +141,20 @@
 ## see also: /usr/share/doc/yaboot/examples for example configurations.
 ##
 ## For a dual-boot menu, add one or more of:
-## bsd=/dev/hdaX, macos=/dev/hdaY, macosx=/dev/hdaZ
+## bsd=/dev/sdaX, macos=/dev/sdaY, macosx=/dev/sdaZ
 
 ## our bootstrap partition:</comment>
 
-boot=/dev/hda2
+boot=/dev/sda2
 
 <comment>## ofboot is the Open Firmware way to specify the bootstrap partition.
 ## If this isn't defined, yaboot fails on the G5 and some G4s (unless 
 ## you pass the necessary arguments to the mkofboot/ybin program).
-## hd:X means /dev/sdaX (or /dev/hdaX).</comment>
+## hd:X means /dev/sdaX.</comment>
 
 ofboot=hd:2
 
-<comment>## hd: is open firmware speak for hda</comment>
+<comment>## hd: is open firmware speak for sda</comment>
 device=hd:
 
 delay=5
@@ -169,7 +169,7 @@
 #################</comment>
 image=/boot/<keyval id="kernel-name"/>
   label=Linux
-  root=/dev/hda3
+  root=/dev/sda3
   partition=3
   read-only
 



1.4                  
xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-medium.xml

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

Index: hb-install-ppc64-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-medium.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-ppc64-medium.xml 31 Mar 2008 21:48:08 -0000      1.3
+++ hb-install-ppc64-medium.xml 2 May 2008 08:04:24 -0000       1.4
@@ -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/2008.0/hb-install-ppc64-medium.xml,v
 1.3 2008/03/31 21:48:08 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-ppc64-medium.xml,v
 1.4 2008/05/02 08:04:24 nightmorph Exp $ -->
 
 <sections>
 
-<version>9.0</version>
-<date>2008-04-01</date>
+<version>9.1</version>
+<date>2008-05-02</date>
 
 <section>
 <title>Hardware Requirements</title>
@@ -388,165 +388,10 @@
 
 </body>
 </subsection>
-<subsection id="hardware">
-<title>Extra Hardware Configuration</title>
-<body>
-
-<p>
-When the Installation CD boots, it tries to detect all your hardware devices 
and
-loads the appropriate kernel modules to support your hardware. In the vast
-majority of cases, it does a very good job. However, in some cases it may not
-auto-load the kernel modules you need. If the PCI auto-detection missed some of
-your system's hardware, you will have to load the appropriate kernel modules
-manually. 
-</p>
-
-<p>
-In the next example we try to load the <c>8139too</c> module (support for 
-certain kinds of network interfaces):
-</p>
-
-<pre caption="Loading kernel modules">
-# <i>modprobe 8139too</i>
-</pre>
-
-</body>
-</subsection>
-<subsection>
-<title>Optional: Tweaking Hard Disk Performance</title>
-<body>
-
-<p>
-If you are an advanced user, you might want to tweak the IDE hard disk
-performance using <c>hdparm</c>. With the <c>-tT</c> options you can
-test the performance of your disk (execute it several times to get a
-more precise impression):
-</p>
-
-<pre caption="Testing disk performance">
-# <i>hdparm -tT /dev/hda</i>
-</pre>
-
-<p>
-To tweak, you can use any of the following examples (or experiment
-yourself) which use <path>/dev/hda</path> as disk (substitute with your
-disk):
-</p>
-
-<pre caption="Tweaking hard disk performance">
-<comment>Activate DMA:</comment>
-# <i>hdparm -d 1 /dev/hda</i>
-<comment>Activate DMA + Safe Performance-enhancing Options:</comment>
-# <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/hda</i>
-</pre>
-
-</body>
-</subsection>
-<subsection id="useraccounts">
-<title>Optional: User Accounts</title>
-<body>
-
-<p>
-If you plan on giving other people access to your installation
-environment or you want to chat using <c>irssi</c> without root privileges (for
-security reasons), you need to create the necessary user accounts and change 
-the root password.
-</p>
-
-<p>
-To change the root password, use the <c>passwd</c> utility:
-</p>
-
-<pre caption="Changing the root password">
-# <i>passwd</i>
-New password: <comment>(Enter your new password)</comment>
-Re-enter password: <comment>(Re-enter your password)</comment>
-</pre>
-
-<p>
-To create a user account, we first enter their credentials, followed by
-its password. We use <c>useradd</c> and <c>passwd</c> for these tasks.
-In the next example, we create a user called &quot;john&quot;.
-</p>
-
-<pre caption="Creating a user account">
-# <i>useradd -m -G users john</i>
-# <i>passwd john</i>
-New password: <comment>(Enter john's password)</comment>
-Re-enter password: <comment>(Re-enter john's password)</comment>
-</pre>
 
-<p>
-You can change your user id from root to the newly created user by using
-<c>su</c>:
-</p>
-
-<pre caption="Changing user id">
-# <i>su - john</i>
-</pre>
-
-</body>
-</subsection>
 <subsection>
-<title>Optional: Viewing Documentation while Installing</title>
-<body>
-
-<p>
-If you want to view the Gentoo Handbook during the installation, make sure you
-have created a user account (see <uri link="#useraccounts">Optional: User
-Accounts</uri>). Then press <c>Alt-F2</c> to go to a new terminal and log in.
-</p>
-
-<p>
-If you want to view the documentation on the CD you can immediately run
-<c>links</c> to read it:
-</p>
-
-<pre caption="Viewing the on-CD documentation">
-# <i>links /mnt/cdrom/docs/handbook/html/index.html</i>
-</pre>
-
-<p>
-However, it is preferred that you use the online Gentoo Handbook as it will be
-more recent than the one provided on the CD.
-</p>
-
-<pre caption="Viewing the Online Documentation">
-# <i>links http://www.gentoo.org/doc/en/handbook/<keyval id="online-book"/></i>
-</pre>
-
-<p>
-You can go back to your original terminal by pressing <c>Alt-F1</c>.
-</p>
-
-</body>
+<include href="../hb-install-bootconfig.xml"/>
 </subsection>
-<subsection>
-<title>Optional: Starting the SSH Daemon</title>
-<body>
-
-<p>
-If you want to allow other users to access your computer during the
-Gentoo installation (perhaps because those users are going to help you
-install Gentoo, or even do it for you), you need to create a user
-account for them and perhaps even provide them with your root password 
-(<e>only</e> do that <e>if</e> you <b>fully trust</b> that user).
-</p>
 
-<p>
-To fire up the SSH daemon, execute the following command:
-</p>
-
-<pre caption="Starting the SSH daemon">
-# <i>/etc/init.d/sshd start</i>
-</pre>
-
-<p>
-To be able to use sshd, you first need to set up your networking. Continue with
-the chapter on <uri link="?part=1&amp;chap=3">Configuring your Network</uri>.
-</p>
-
-</body>
-</subsection>
 </section>
 </sections>



1.5                  xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-disk.xml

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

Index: hb-install-sparc-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-disk.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-sparc-disk.xml   31 Mar 2008 21:48:08 -0000      1.4
+++ hb-install-sparc-disk.xml   2 May 2008 08:04:24 -0000       1.5
@@ -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/2008.0/hb-install-sparc-disk.xml,v
 1.4 2008/03/31 21:48:08 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-disk.xml,v
 1.5 2008/05/02 08:04:24 nightmorph Exp $ -->
 
 <sections>
 
-<version>9.0</version>
-<date>2008-04-01</date>
+<version>9.1</version>
+<date>2008-05-02</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -31,8 +31,7 @@
 
 <p>
 The first partition on the first SCSI disk is <path>/dev/sda1</path>, the 
second
-<path>/dev/sda2</path> and so on.  Similarly, the first two partitions on the
-first IDE disk are <path>/dev/hda1</path> and <path>/dev/hda2</path>.
+<path>/dev/sda2</path> and so on.
 </p>
 
 <p>
@@ -57,9 +56,8 @@
 <body>
 
 <p>
-If you are not interested in drawing up a partitioning scheme,
-the table below suggests a suitable starting point for most systems. For
-IDE-based systems, substitute <c>hda</c> for <c>sda</c> in the following.
+If you are not interested in drawing up a partitioning scheme, the table below
+suggests a suitable starting point for most systems.
 </p>
 
 <p>



1.5                  
xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-medium.xml

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

Index: hb-install-sparc-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-medium.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-sparc-medium.xml 31 Mar 2008 21:48:08 -0000      1.4
+++ hb-install-sparc-medium.xml 2 May 2008 08:04:24 -0000       1.5
@@ -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/2008.0/hb-install-sparc-medium.xml,v
 1.4 2008/03/31 21:48:08 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-sparc-medium.xml,v
 1.5 2008/05/02 08:04:24 nightmorph Exp $ -->
 
 <sections>
 
-<version>9.0</version>
-<date>2008-04-01</date>
+<version>9.1</version>
+<date>2008-05-02</date>
 
 <section>
 <title>Hardware Requirements</title>
@@ -236,135 +236,10 @@
 
 </body>
 </subsection>
-<subsection id="hardware">
-<title>Extra Hardware Configuration</title>
-<body>
-
-<p>
-If not all hardware is supported out-of-the-box, you will need to load the
-appropriate kernel modules.
-</p>
-
-<p>
-In the next example we try to load the <c>8139too</c> module (support for 
-certain kinds of network interfaces):
-</p>
-
-<pre caption="Loading kernel modules">
-# <i>modprobe 8139too</i>
-</pre>
-
-</body>
-</subsection>
-<subsection id="useraccounts">
-<title>Optional: User Accounts</title>
-<body>
-
-<p>
-If you plan on giving other people access to your installation
-environment or you want to chat using <c>irssi</c> without root privileges (for
-security reasons), you need to create the necessary user accounts and change 
-the root password.
-</p>
-
-<p>
-To change the root password, use the <c>passwd</c> utility:
-</p>
-
-<pre caption="Changing the root password">
-# <i>passwd</i>
-New password: <comment>(Enter your new password)</comment>
-Re-enter password: <comment>(Re-enter your password)</comment>
-</pre>
-
-<p>
-To create a user account, we first enter their credentials, followed by
-its password. We use <c>useradd</c> and <c>passwd</c> for these tasks.
-In the next example, we create a user called &quot;john&quot;.
-</p>
-
-<pre caption="Creating a user account">
-# <i>useradd -m -G users john</i>
-# <i>passwd john</i>
-New password: <comment>(Enter john's password)</comment>
-Re-enter password: <comment>(Re-enter john's password)</comment>
-</pre>
 
-<p>
-You can change your user id from root to the newly created user by using
-<c>su</c>:
-</p>
-
-<pre caption="Changing user id">
-# <i>su - john</i>
-</pre>
-
-</body>
-</subsection>
 <subsection>
-<title>Optional: Viewing Documentation while Installing</title>
-<body>
-
-<p>
-If you want to view the Gentoo Handbook (either from-CD or online) during the
-installation, make sure you have created a user account (see <uri
-link="#useraccounts">Optional: User Accounts</uri>). Then press <c>Alt-F2</c> 
to
-go to a new terminal and log in.
-</p>
-
-<p>
-If you want to view the documentation on the CD you can immediately run
-<c>links</c> to read it:
-</p>
-
-<pre caption="Viewing the on-CD documentation">
-# <i>links /mnt/cdrom/docs/handbook/html/index.html</i>
-</pre>
-
-<p>
-However, it is preferred that you use the online Gentoo Handbook as it will be
-more recent than the one provided on the CD. You can view it using <c>links</c>
-as well, but only after having completed the <e>Configuring your Network</e>
-chapter (otherwise you won't be able to go on the Internet to view the
-document):
-</p>
-
-<pre caption="Viewing the Online Documentation">
-# <i>links http://www.gentoo.org/doc/en/handbook/<keyval id="online-book"/></i>
-</pre>
-
-<p>
-You can go back to your original terminal by pressing <c>Alt-F1</c>.
-</p>
-
-</body>
+<include href="../hb-install-bootconfig.xml"/>
 </subsection>
-<subsection>
-<title>Optional: Starting the SSH Daemon</title>
-<body>
-
-<p>
-If you want to allow other users to access your computer during the
-Gentoo installation (perhaps because those users are going to help you
-install Gentoo, or even do it for you), you need to create a user
-account for them and perhaps even provide them with your root password 
-(<e>only</e> do that <e>if</e> you <b>fully trust</b> that user).
-</p>
-
-<p>
-To fire up the SSH daemon, execute the following command:
-</p>
-
-<pre caption="Starting the SSH daemon">
-# <i>/etc/init.d/sshd start</i>
-</pre>
-
-<p>
-To be able to use sshd, you first need to set up your networking. Continue with
-the chapter on <uri link="?part=1&amp;chap=3">Configuring your Network</uri>.
-</p>
 
-</body>
-</subsection>
 </section>
 </sections>



-- 
[email protected] mailing list

Reply via email to