fox2mike 05/08/02 05:16:36 Modified: xml/htdocs/doc/en/handbook/draft hb-install-config.xml Added: xml/htdocs/doc/en/handbook/draft hb-install-ppc64-disk.xml Log: #101057 - Updates to PPC handbook. Thanks to dostrow for reporting and patches.
Revision Changes Path 1.17 +14 -8 xml/htdocs/doc/en/handbook/draft/hb-install-config.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/hb-install-config.xml?rev=1.17&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-config.xml?rev=1.17&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/hb-install-config.xml.diff?r1=1.16&r2=1.17&cvsroot=gentoo Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-config.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- hb-install-config.xml 29 Jul 2005 05:21:02 -0000 1.16 +++ hb-install-config.xml 2 Aug 2005 05:16:36 -0000 1.17 @@ -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-config.xml,v 1.16 2005/07/29 05:21:02 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-config.xml,v 1.17 2005/08/02 05:16:36 fox2mike Exp $ --> <sections> @@ -507,7 +507,7 @@ </p> <p> -If you are not installing Gentoo on an IBM POWER5 or JS20 system, continue with +If you are not installing Gentoo on IBM PPC64 hardware, continue with <uri link="?part=1&chap=9">Installing Necessary System Tools</uri>. </p> @@ -518,20 +518,26 @@ <body> <note> -The following section applies to the IBM POWER5 and JS20 hardware platforms. +The following section applies to the IBM PPC64 hardware platforms. </note> <p> -If you are running Gentoo in an LPAR or on a JS20 blade, you must uncomment the -hvc line in <path>/etc/inittab</path> for the virtual console to spawn a login -prompt. +If you are running Gentoo on IBM PPC64 hardware and using a virtual console +you must uncomment the appropriate line in <path>/etc/inittab</path> for the +virtual console to spawn a login prompt. </p> -<pre caption="Enabling hvc support in /etc/inittab"> -hvc:12345:respawn:/sbin/agetty -nl /bin/bashlogin 9600 hvc0 vt220 +<pre caption="Enabling hvc or hvsi support in /etc/inittab"> +hvc0:12345:respawn:/sbin/agetty -L 9600 hvc0 +hvsi:12345:respawn:/sbin/agetty -L 19200 hvsi0 </pre> <p> +You should also take this time to verify that the appropriate console is +listed in /etc/securetty. +</p> + +<p> You may now continue with <uri link="?part=1&chap=9">Installing Necessary System Tools</uri>. </p> 1.10 +37 -25 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.10&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.10&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.9&r2=1.10&cvsroot=gentoo -- [email protected] mailing list
