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:46:26
Message-Id: 20060928024615.BDFB56484E@smtp.gentoo.org
1 josejx 06/09/28 02:46:15
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.44 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.44&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.44&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.43&r2=1.44
13
14 Index: hb-install-ppc-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
17 retrieving revision 1.43
18 retrieving revision 1.44
19 diff -u -r1.43 -r1.44
20 --- hb-install-ppc-kernel.xml 5 Sep 2006 16:56:57 -0000 1.43
21 +++ hb-install-ppc-kernel.xml 28 Sep 2006 02:46:15 -0000 1.44
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/hb-install-ppc-kernel.xml,v 1.43 2006/09/05 16:56:57 josejx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.44 2006/09/28 02:46:15 josejx Exp $ -->
28
29 <sections>
30
31 -<version>7.1</version>
32 -<date>2006-09-05</date>
33 +<version>7.2</version>
34 +<date>2006-09-27</date>
35
36 <section>
37 <title>Timezone</title>
38 @@ -387,9 +387,9 @@
39 you. <c>genkernel</c> works by configuring a kernel nearly identically to the
40 way our Installation CD kernel is configured. This means that when you use
41 <c>genkernel</c> to build your kernel, your system will generally detect all
42 -your hardware at boot-time, just like our Installation CD does. Because genkernel
43 -doesn't require any manual kernel configuration, it is an ideal solution for
44 -those users who may not be comfortable compiling their own kernels.
45 +your hardware at boot-time, just like our Installation CD does. Because
46 +genkernel doesn't require any manual kernel configuration, it is an ideal
47 +solution for those users who may not be comfortable compiling their own kernels.
48 </p>
49
50 <p>
51 @@ -416,6 +416,19 @@
52 <c>MODULES_USB="usbcore ohci-hcd ehci-hcd usb-storage"</c> for USB support.
53 </p>
54
55 +<p>
56 +Before compiling your sources, the fstab needs a slight adjustment. The rest of
57 +the fstab will be completed during a later step, so don't worry about the
58 +details now. If you did not create a separate boot partition (NOT bootstrap,
59 +that's different), remove the line referencing /boot from
60 +<path>/etc/fstab</path>. This will need to be done on most Apple computers.
61 +</p>
62 +
63 +<pre caption="Removing /boot from /etc/fstab on machines without a boot partition">
64 +# <i>nano -w /etc/fstab</i>
65 +<comment>Remove this line</comment>
66 +/dev/BOOT /boot ext2 noauto,noatime 1 2
67 +</pre>
68
69 <p>
70 Now, compile your kernel sources by running <c>genkernel --genzimage all</c>.
71
72
73
74 --
75 gentoo-doc-cvs@g.o mailing list