Gentoo Archives: gentoo-commits

From: "Davide Cendron (scen)" <scen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/it/handbook: hb-install-ppc-kernel.xml
Date: Tue, 07 Sep 2010 17:31:35
Message-Id: 20100907173126.086B020051@flycatcher.gentoo.org
1 scen 10/09/07 17:31:25
2
3 Modified: hb-install-ppc-kernel.xml
4 Log:
5 Version 10.3, revision 1.64 of EN CVS
6
7 Revision Changes Path
8 1.28 xml/htdocs/doc/it/handbook/hb-install-ppc-kernel.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-ppc-kernel.xml?rev=1.28&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-ppc-kernel.xml?rev=1.28&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-ppc-kernel.xml?r1=1.27&r2=1.28
13
14 Index: hb-install-ppc-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-ppc-kernel.xml,v
17 retrieving revision 1.27
18 retrieving revision 1.28
19 diff -u -r1.27 -r1.28
20 --- hb-install-ppc-kernel.xml 3 Aug 2010 21:04:57 -0000 1.27
21 +++ hb-install-ppc-kernel.xml 7 Sep 2010 17:31:25 -0000 1.28
22 @@ -4,7 +4,7 @@
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/it/handbook/hb-install-ppc-kernel.xml,v 1.27 2010/08/03 21:04:57 scen Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-ppc-kernel.xml,v 1.28 2010/09/07 17:31:25 scen Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 configurazione del Kernel.
33 </abstract>
34
35 -<version>10.2</version>
36 -<date>2010-08-01</date>
37 +<version>10.3</version>
38 +<date>2010-09-04</date>
39
40 <section>
41 <title>Fuso Orario (Timezone)</title>
42 @@ -366,12 +366,12 @@
43 </p>
44
45 <pre caption="Copiare la configurazione del kernel del CD di installazione">
46 -# <i>zcat /proc/config.gz > /usr/share/genkernel/ppc/kernel-config-2.6</i>
47 +# <i>zcat /proc/config.gz > /usr/share/genkernel/arch/ppc/kernel-config</i>
48 </pre>
49
50 <p>
51 Se si usa Firewire o USB per avviare, si devono aggiungere i moduli a initrd.
52 -Modificare <path>/usr/share/genkernel/ppc/modules_load</path> e cambiare
53 +Modificare <path>/usr/share/genkernel/arch/ppc/modules_load</path> e cambiare
54 <c>MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"</c> per supporto Firewire o
55 <c>MODULES_USB="usbcore ohci-hcd ehci-hcd usb-storage"</c> per supporto USB.
56 </p>
57 @@ -413,7 +413,7 @@
58 </pre>
59
60 <pre caption="Esecuzione di genkernel su Pegasos">
61 -# <i>genkernel --genzimage --kernel-config=/usr/share/genkernel/ppc/Pegasos all</i>
62 +# <i>genkernel --genzimage all</i>
63 </pre>
64
65 <p>