From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1F7e3c-0005EY-LQ for garchives@archives.gentoo.org; Fri, 10 Feb 2006 19:35:53 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k1AJZbps004262; Fri, 10 Feb 2006 19:35:37 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k1AJZa7l000725 for ; Fri, 10 Feb 2006 19:35:36 GMT Message-Id: <200602101935.k1AJZa7l000725@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark) by smtp.gentoo.org with smtp (Exim 4.54) id 1F7e3L-0004hP-K4 for gentoo-doc-cvs@lists.gentoo.org; Fri, 10 Feb 2006 19:35:35 +0000 Received: by lark (sSMTP sendmail emulation); Fri, 10 Feb 2006 19:35:35 +0000 From: "Shyam Mani" Date: Fri, 10 Feb 2006 19:35:35 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-ppc64-disk.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 4d866829-81a9-4d90-b35d-1e2d1042ff17 X-Archives-Hash: 516df20af072535a999e265a0eefaf32 fox2mike 06/02/10 19:35:35 Modified: xml/htdocs/doc/en/handbook/draft/2006.0 hb-install-ppc64-disk.xml hb-install-ppc64-kernel.xml hb-install-ppc64-medium.xml Log: First batch of ppc64 changes for 2006.0, thanks to ranger Revision Changes Path 1.2 +12 -2 xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-ppc64-disk.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-ppc64-disk.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/2006.0/hb-install-ppc64-disk.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/2006.0/hb-install-ppc64-disk.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo Index: hb-install-ppc64-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-ppc64-disk.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hb-install-ppc64-disk.xml 1 Feb 2006 18:38:17 -0000 1.1 +++ hb-install-ppc64-disk.xml 10 Feb 2006 19:35:34 -0000 1.2 @@ -4,7 +4,7 @@ - + @@ -248,6 +248,14 @@

+If you have an ipr based SCSI adapter, you should start the ipr utilities now. +

+ +
+# /etc/init.d/iprinit start
+
+ +

The following parts explain how to create the example partition layout described previously, namely:

@@ -560,7 +568,9 @@ -Several filesystems are available. +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.

1.2 +4 -16 xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-ppc64-kernel.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/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/2006.0/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/2006.0/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/2006.0/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 1 Feb 2006 18:38:17 -0000 1.1 +++ hb-install-ppc64-kernel.xml 10 Feb 2006 19:35:34 -0000 1.2 @@ -4,7 +4,7 @@ - + @@ -107,24 +107,12 @@ uses (it might provide you with a nice hint on what to enable).

-

-Now go to your kernel source directory and execute make -menuconfig. This will fire up an ncurses-based configuration menu. -

- -

-When compiling the kernel on a 32bit userland system add the following to -the bottom of /etc/profile: -

- -
-# echo 'alias ppc64make="make ARCH=ppc64 CROSS_COMPILE=powerpc64-unknown-linux-gnu-"' >> /etc/profile
-# source /etc/profile
-
-
 # cd /usr/src/linux
 (64bit userland)  # make menuconfig
+Important: In case you are in 32-bit userland, you must edit the top
+level Makefile in /usr/src/linux and change the CROSS_COMPILE option to
+"CROSS_COMPILE ?= powerpc64-unknown-linux-gnu-"
 (32bit userland)  # ppc64make menuconfig
 
1.3 +25 -14 xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-ppc64-medium.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-ppc64-medium.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/draft/2006.0/hb-install-ppc64-medium.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-ppc64-medium.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo Index: hb-install-ppc64-medium.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-ppc64-medium.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hb-install-ppc64-medium.xml 3 Feb 2006 18:22:36 -0000 1.2 +++ hb-install-ppc64-medium.xml 10 Feb 2006 19:35:34 -0000 1.3 @@ -4,7 +4,7 @@ - + @@ -211,6 +211,11 @@

+Please check the README.kernel on the Installation CD for the +latest information on how to boot various kernels and getting hardware support. +

+ +

Place the Installation CD in the CD-ROM and reboot the system. Hold down the 'C' key at bootup. You will be greeted by a friendly welcome message and a boot: prompt at the bottom of the screen. @@ -273,27 +278,33 @@ -Booting the Installation CD on an IBM pSeries +Booting the Installation CD on an IBM pSeries, OpenPower and Power5 +iSeries servers

-For pSeries boxes, sometimes the cds might not autoboot. You might have -to set up your cdrom as a bootable device in the multi-boot menu. (F1 at -startup) The other option is to jump into OF and do it from there: +Please check the README.kernel on the Installation CD for the +latest information on how to boot various kernels and getting hardware support.

-1) Boot into OF (this is 8 from the serial cons or F8 from a graphics -cons, start hitting the key when you see the keyboard mouse etc etc -messages -

-

-2) run the command 0> boot cdrom:1,yaboot -

-

-3) stand back and enjoy! +Most modern pSeries servers can boot from the CDROM drive through SMS ('1' when +the “IBM IBM IBM” messages flash across the console). On some older pSeries +boxes, sometimes the cds might not autoboot. You might have to set up your +cdrom as a bootable device in the multi-boot menu. (F1 at startup) The other +option is to jump into OF and do it from there:

+
    +
  1. + Boot into OF (this is 8 from the serial cons or F8 from a graphics + cons, start hitting the key when you see the keyboard mouse etc etc + messages. +
  2. +
  3. Run the command 0> boot cdrom:1,yaboot
  4. +
  5. Stand back and enjoy!
  6. +
+ -- gentoo-doc-cvs@gentoo.org mailing list