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-x86+amd64-medium.xml
Date: Thu, 29 Jul 2010 19:31:27
Message-Id: 20100729193118.053EF2CE15@corvid.gentoo.org
1 scen 10/07/29 19:31:17
2
3 Modified: hb-install-x86+amd64-medium.xml
4 Log:
5 Version 7.1, revision 1.19 of EN CVS
6
7 Revision Changes Path
8 1.14 xml/htdocs/doc/it/handbook/hb-install-x86+amd64-medium.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-x86+amd64-medium.xml?rev=1.14&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-x86+amd64-medium.xml?rev=1.14&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-x86+amd64-medium.xml?r1=1.13&r2=1.14
13
14 Index: hb-install-x86+amd64-medium.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-x86+amd64-medium.xml,v
17 retrieving revision 1.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- hb-install-x86+amd64-medium.xml 11 Jan 2010 20:52:35 -0000 1.13
21 +++ hb-install-x86+amd64-medium.xml 29 Jul 2010 19:31:16 -0000 1.14
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-x86+amd64-medium.xml,v 1.13 2010/01/11 20:52:35 scen Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-x86+amd64-medium.xml,v 1.14 2010/07/29 19:31:16 scen Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 come installare Gentoo con il CD di installazione minimale.
33 </abstract>
34
35 -<version>7.1</version>
36 -<date>2010-01-01</date>
37 +<version>7.2</version>
38 +<date>2010-07-18</date>
39
40 <section>
41 <title>Richieste Hardware</title>
42 @@ -275,15 +275,18 @@
43 </p>
44
45 <pre caption="Ottenere la chiave pubblica">
46 -$ <i>gpg --keyserver subkeys.pgp.net --recv-keys 17072058</i>
47 +$ <i>gpg --keyserver subkeys.pgp.net --recv-keys 2D182910</i>
48 </pre>
49
50 <p>
51 Verificare la firma:
52 </p>
53
54 -<pre caption="Verifica della firma">
55 -$ <i>gpg --verify &lt;file con la firma&gt; &lt;file iso scaricato&gt;</i>
56 +<pre caption="Verificare i file">
57 +<comment>(Verificare la firma crittografata)</comment>
58 +$ <i>gpg --verify &lt;downloaded iso.DIGESTS.asc&gt;</i>
59 +<comment>(Verificare il checksum)</comment>
60 +$ <i>sha1sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
61 </pre>
62
63 <p>