Gentoo Archives: gentoo-commits

From: "Damian Kuras (shadow)" <shadow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/pl/handbook: hb-install-x86+amd64-medium.xml
Date: Sat, 28 Aug 2010 15:49:21
Message-Id: 20100828154917.389C120051@flycatcher.gentoo.org
1 shadow 10/08/28 15:49:17
2
3 Modified: hb-install-x86+amd64-medium.xml
4 Log:
5 1.19
6
7 Revision Changes Path
8 1.17 xml/htdocs/doc/pl/handbook/hb-install-x86+amd64-medium.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/pl/handbook/hb-install-x86+amd64-medium.xml?rev=1.17&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/pl/handbook/hb-install-x86+amd64-medium.xml?rev=1.17&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/pl/handbook/hb-install-x86+amd64-medium.xml?r1=1.16&r2=1.17
13
14 Index: hb-install-x86+amd64-medium.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/pl/handbook/hb-install-x86+amd64-medium.xml,v
17 retrieving revision 1.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- hb-install-x86+amd64-medium.xml 13 Jan 2010 22:17:15 -0000 1.16
21 +++ hb-install-x86+amd64-medium.xml 28 Aug 2010 15:49:17 -0000 1.17
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/pl/handbook/hb-install-x86+amd64-medium.xml,v 1.16 2010/01/13 22:17:15 shadow Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/pl/handbook/hb-install-x86+amd64-medium.xml,v 1.17 2010/08/28 15:49:17 shadow Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 jaki sposób zainstalować Gentoo przy użyciu minimalnej płyty CD.
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>Wymagania sprzętowe</title>
42 @@ -280,15 +280,18 @@
43 </p>
44
45 <pre caption="Pozyskiwanie klucza publicznego">
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 Następnie weryfikujemy podpis.
52 </p>
53
54 -<pre caption="Weryfikacja podpisu">
55 -$ <i>gpg --verify &lt;signature file&gt; &lt;downloaded iso&gt;</i>
56 +<pre caption="Weryfikacja plików">
57 + <comment>(Weryfikacja podpisu)</comment>
58 + $ <i>gpg --verify &lt;downloaded iso.DIGESTS.asc&gt;</i>
59 + <comment>(Weryfikacja sumy kontrolnej)</comment>
60 + $ <i>sha1sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
61 </pre>
62
63 <p>