josejx      06/09/28 02:47:27

  Modified:             hb-install-ppc-kernel.xml
  Log:
  Added note about removing /boot from fstab so that genkernel works.

Revision  Changes    Path
1.4                  xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc-kernel.xml

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

Index: hb-install-ppc-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc-kernel.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-ppc-kernel.xml   5 Sep 2006 16:56:58 -0000       1.3
+++ hb-install-ppc-kernel.xml   28 Sep 2006 02:47:27 -0000      1.4
@@ -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/2006.1/hb-install-ppc-kernel.xml,v
 1.3 2006/09/05 16:56:58 josejx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc-kernel.xml,v
 1.4 2006/09/28 02:47:27 josejx Exp $ -->
 
 <sections>
 
-<version>7.2</version>
-<date>2006-09-05</date>
+<version>7.3</version>
+<date>2006-09-27</date>
 
 <section>
 <title>Timezone</title>
@@ -416,6 +416,19 @@
 <c>MODULES_USB="usbcore ohci-hcd ehci-hcd usb-storage"</c> for USB support.
 </p>
 
+<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 
+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.
+</p>
+
+<pre caption="Removing /boot from /etc/fstab on machines without a boot 
partition">
+# <i>nano -w /etc/fstab</i>
+<comment>Remove this line</comment>
+/dev/BOOT              /boot           ext2            noauto,noatime  1 2
+</pre>
 
 <p>
 Now, compile your kernel sources by running <c>genkernel --genzimage all</c>.



-- 
[email protected] mailing list

Reply via email to