Gentoo Archives: gentoo-doc-cvs

From: Joseph Jezak <josejx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-ppc-kernel.xml
Date: Thu, 28 Sep 2006 02:47:40
Message-Id: 20060928024729.C5CCB648A6@smtp.gentoo.org
1 josejx 06/09/28 02:47:27
2
3 Modified: hb-install-ppc-kernel.xml
4 Log:
5 Added note about removing /boot from fstab so that genkernel works.
6
7 Revision Changes Path
8 1.4 xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc-kernel.xml
9
10 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
11 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
12 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
13
14 Index: hb-install-ppc-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc-kernel.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- hb-install-ppc-kernel.xml 5 Sep 2006 16:56:58 -0000 1.3
21 +++ hb-install-ppc-kernel.xml 28 Sep 2006 02:47:27 -0000 1.4
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $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 $ -->
27 +<!-- $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 $ -->
28
29 <sections>
30
31 -<version>7.2</version>
32 -<date>2006-09-05</date>
33 +<version>7.3</version>
34 +<date>2006-09-27</date>
35
36 <section>
37 <title>Timezone</title>
38 @@ -416,6 +416,19 @@
39 <c>MODULES_USB="usbcore ohci-hcd ehci-hcd usb-storage"</c> for USB support.
40 </p>
41
42 +<p>
43 +Before compiling your sources, the fstab needs a slight adjustment. The rest of
44 +the fstab will be completed during a later step, so don't worry about the
45 +details now. If you did not create a separate boot partition (NOT bootstrap,
46 +that's different), remove the line referencing /boot from
47 +<path>/etc/fstab</path>. This will need to be done on most Apple computers.
48 +</p>
49 +
50 +<pre caption="Removing /boot from /etc/fstab on machines without a boot partition">
51 +# <i>nano -w /etc/fstab</i>
52 +<comment>Remove this line</comment>
53 +/dev/BOOT /boot ext2 noauto,noatime 1 2
54 +</pre>
55
56 <p>
57 Now, compile your kernel sources by running <c>genkernel --genzimage all</c>.
58
59
60
61 --
62 gentoo-doc-cvs@g.o mailing list