public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: hb-install-ppc64-bootloader.xml
@ 2005-07-29 17:20 Joseph Jezak
  0 siblings, 0 replies; 11+ messages in thread
From: Joseph Jezak @ 2005-07-29 17:20 UTC (permalink / raw
  To: gentoo-doc-cvs

josejx      05/07/29 17:20:09

  Modified:    xml/htdocs/doc/en/handbook/draft/2005.1
                        hb-install-ppc64-bootloader.xml
                        hb-install-ppc64-kernel.xml
                        hb-install-ppc64-medium.xml
  Log:
  PPC64 docs patches from Dostrow.

Revision  Changes    Path
1.2       +31 -12    xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-bootloader.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-bootloader.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-bootloader.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo

Index: hb-install-ppc64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-bootloader.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-ppc64-bootloader.xml	5 Jul 2005 08:34:23 -0000	1.1
+++ hb-install-ppc64-bootloader.xml	29 Jul 2005 17:20:09 -0000	1.2
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-bootloader.xml,v 1.1 2005/07/05 08:34:23 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-bootloader.xml,v 1.2 2005/07/29 17:20:09 josejx Exp $ -->
 
 <sections>
 
@@ -39,8 +39,9 @@
 <body>
 
 <impo>
-You have to use yaboot-static instead of yaboot, because yaboot won't
-compile on PPC64.
+For a 64bit userland use yaboot-static instead of yaboot, because yaboot won't
+compile on 64bit userland systems. For a 32bit userland use yaboot as you
+normally would.
 </impo>
 
 <p>
@@ -92,8 +93,27 @@
 Portage, but it may not have made it into the stage files.
 </p>
 
-<pre caption = "Installing yaboot-static">
-# <i>emerge --update yaboot-static</i>
+<impo>
+If you are installing on a G5 using an online install and have not used the 
+G5 optimized stages you must change what profile you are linked to now. If you 
+do not you will not get dependencies necessary for yaboot to run on Apple 
+equipment. In the command below replace <c>(userland)</c> with your chosen 
+userland bit level. If you are installing on a G5 using an offline install 
+you have to install these packages by hand.
+</impo>
+
+<pre caption = "(ONLINE INSTALL FOR G5 USERS ONLY) Changing your profile">
+# <i>rm /etc/make.profile</i>
+# <i>ln -sf /usr/portage/profiles/default-linux/ppc/2005.1/ppc64/(userland)/970/pmac /etc/make.profile</i>
+</pre>
+
+<pre caption = "(OFFLINE INSTALL FOR G5 USERS ONLY) Installing Necessary File System Tools">
+# <i>emerge hfsutils hfsplusutils</i>
+</pre>
+
+<pre caption = "Installing the bootloader">
+(64bit userland)# <i>emerge --update yaboot-static</i>
+(32bit userland)# <i>emerge --update yaboot</i>
 </pre>
 
 <p>
@@ -167,13 +187,12 @@
 
 <comment>#################
 ## This section can be duplicated if you have more than one kernel or set of
-## boot options - replace 2.6.9 with your kernel-version
+## boot options - replace 2.6.12-gentoo-r4 with your kernel-version
 #################</comment>
-image=/boot/kernel-2.6.9
+image=/boot/kernel-2.6.12-gentoo-r4
   label=Linux
   root=/dev/hda3
   partition=3
-  sysmap=/boot/System.map-2.6.9
   read-only
 
 macos=hd:13
@@ -235,11 +254,11 @@
 device=disk:
 partition=2
 root=/dev/sda2
-default=2.6.8-gentoo-r3
+default=2.6.12-gentoo-r4
 timeout=50
 
-image=/boot/vmlinux-2.6.8-gentoo-r3
-      label=2.6.8-gentoo-r3
+image=/boot/kernel-2.6.12-gentoo-r4
+      label=2.6.12-gentoo-r4
     append="console=ttyS0,9600"
     read-only
 </pre>
@@ -253,7 +272,7 @@
 <pre caption="yaboot.conf for PReP hardware">
 default = linux
 timeout = 100
-image=/boot/vmlinux
+image=/boot/kernel-2.6.12-gentoo-r4
         label=linux
         read-only
         root = /dev/sda2



1.2       +20 -19    xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-kernel.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-kernel.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-kernel.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-kernel.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo

Index: hb-install-ppc64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-kernel.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-ppc64-kernel.xml	5 Jul 2005 08:34:23 -0000	1.1
+++ hb-install-ppc64-kernel.xml	29 Jul 2005 17:20:09 -0000	1.2
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-kernel.xml,v 1.1 2005/07/05 08:34:23 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-kernel.xml,v 1.2 2005/07/29 17:20:09 josejx Exp $ -->
 
 <sections>
 
@@ -61,7 +61,7 @@
 <pre caption="Viewing the kernel source symlink">
 # <i>ls -l /usr/src/linux</i>
 lrwxrwxrwx    1 root     root           12 Oct 13 11:04 /usr/src/linux
--&gt; linux-2.6.7-gentoo-r8
+-&gt; linux-2.6.12-gentoo-r4
 </pre>
 
 <p>
@@ -72,7 +72,7 @@
 <pre caption="Changing the kernel source symlink">
 # <i>rm /usr/src/linux</i>
 # <i>cd /usr/src</i>
-# <i>ln -s linux-2.6.7-gentoo-r8 linux</i>
+# <i>ln -s linux-2.6.12-gentoo-r4 linux</i>
 </pre>
 
 <p>
@@ -118,9 +118,20 @@
 menuconfig</c>. This will fire up an ncurses-based configuration menu.
 </p>
 
+<p>
+When compiling the kernel on a 32bit userland system add the following to
+the bottom of /etc/profile:
+</p>
+
+<pre caption="32bit userland make alias">
+# <i>echo 'alias ppc64make="make ARCH=ppc64 CROSS_COMPILE=powerpc64-unknown-linux-gnu-"' >> /etc/profile</i>
+# <i>source /etc/profile</i>
+</pre>
+
 <pre caption="Invoking menuconfig">
 # <i>cd /usr/src/linux</i>
-# <i>make menuconfig</i>
+(64bit userland)  # <i>make menuconfig</i>
+(32bit userland)  # <i>ppc64make menuconfig</i>
 </pre>
 
 <p>
@@ -152,8 +163,7 @@
 Now 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>, <c>/dev file system</c> +
-<c>Automatically mount at boot</c> and <c>/dev/pts file system for
+memory</c>, <c>/proc file system</c>, and <c>/dev/pts file system for
 Unix98 PTYs</c>:
 </p>
 
@@ -161,8 +171,6 @@
 File systems ---&gt;
   [*] Virtual memory file system support (former shm fs)
   [*] /proc file system support
-  [*] /dev file system support (EXPERIMENTAL)
-  [*]   Automatically mount at boot
   [*] /dev/pts file system for Unix98 PTYs
 
 <comment>(Select one or more of the following options as needed by your system)</comment>
@@ -229,7 +237,8 @@
 </p>
 
 <pre caption="Compiling the kernel">
-(Apple/IBM)  # <i>make &amp;&amp; make modules_install</i>
+(64bit userland)  # <i>make &amp;&amp; make modules_install</i>
+(32bit userland)  # <i>ppc64make &amp;&amp; ppc64make modules_install</i>
 </pre>
 
 <p>
@@ -238,15 +247,7 @@
 </p>
 
 <pre caption="Installing the kernel">
-(Apple/IBM)  # <i>cp vmlinux /boot/kernel-2.6.7-gentoo-r8</i>
-</pre>
-
-<p>
-Also don't forget to copy over the system map:
-</p>
-
-<pre caption="Copying the system map">
-# <i>cp System.map /boot/System.map-2.6.7</i>
+# <i>cp vmlinux /boot/kernel-2.6.12-gentoo-r4</i>
 </pre>
 
 <p>
@@ -255,7 +256,7 @@
 </p>
 
 <pre caption="Backing up your kernel configuration">
-# <i>cp .config /boot/config-2.6.7-gentoo-r8</i>
+# <i>cp .config /boot/config-2.6.12</i>
 </pre>
 
 <p>



1.4       +14 -9     xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-medium.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-medium.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-medium.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-medium.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo

Index: hb-install-ppc64-medium.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/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	11 Jul 2005 20:39:52 -0000	1.3
+++ hb-install-ppc64-medium.xml	29 Jul 2005 17:20:09 -0000	1.4
@@ -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/2005.1/hb-install-ppc64-medium.xml,v 1.3 2005/07/11 20:39:52 so Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-medium.xml,v 1.4 2005/07/29 17:20:09 josejx Exp $ -->
 
 <sections>
 
@@ -36,7 +36,7 @@
 <tr>
   <th>Systems</th>
   <ti>
-    IBM RS/6000s, Power Macintosh G5, IBP pSeries and IBM iSeries
+    IBM RS/6000s, Power Macintosh G5, iMac G5, IBP pSeries and IBM OpenPower
   </ti>
 </tr>
 <tr>
@@ -75,6 +75,12 @@
 environment.
 </p>
 
+<p>
+The Gentoo/PPC64 team provides you with additional options at this point.
+You have the choice to use a 32bit or a 64bit userland; a full set of stages
+is provided for both options.
+</p>
+
 <ul>
   <li>
     A stage1 file contains nothing more than a compiler, Portage (Gentoo's
@@ -137,9 +143,8 @@
 Gentoo also provides a Package CD. This is no Installation CD but an additional
 resource that you can exploit during the installation of your Gentoo system. It
 contains prebuilt packages (the so-called GRP set) that allows you to easily
-and quickly install additional applications (such as OpenOffice.org, KDE,
-GNOME, ...) immediately after the Gentoo installation and right before you
-update your Portage tree.
+and quickly install additional applications immediately after the Gentoo 
+installation and right before you update your Portage tree.
 </p>
 
 <p>
@@ -160,8 +165,8 @@
 You can download the Universal Installation CD (and, if you want to, the
 Packages CD as well) from one of our <uri 
 link="/main/en/mirrors.xml">mirrors</uri>. The Installation CDs are located 
-in the <path>releases/ppc64/2005.1/installcd</path> directory; 
-the Package CDs are located in the <path>releases/ppc64/2005.1/packagecd</path>
+in the <path>releases/ppc/2005.1/ppc64/installcd</path> directory; 
+the Package CDs are located in the <path>releases/ppc/2005.1/ppc64/packagecd</path>
 directory.
 </p>
 
@@ -228,7 +233,7 @@
 </body>
 </subsection>
 <subsection>
-<title>Default: Booting the Installation CD on an Apple/IBM</title>
+<title>Booting the Installation CD on an Apple</title>
 <body>
 
 <p>
@@ -294,7 +299,7 @@
 </body>
 </subsection>
 <subsection>
-<title>IBM pSeries</title>
+<title>Booting the Installation CD on an IBM pSeries</title>
 <body>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-install-ppc64-bootloader.xml
@ 2005-08-08 14:06 swift
  0 siblings, 0 replies; 11+ messages in thread
From: swift @ 2005-08-08 14:06 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       05/08/08 14:06:28

  Removed:     xml/htdocs/doc/en/handbook/draft/2005.1
                        hb-install-ppc64-bootloader.xml
  Log:
  Removing hb-install-ppc64-bootloader.xml from this location
-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-install-ppc64-bootloader.xml
@ 2005-10-06 18:20 Jan Kundrat
  0 siblings, 0 replies; 11+ messages in thread
From: Jan Kundrat @ 2005-10-06 18:20 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         05/10/06 18:20:40

  Modified:    xml/htdocs/doc/en/handbook hb-install-ppc64-bootloader.xml
  Log:
  s/untill/until/, tx to jakub for reporting

Revision  Changes    Path
1.16      +2 -2      xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.16&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.16&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml.diff?r1=1.15&r2=1.16&cvsroot=gentoo

Index: hb-install-ppc64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hb-install-ppc64-bootloader.xml	14 Jun 2005 10:18:25 -0000	1.15
+++ hb-install-ppc64-bootloader.xml	6 Oct 2005 18:20:40 -0000	1.16
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v 1.15 2005/06/14 10:18:25 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v 1.16 2005/10/06 18:20:40 jkt Exp $ -->
 
 <sections>
 
@@ -25,7 +25,7 @@
 </p>
 
 <p>
-On Linux/PPC64 we have only yaBoot as a bootloader untill grub2 is
+On Linux/PPC64 we have only yaBoot as a bootloader until grub2 is
 finished.
 </p>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-install-ppc64-bootloader.xml
@ 2005-10-29  7:29 Xavier Neys
  0 siblings, 0 replies; 11+ messages in thread
From: Xavier Neys @ 2005-10-29  7:29 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       05/10/29 07:29:55

  Modified:    xml/htdocs/doc/en/handbook hb-install-ppc64-bootloader.xml
  Log:
  #110770 s/folowing/following/

Revision  Changes    Path
1.18      +2 -2      xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.18&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.18&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml.diff?r1=1.17&r2=1.18&cvsroot=gentoo

Index: hb-install-ppc64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- hb-install-ppc64-bootloader.xml	6 Oct 2005 19:50:33 -0000	1.17
+++ hb-install-ppc64-bootloader.xml	29 Oct 2005 07:29:55 -0000	1.18
@@ -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/hb-install-ppc64-bootloader.xml,v 1.17 2005/10/06 19:50:33 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v 1.18 2005/10/29 07:29:55 neysx Exp $ -->
 
 <sections>
 
@@ -212,7 +212,7 @@
 
 <p>
 On IBM hardware you cannot run yabootconfig or ybin. You must proceed with the 
-folowing steps:
+following steps:
 </p>
 
 <ul>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-install-ppc64-bootloader.xml
@ 2005-10-29  7:29 Xavier Neys
  0 siblings, 0 replies; 11+ messages in thread
From: Xavier Neys @ 2005-10-29  7:29 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       05/10/29 07:29:55

  Modified:    xml/htdocs/doc/en/handbook/2005.1
                        hb-install-ppc64-bootloader.xml
  Log:
  #110770 s/folowing/following/

Revision  Changes    Path
1.2       +2 -2      xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo

Index: hb-install-ppc64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-ppc64-bootloader.xml	8 Aug 2005 13:21:15 -0000	1.1
+++ hb-install-ppc64-bootloader.xml	29 Oct 2005 07:29:55 -0000	1.2
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml,v 1.1 2005/08/08 13:21:15 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml,v 1.2 2005/10/29 07:29:55 neysx Exp $ -->
 
 <sections>
 
@@ -225,7 +225,7 @@
 
 <p>
 On IBM hardware you cannot run yabootconfig or ybin. You must proceed with the 
-folowing steps:
+following steps:
 </p>
 
 <ul>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-install-ppc64-bootloader.xml
@ 2005-11-24 22:58 Xavier Neys
  0 siblings, 0 replies; 11+ messages in thread
From: Xavier Neys @ 2005-11-24 22:58 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       05/11/24 22:58:48

  Modified:    xml/htdocs/doc/en/handbook hb-install-ppc64-bootloader.xml
  Log:
  Removed kernel version from bootloader's label

Revision  Changes    Path
1.20      +3 -3      xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.20&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.20&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml.diff?r1=1.19&r2=1.20&cvsroot=gentoo

Index: hb-install-ppc64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- hb-install-ppc64-bootloader.xml	24 Nov 2005 17:26:10 -0000	1.19
+++ hb-install-ppc64-bootloader.xml	24 Nov 2005 22:58:48 -0000	1.20
@@ -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/hb-install-ppc64-bootloader.xml,v 1.19 2005/11/24 17:26:10 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v 1.20 2005/11/24 22:58:48 neysx Exp $ -->
 
 <sections>
 
-<version>2.4</version>
+<version>2.5</version>
 <date>2005-11-24</date>
 
 <section>
@@ -238,7 +238,7 @@
 timeout=50
 
 image=/boot/kernel-2.6.12-gentoo-r10
-      label=2.6.8-gentoo-r3
+      label=Linux
     append="console=ttyS0,9600"
     read-only
 </pre>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-install-ppc64-bootloader.xml
@ 2005-11-24 22:58 Xavier Neys
  0 siblings, 0 replies; 11+ messages in thread
From: Xavier Neys @ 2005-11-24 22:58 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       05/11/24 22:58:49

  Modified:    xml/htdocs/doc/en/handbook/2005.1
                        hb-install-ppc64-bootloader.xml
  Log:
  Removed kernel version from bootloader's label

Revision  Changes    Path
1.4       +2 -2      xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo

Index: hb-install-ppc64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/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	24 Nov 2005 17:26:11 -0000	1.3
+++ hb-install-ppc64-bootloader.xml	24 Nov 2005 22:58:49 -0000	1.4
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml,v 1.3 2005/11/24 17:26:11 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml,v 1.4 2005/11/24 22:58:49 neysx Exp $ -->
 
 <sections>
 
@@ -251,7 +251,7 @@
 timeout=50
 
 image=/boot/kernel-2.6.12-gentoo-r10
-      label=2.6.12-gentoo-r10
+      label=Linux
       append="console=ttyS0,9600"
       read-only
 </pre>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-install-ppc64-bootloader.xml
@ 2006-01-20 10:52 Xavier Neys
  0 siblings, 0 replies; 11+ messages in thread
From: Xavier Neys @ 2006-01-20 10:52 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       06/01/20 10:52:15

  Modified:    xml/htdocs/doc/en/handbook hb-install-ppc64-bootloader.xml
                        hb-install-ppc64-disk.xml
  Log:
  Bind-mounting /dev is now part of the common instructions

Revision  Changes    Path
1.22      +4 -4      xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.22&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.22&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml.diff?r1=1.21&r2=1.22&cvsroot=gentoo

Index: hb-install-ppc64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- hb-install-ppc64-bootloader.xml	19 Jan 2006 21:48:10 -0000	1.21
+++ hb-install-ppc64-bootloader.xml	20 Jan 2006 10:52:15 -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/hb-install-ppc64-bootloader.xml,v 1.21 2006/01/19 21:48:10 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v 1.22 2006/01/20 10:52:15 neysx Exp $ -->
 
 <sections>
 
-<version>2.6</version>
-<date>2006-01-19</date>
+<version>2.7</version>
+<date>2006-01-20</date>
 
 <section>
 <title>Making your Choice</title>
@@ -289,7 +289,7 @@
 <pre caption="Exiting the chroot, unmounting all partitions and rebooting">
 # <i>exit</i>
 ~# <i>cd</i>
-~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo/dev /mnt/gentoo</i>
+~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i>
 ~# <i>reboot</i>
 </pre>
 



1.23      +3 -20     xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.23&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.23&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml.diff?r1=1.22&r2=1.23&cvsroot=gentoo

Index: hb-install-ppc64-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- hb-install-ppc64-disk.xml	15 Oct 2005 19:55:31 -0000	1.22
+++ hb-install-ppc64-disk.xml	20 Jan 2006 10:52:15 -0000	1.23
@@ -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/hb-install-ppc64-disk.xml,v 1.22 2005/10/15 19:55:31 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.23 2006/01/20 10:52:15 neysx Exp $ -->
 
 <sections>
 
-<version>2.5</version>
-<date>2005-08-25</date>
+<version>2.6</version>
+<date>2006-01-20</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -718,23 +718,6 @@
 </note>
 
 <p>
-Finally we have to create the <path>/dev</path> files in our new home, which is
-needed during the bootloader installation.  This could be done by "bind"-mapping
-the <path>/dev</path>-filesystem from the Installation CD:
-</p>
-
-<pre caption="Bind-mounting the /dev-filesystem">
-# <i>mkdir /mnt/gentoo/dev</i>
-# <i>mount -o bind /dev /mnt/gentoo/dev</i>
-</pre>
-
-<p>
-We will also have to mount the proc filesystem (a virtual interface with the 
-kernel) on <path>/proc</path>. But first we will need to place our files on the
-partitions.
-</p>
-
-<p>
 Continue with <uri link="?part=1&amp;chap=5">Installing the Gentoo
 Installation Files</uri>.
 </p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-install-ppc64-bootloader.xml
@ 2006-01-20 10:52 Xavier Neys
  0 siblings, 0 replies; 11+ messages in thread
From: Xavier Neys @ 2006-01-20 10:52 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       06/01/20 10:52:16

  Modified:    xml/htdocs/doc/en/handbook/2005.1
                        hb-install-ppc64-bootloader.xml
                        hb-install-ppc64-disk.xml
  Log:
  Bind-mounting /dev is now part of the common instructions

Revision  Changes    Path
1.6       +4 -4      xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo

Index: hb-install-ppc64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-ppc64-bootloader.xml	19 Jan 2006 21:48:11 -0000	1.5
+++ hb-install-ppc64-bootloader.xml	20 Jan 2006 10:52:16 -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/1.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml,v 1.5 2006/01/19 21:48:11 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml,v 1.6 2006/01/20 10:52:16 neysx Exp $ -->
 
 <sections>
 
-<version>5.2</version>
-<date>2006-01-19</date>
+<version>5.3</version>
+<date>2006-01-20</date>
 
 <section>
 <title>Making your Choice</title>
@@ -302,7 +302,7 @@
 <pre caption="Exiting the chroot, unmounting all partitions and rebooting">
 # <i>exit</i>
 ~# <i>cd</i>
-~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo/dev /mnt/gentoo</i>
+~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i>
 ~# <i>reboot</i>
 </pre>
 



1.3       +3 -19     xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-disk.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-disk.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-disk.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-disk.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo

Index: hb-install-ppc64-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-disk.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-ppc64-disk.xml	25 Aug 2005 19:22:50 -0000	1.2
+++ hb-install-ppc64-disk.xml	20 Jan 2006 10:52:16 -0000	1.3
@@ -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/2005.1/hb-install-ppc64-disk.xml,v 1.2 2005/08/25 19:22:50 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-disk.xml,v 1.3 2006/01/20 10:52:16 neysx Exp $ -->
 
 <sections>
 
-<version>5.1</version>
-<date>2005-08-25</date>
+<version>5.2</version>
+<date>2006-01-20</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -713,22 +713,6 @@
 </note>
 
 <p>
-Finally we have to create the <path>/dev</path> files in our new home, which is
-needed during the bootloader installation.  This could be done by "bind"-mapping
-the <path>/dev</path>-filesystem from the Installation CD:
-</p>
-
-<pre caption="Bind-mounting the /dev-filesystem">
-# <i>mkdir /mnt/gentoo/dev</i>
-# <i>mount -o bind /dev /mnt/gentoo/dev</i>
-</pre>
-
-<p>
-We will also have to mount the proc filesystem (a virtual interface with the 
-kernel) on <path>/proc</path>. But first we will need to place our files on the partitions.
-</p>
-
-<p>
 Continue with <uri link="?part=1&amp;chap=5">Installing the Gentoo
 Installation Files</uri>.
 </p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-install-ppc64-bootloader.xml
@ 2006-02-26 18:20 Shyam Mani
  0 siblings, 0 replies; 11+ messages in thread
From: Shyam Mani @ 2006-02-26 18:20 UTC (permalink / raw
  To: gentoo-doc-cvs

fox2mike    06/02/26 18:20:29

  Modified:    xml/htdocs/doc/en/handbook/draft hb-install-ppc64-disk.xml
  Added:       xml/htdocs/doc/en/handbook/draft
                        hb-install-ppc64-bootloader.xml
                        hb-install-ppc64-kernel.xml
  Log:
  2006.0 changes for ppc64

Revision  Changes    Path
1.13      +4 -4      xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml?rev=1.13&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml?rev=1.13&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml.diff?r1=1.12&r2=1.13&cvsroot=gentoo

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.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- hb-install-ppc64-disk.xml	26 Feb 2006 17:49:34 -0000	1.12
+++ hb-install-ppc64-disk.xml	26 Feb 2006 18:20:29 -0000	1.13
@@ -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-ppc64-disk.xml,v 1.12 2006/02/26 17:49:34 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml,v 1.13 2006/02/26 18:20:29 fox2mike Exp $ -->
 
 <sections>
 
@@ -571,9 +571,9 @@
 <body>
 
 <note>
-Several filesystems are available. Ext2 and ext3 are found stable on the
-PPC64 architecture, reiserfs and xfs are in experimental stage. jfs is
-unsupported.
+Several filesystems are available. ext2, ext3 and ReiserFS support is built in
+the Installation CD kernels. JFS and XFS support is available through kernel
+modules.
 </note>
 
 <p>



1.9       +78 -20    xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-bootloader.xml?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-bootloader.xml?rev=1.9&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-bootloader.xml.diff?r1=1.8&r2=1.9&cvsroot=gentoo




1.8       +45 -89    xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml?rev=1.8&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml?rev=1.8&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-kernel.xml.diff?r1=1.7&r2=1.8&cvsroot=gentoo




-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [gentoo-doc-cvs] cvs commit: hb-install-ppc64-bootloader.xml
@ 2006-03-17 10:31 Xavier Neys
  0 siblings, 0 replies; 11+ messages in thread
From: Xavier Neys @ 2006-03-17 10:31 UTC (permalink / raw
  To: gentoo-doc-cvs

neysx       06/03/17 10:31:53

  Modified:             hb-install-ppc64-bootloader.xml
  Log:
  Fix from #126333

Revision  Changes    Path
1.24                 xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.24&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.24&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml.diff?r1=1.23&r2=1.24&cvsroot=gentoo

Index: hb-install-ppc64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- hb-install-ppc64-bootloader.xml	27 Feb 2006 00:55:34 -0000	1.23
+++ hb-install-ppc64-bootloader.xml	17 Mar 2006 10:31:53 -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/hb-install-ppc64-bootloader.xml,v 1.23 2006/02/27 00:55:34 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v 1.24 2006/03/17 10:31:53 neysx Exp $ -->
 
 <sections>
 
-<version>2.8</version>
-<date>2006-02-27</date>
+<version>2.9</version>
+<date>2006-03-17</date>
 
 <section>
 <title>Making your Choice</title>
@@ -243,11 +243,11 @@
 device=disk:
 partition=2
 root=/dev/sda2
-default=2.6.12-gentoo-r10
+default=linux
 timeout=50
 
 image=/boot/kernel-2.6.12-gentoo-r10
-      label=Linux
+    label=linux
     append="console=ttyS0,9600"
     read-only
 </pre>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2006-03-17 10:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-26 18:20 [gentoo-doc-cvs] cvs commit: hb-install-ppc64-bootloader.xml Shyam Mani
  -- strict thread matches above, loose matches on Subject: below --
2006-03-17 10:31 Xavier Neys
2006-01-20 10:52 Xavier Neys
2006-01-20 10:52 Xavier Neys
2005-11-24 22:58 Xavier Neys
2005-11-24 22:58 Xavier Neys
2005-10-29  7:29 Xavier Neys
2005-10-29  7:29 Xavier Neys
2005-10-06 18:20 Jan Kundrat
2005-08-08 14:06 swift
2005-07-29 17:20 Joseph Jezak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox