Gentoo Archives: gentoo-commits

From: "Naoaki Shindo (shindo)" <shindo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/ja/handbook: hb-install-x86+amd64-medium.xml
Date: Tue, 26 Jul 2011 15:40:31
Message-Id: 20110726154020.C0FD52004B@flycatcher.gentoo.org
1 shindo 11/07/26 15:40:20
2
3 Modified: hb-install-x86+amd64-medium.xml
4 Log:
5 sync to 1.19, thank you naota.
6
7 Revision Changes Path
8 1.8 xml/htdocs/doc/ja/handbook/hb-install-x86+amd64-medium.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/handbook/hb-install-x86+amd64-medium.xml?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/handbook/hb-install-x86+amd64-medium.xml?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/handbook/hb-install-x86+amd64-medium.xml?r1=1.7&r2=1.8
13
14 Index: hb-install-x86+amd64-medium.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/ja/handbook/hb-install-x86+amd64-medium.xml,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- hb-install-x86+amd64-medium.xml 23 Jan 2010 08:45:43 -0000 1.7
21 +++ hb-install-x86+amd64-medium.xml 26 Jul 2011 15:40:20 -0000 1.8
22 @@ -4,9 +4,9 @@
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/ja/handbook/hb-install-x86+amd64-medium.xml,v 1.7 2010/01/23 08:45:43 shindo Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/ja/handbook/hb-install-x86+amd64-medium.xml,v 1.8 2011/07/26 15:40:20 shindo Exp $ -->
28
29 -<!-- Original revision: 1.18 -->
30 +<!-- Original revision: 1.19 -->
31
32 <sections>
33
34 @@ -15,8 +15,8 @@
35 この章ではGentooをMinimalインストールCDを使ってインストールする方法を説明します。
36 </abstract>
37
38 -<version>7.1</version>
39 -<date>2010-01-01</date>
40 +<version>7.2</version>
41 +<date>2010-07-18</date>
42
43 <section>
44 <title>ハードウェアの必要条件</title>
45 @@ -266,15 +266,18 @@
46 </p>
47
48 <pre caption="公開鍵を取得">
49 -$ <i>gpg --keyserver subkeys.pgp.net --recv-keys 17072058</i>
50 +$ <i>gpg --keyserver subkeys.pgp.net --recv-keys 2D182910</i>
51 </pre>
52
53 <p>
54 そして署名を確認します。
55 </p>
56
57 -<pre caption="デジタル署名を確認">
58 -$ <i>gpg --verify &lt;signature file&gt; &lt;downloaded iso&gt;</i>
59 +<pre caption="ファイルを確認">
60 +<comment>デジタル署名を確認</comment>
61 +$ <i>gpg --verify &lt;downloaded iso.DIGESTS.asc&gt;</i>
62 +<comment>チェックサムを確認</comment>
63 +$ <i>sha1sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
64 </pre>
65
66 <p>