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-hppa-kernel.xml
Date: Tue, 27 Jul 2010 21:28:27
Message-Id: 20100727212825.609FF2CE15@corvid.gentoo.org
1 scen 10/07/27 21:28:25
2
3 Modified: hb-install-hppa-kernel.xml
4 Log:
5 Version 10.0, revision 1.47 of EN CVS
6
7 Revision Changes Path
8 1.27 xml/htdocs/doc/it/handbook/hb-install-hppa-kernel.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-hppa-kernel.xml?rev=1.27&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-hppa-kernel.xml?rev=1.27&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-hppa-kernel.xml?r1=1.26&r2=1.27
13
14 Index: hb-install-hppa-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-hppa-kernel.xml,v
17 retrieving revision 1.26
18 retrieving revision 1.27
19 diff -u -r1.26 -r1.27
20 --- hb-install-hppa-kernel.xml 1 Apr 2008 23:14:51 -0000 1.26
21 +++ hb-install-hppa-kernel.xml 27 Jul 2010 21:28:25 -0000 1.27
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/it/handbook/hb-install-hppa-kernel.xml,v 1.26 2008/04/01 23:14:51 scen Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-hppa-kernel.xml,v 1.27 2010/07/27 21:28:25 scen Exp $ -->
28
29 <sections>
30
31 -<version>9.0</version>
32 -<date>2008-04-01</date>
33 +<version>10.0</version>
34 +<date>2010-07-19</date>
35
36 <section>
37 <title>Fuso Orario (Timezone)</title>
38 @@ -49,7 +49,12 @@
39 </p>
40
41 <p>
42 -Per HPPA ci sono i <c>gentoo-sources</c>.
43 +Per i sistemi basati su <keyval id="arch"/> ci sono i <c>gentoo-sources</c>
44 +(sorgenti del kernel a cui sono applicate patch con funzionalità aggiuntive).
45 +</p>
46 +
47 +<p>
48 +Scegliere i propri sorgenti del kernel ed installarli tramite <c>emerge</c>.
49 </p>
50
51 <pre caption="Installare il sorgente del kernel">
52 @@ -59,7 +64,7 @@
53 <p>
54 Se si dà un'occhiata a <path>/usr/src</path>, si dovrebbe vedere un link
55 simbolico chiamato <path>linux</path>, che punta al sorgente del kernel. In
56 -questo caso il sorgente del kernel installato punta a <c>hppa-sources-<keyval
57 +questo caso il sorgente del kernel installato punta a <c>gentoo-sources-<keyval
58 id="kernel-version"/></c>, ma ricordarsi che la versione potrebbe essere
59 diversa:
60 </p>
61 @@ -256,12 +261,12 @@
62 Quando la compilazione è finita, è necessario copiare l'immagine del kernel in
63 <path>/boot</path>. Usare il nome che si ritiene più appropriato per il kernel
64 che si è scelto, e ricordarselo poichè servirà più avanti nella configurazione
65 -del bootloader. Sostituire <path>&lt;kernel-version&gt;</path> con il nome e la
66 +del bootloader. Sostituire <c><keyval id="kernel-name"/></c> con il nome e la
67 versione del kernel che si è scelto.
68 </p>
69
70 <pre caption="Installare il kernel">
71 -# <i>cp vmlinux /boot/&lt;kernel-version&gt;</i>
72 +# <i>cp vmlinux /boot/<keyval id="kernel-name"/></i>
73 </pre>
74
75 <p>