Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es/handbook: hb-install-ppc-kernel.xml
Date: Mon, 06 Sep 2010 19:40:39
Message-Id: 20100906194027.CEA3E20051@flycatcher.gentoo.org
1 nimiux 10/09/06 19:40:27
2
3 Modified: hb-install-ppc-kernel.xml
4 Log:
5 update genkernel locations, punt special pegasos genkernel info that
6 doesn't seem to apply anymore. there's nothing pegasos-specific shipped
7 with genkernel these days. bug 336010.
8
9 Revision Changes Path
10 1.30 xml/htdocs/doc/es/handbook/hb-install-ppc-kernel.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-kernel.xml?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-kernel.xml?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-kernel.xml?r1=1.29&r2=1.30
15
16 Index: hb-install-ppc-kernel.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-kernel.xml,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- hb-install-ppc-kernel.xml 2 Aug 2010 00:45:01 -0000 1.29
23 +++ hb-install-ppc-kernel.xml 6 Sep 2010 19:40:27 -0000 1.30
24 @@ -4,7 +4,7 @@
25 <!-- The content of this document is licensed under the CC-BY-SA license -->
26 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
27
28 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-kernel.xml,v 1.29 2010/08/02 00:45:01 nimiux Exp $ -->
29 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-kernel.xml,v 1.30 2010/09/06 19:40:27 nimiux Exp $ -->
30
31 <sections>
32
33 @@ -13,8 +13,8 @@
34 enseñará cómo configurar el núcleo.
35 </abstract>
36
37 -<version>10.2</version>
38 -<date>2010-08-01</date>
39 +<version>10.3</version>
40 +<date>2010-09-04</date>
41
42 <section>
43 <title>Zona horaria</title>
44 @@ -348,7 +348,7 @@
45 <p>
46 Ahora que el árbol de las fuentes del núcleo está instalado, es hora
47 de compilarlo usando el guión <c>genkernel</c> que automáticamente
48 -construirá uno por nosostros. <c>genkernel</c> trabaja configurando un
49 +construirá uno por nosotros. <c>genkernel</c> trabaja configurando un
50 núcleo prácticamente idéntico al núcleo del CD de instalación. Esto
51 significa que cuando se usa <c>genkernel</c> para construir el núcleo,
52 el sistema generalmente detectará todo el hardware durante el
53 @@ -374,13 +374,13 @@
54 </p>
55
56 <pre caption="Copiar la configuración del núcleo del CD de instalación" >
57 -# <i>zcat /proc/config.gz > /usr/share/genkernel/ppc/kernel-config-2.6</i>
58 +# <i>zcat /proc/config.gz > /usr/share/genkernel/arch/ppc/kernel-config</i>
59 </pre>
60
61 <p>
62 Si estamos usando firewire o USB para arrancar, necesitaremos añadir
63 los módulos al initrd. Editaremos
64 -<path>/usr/share/genkernel/ppc/modules_load</path> y cambiaremos
65 +<path>/usr/share/genkernel/arch/ppc/modules_load</path> y cambiaremos
66 <c>MODULES_FIREWIRE="ieee1394 ohci1394 sbp2"</c> para el soporte de
67 FireWire o <c>MODULES_USB="usbcore ohci-hcd ehci-hcd usb-storage"</c>
68 para el soporte de USB.
69 @@ -425,7 +425,7 @@
70 </pre>
71
72 <pre caption="Ejecutar genkernel en el Pegasos">
73 -# <i>genkernel --genzimage --kernel-config=/usr/share/genkernel/ppc/Pegasos all</i>
74 +# <i>genkernel --genzimage all</i>
75 </pre>
76
77 <p>