public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-ppc-medium.xml
@ 2008-03-08 20:16 Jan Hendrik Grahl (grahl)
  0 siblings, 0 replies; 5+ messages in thread
From: Jan Hendrik Grahl (grahl) @ 2008-03-08 20:16 UTC (permalink / raw
  To: gentoo-commits

grahl       08/03/08 20:16:47

  Log:
  
-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-ppc-medium.xml
@ 2008-03-11 18:20 Lukasz Damentko (rane)
  0 siblings, 0 replies; 5+ messages in thread
From: Lukasz Damentko (rane) @ 2008-03-11 18:20 UTC (permalink / raw
  To: gentoo-commits

rane        08/03/11 18:20:04

  Log:
  
-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-ppc-medium.xml
@ 2011-05-16 15:15 Joseph Jezak (josejx)
  0 siblings, 0 replies; 5+ messages in thread
From: Joseph Jezak (josejx) @ 2011-05-16 15:15 UTC (permalink / raw
  To: gentoo-commits

josejx      11/05/16 15:15:46

  Modified:             hb-install-ppc-medium.xml
  Log:
  Update handbook, fix ppc32 kernel name.

Revision  Changes    Path
1.65                 xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?r1=1.64&r2=1.65

Index: hb-install-ppc-medium.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- hb-install-ppc-medium.xml	21 Jul 2010 01:28:29 -0000	1.64
+++ hb-install-ppc-medium.xml	16 May 2011 15:15:45 -0000	1.65
@@ -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-ppc-medium.xml,v 1.64 2010/07/21 01:28:29 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.65 2011/05/16 15:15:45 josejx Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 Gentoo using the minimal Installation CD.
 </abstract>
 
-<version>10.0</version>
-<date>2010-07-20</date>
+<version>10.1</version>
+<date>2011-05-16</date>
 
 <section>
 <title>Hardware Requirements</title>
@@ -294,7 +294,7 @@
 </p>
 
 <p>
-We provide one generic kernel, <e>apple</e>. This kernel is built with support
+We provide one generic kernel, <e>ppc32</e>. This kernel is built with support
 for multiple CPUs, but it will boot on single processor machines as well.
 </p>
 
@@ -354,17 +354,17 @@
 </table>
 
 <p>
-To use the above options, at the <e>boot:</e> prompt, type <e>apple</e> followed
+To use the above options, at the <e>boot:</e> prompt, type <e>ppc32</e> followed
 by the desired option.  In the example below, we'll force the kernel to use the
 Open Firmware framebuffer instead of the device specific driver.
 </p>
 
 <pre caption="Force the use of the Open Firmware framebuffer">
-boot: <i>apple video=ofonly</i>
+boot: <i>ppc32 video=ofonly</i>
 </pre>
 
 <p>
-If you don't need to add any options, just hit enter at this prompt, and a 
+If you don't need to add any options, just type ppc32 at this prompt, and a 
 complete Gentoo Linux environment will be loaded from the CD. Continue with
 <uri link="#booted">And When You're Booted...</uri>.
 </p>
@@ -405,14 +405,14 @@
 archive into <c>Extensions Folder</c> and the BootX App Control Panel into
 <c>Control Panels</c>, both of which are located in your MacOS System Folder.
 Next, create a folder called "Linux Kernels" in your System folder and copy the
-<c>apple</c> kernel from the CD to this folder.  Finally, copy <c>apple.igz</c> 
+<c>ppc32</c> kernel from the CD to this folder.  Finally, copy <c>ppc32.igz</c> 
 from the Installation CD <path>boot</path> folder into the MacOS 
 <c>System Folder</c>.
 </p>
 
 <p>
 To prepare BootX, start the BootX App Control Panel.  First select the Options
-dialog and check <c>Use Specified RAM Disk</c> and select <c>apple.igz</c> from
+dialog and check <c>Use Specified RAM Disk</c> and select <c>ppc32.igz</c> from
 your System Folder.  Continue back to the initial screen and ensure that the
 ramdisk size is at least <c>32000</c>.  Finally, set the kernel arguments as
 shown below:






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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-ppc-medium.xml
@ 2011-05-16 19:11 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 5+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-05-16 19:11 UTC (permalink / raw
  To: gentoo-commits

nightmorph    11/05/16 19:11:46

  Modified:             hb-install-ppc-medium.xml
  Log:
  proper revision bump, no content change

Revision  Changes    Path
1.66                 xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?r1=1.65&r2=1.66

Index: hb-install-ppc-medium.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- hb-install-ppc-medium.xml	16 May 2011 15:15:45 -0000	1.65
+++ hb-install-ppc-medium.xml	16 May 2011 19:11:46 -0000	1.66
@@ -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-ppc-medium.xml,v 1.65 2011/05/16 15:15:45 josejx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.66 2011/05/16 19:11:46 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,7 +13,7 @@
 Gentoo using the minimal Installation CD.
 </abstract>
 
-<version>10.1</version>
+<version>11</version>
 <date>2011-05-16</date>
 
 <section>






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

* [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-ppc-medium.xml
@ 2013-08-01 19:38 Sven Vermeulen (swift)
  0 siblings, 0 replies; 5+ messages in thread
From: Sven Vermeulen (swift) @ 2013-08-01 19:38 UTC (permalink / raw
  To: gentoo-commits

swift       13/08/01 19:38:20

  Modified:             hb-install-ppc-medium.xml
  Log:
  Remove old comments, might be confusing for translations (bug #474894)

Revision  Changes    Path
1.73                 xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?r1=1.72&r2=1.73

Index: hb-install-ppc-medium.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- hb-install-ppc-medium.xml	1 Aug 2013 19:02:27 -0000	1.72
+++ hb-install-ppc-medium.xml	1 Aug 2013 19:38:20 -0000	1.73
@@ -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-ppc-medium.xml,v 1.72 2013/08/01 19:02:27 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.73 2013/08/01 19:38:20 swift Exp $ -->
 
 <sections>
 
@@ -104,46 +104,6 @@
 partitions and start installing Gentoo from the Internet.
 </p>
 
-<!--
-<impo>
-If you wish to install Gentoo without a working Internet connection, or would
-like to use one of the provided installers, please use the installation
-instructions described in the <uri link="2008.0/">Gentoo 2008.0
-Handbooks</uri>.
-</impo>
--->
-<!--
-<p>
-The Installation CDs that we currently provide are:
-</p>
-
-<ul>
-  <li>
-    The Gentoo <e>Minimal</e> Installation CD, a small, no-nonsense, bootable
-    CD which sole purpose is to boot the system, prepare the networking and
-    continue with the Gentoo installation.
-  </li>
-  <li>
-    The Universal Installation CD contains everything you need to install 
-    Gentoo. It provides stage3 files for common architectures, source code 
-    for the extra applications you need to choose from and, of course, the 
-    installation instructions for your architecture.
-  </li>
-</ul>
-
-<p>
-Gentoo also provides a Package CD. This is not an Installation CD but an
-additional resource that you can exploit during the installation of your Gentoo
-system. It contains prebuilt packages (also known as the GRP set) that allow
-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.
-</p>
-
-<p>
-The use of the Package CD is covered later in this document. 
-</p>
--->
 </body>
 </subsection>
 <subsection>
@@ -156,25 +116,7 @@
 Installation CD to install Gentoo, but <e>only</e> with a working Internet
 connection.
 </p>
-<!--
-<table>
-<tr>
-  <th>Minimal Installation CD</th>
-  <th>Pros and Cons</th>
-</tr>
-<tr>
-  <th>+</th>
-  <ti>Smallest download</ti>
-</tr>
-<tr>
-  <th>-</th>
-  <ti>
-    Contains no stage3 tarball, no Portage snapshot, no prebuilt packages and
-    is therefore not suitable for networkless installation
-  </ti>
-</tr>
-</table>
--->
+
 </body>
 </subsection>
 <subsection>





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

end of thread, other threads:[~2013-08-01 19:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-16 19:11 [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-ppc-medium.xml Joshua Saddler (nightmorph)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-01 19:38 Sven Vermeulen (swift)
2011-05-16 15:15 Joseph Jezak (josejx)
2008-03-11 18:20 Lukasz Damentko (rane)
2008-03-08 20:16 Jan Hendrik Grahl (grahl)

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