public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
From: Josh Saddler <nightmorph@stork.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: handbook-ppc.xml hb-install-ppc-kernel.xml
Date: Mon, 19 Mar 2007 09:24:46 +0000	[thread overview]
Message-ID: <E1HTE6g-0006gW-S9@stork.gentoo.org> (raw)

nightmorph    07/03/19 09:24:46

  Modified:             handbook-ppc.xml hb-install-ppc-kernel.xml
  Log:
  ppc inserts, etc.

Revision  Changes    Path
1.38                 xml/htdocs/doc/en/handbook/draft/handbook-ppc.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/handbook-ppc.xml?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/handbook-ppc.xml?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/handbook-ppc.xml?r1=1.37&r2=1.38

Index: handbook-ppc.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/handbook-ppc.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- handbook-ppc.xml	14 Mar 2007 06:37:25 -0000	1.37
+++ handbook-ppc.xml	19 Mar 2007 09:24:46 -0000	1.38
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE book SYSTEM "/dtd/book.dtd">
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/handbook-ppc.xml,v 1.37 2007/03/14 06:37:25 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/handbook-ppc.xml,v 1.38 2007/03/19 09:24:46 nightmorph Exp $ -->
 
 <book link="/doc/en/handbook/handbook-ppc.xml">
 <title>Gentoo Linux PPC Handbook</title>
@@ -9,6 +9,8 @@
 <values>
  <key id="arch">PPC</key>
  <key id="/boot">/dev/hda1</key>
+ <key id="kernel-version">2.6.19-r7</key>
+ <key id="kernel-name">kernel-2.6.19-gentoo-r7</key>
  <key id="release-dir">releases/ppc/2007.0/ppc32/</key>
  <key id="stage3">stage3-ppc-2007.0.tar.bz2</key>
  <key id="CFLAGS">-O2 -mcpu=powerpc -mtune=powerpc -fno-strict-aliasing -pipe</key>



1.31                 xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml

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

Index: hb-install-ppc-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- hb-install-ppc-kernel.xml	19 Mar 2007 08:20:15 -0000	1.30
+++ hb-install-ppc-kernel.xml	19 Mar 2007 09:24:46 -0000	1.31
@@ -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-ppc-kernel.xml,v 1.30 2007/03/19 08:20:15 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml,v 1.31 2007/03/19 09:24:46 nightmorph Exp $ -->
 
 <sections>
 
@@ -51,19 +51,20 @@
 </p>
 
 <pre caption="Installing a kernel source">
-# <i>emerge --usepkg gentoo-sources</i>
+# <i>emerge gentoo-sources</i>
 </pre>
 
 <p>
 If you take a look in <path>/usr/src</path> you should see a symlink named
-<path>linux</path> pointing to your newly emerged kernel source. In this case, 
-the installed kernel source points to <c>gentoo-sources-2.6.19-r7</c>. Your 
-installed version may be different, so keep this in mind.
+<path>linux</path> pointing to your newly emerged kernel source. In this case,
+the installed kernel source points to <c>gentoo-sources-<keyval
+id="kernel-version"/></c>. Your installed version may be different, so keep this
+in mind.
 </p>
 
 <pre caption="Viewing the kernel source symlink">
 # <i>ls -l /usr/src/linux</i>
-lrwxrwxrwx    1 root     root           22  Mar 18 16:23 /usr/src/linux -&gt; linux-2.6.19-gentoo-r7
+lrwxrwxrwx    1 root     root           22  Mar 18 16:23 /usr/src/linux -&gt; linux-<keyval id="kernel-version"/>
 </pre>
 
 <p>
@@ -294,15 +295,15 @@
 
 <p>
 When the kernel has finished compiling, copy the kernel image to
-<path>/boot</path> as shown below.   If you have a seperate boot partition, as
-on Pegasos computers, be sure that it is mounted properly.  If you are using 
+<path>/boot</path> as shown below. If you have a separate boot partition, as
+on Pegasos computers, be sure that it is mounted properly. If you are using 
 BootX to boot, we'll copy the kernel later.
 </p>
 
 <p>
 Yaboot and BootX expect to use an uncompressed kernel unlike many other 
-bootloaders.  The uncompressed kernel is called vmlinux and it is placed in
-<path>/usr/src/linux</path> after the kernel has finished compiling.  If you
+bootloaders. The uncompressed kernel is called vmlinux and it is placed in
+<path>/usr/src/linux</path> after the kernel has finished compiling. If you
 are using a Pegasos machine, the Pegasos firmware requires a compressed
 kernel called zImage which can be found in 
 <path>/usr/src/linux/arch/powerpc/boot/images</path>.
@@ -332,9 +333,9 @@
 <body>
 
 <p>
-You should list the modules you want automatically loaded in 
-<path>/etc/modules.autoload.d/kernel-2.6</path>. 
-You can add extra options to the modules if required.
+You should list the modules you want automatically loaded in
+<path>/etc/modules.autoload.d/kernel-2.6</path>. You can add extra options to
+the modules if required.
 </p>
 
 <p>
@@ -409,10 +410,10 @@
 
 <p>
 Before compiling your sources, the fstab needs a slight adjustment. The rest of
-the fstab will be completed during a later step, so don't worry about the 
+the fstab will be completed during a later step, so don't worry about the
 details now. If you did not create a separate boot partition (NOT bootstrap,
-that's different), remove the line referencing /boot from 
-<path>/etc/fstab</path>.  This will need to be done on most Apple computers.
+that's different), remove the line referencing <path>/boot</path> from
+<path>/etc/fstab</path>. This will need to be done on most Apple computers.
 </p>
 
 <pre caption="Removing /boot from /etc/fstab on machines without a boot partition">



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



                 reply	other threads:[~2007-03-19  9:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1HTE6g-0006gW-S9@stork.gentoo.org \
    --to=nightmorph@stork.gentoo.org \
    --cc=docs-team@lists.gentoo.org \
    --cc=gentoo-doc-cvs@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox