Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/ja/handbook: hb-install-bootconfig.xml
Date: Thu, 05 Jun 2014 02:15:25
Message-Id: 20140605021128.BFAB72004F@flycatcher.gentoo.org
1 naota 14/06/05 02:11:28
2
3 Modified: hb-install-bootconfig.xml
4 Log:
5 Update translation
6
7 Revision Changes Path
8 1.3 xml/htdocs/doc/ja/handbook/hb-install-bootconfig.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/handbook/hb-install-bootconfig.xml?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/handbook/hb-install-bootconfig.xml?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/handbook/hb-install-bootconfig.xml?r1=1.2&r2=1.3
13
14 Index: hb-install-bootconfig.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/ja/handbook/hb-install-bootconfig.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- hb-install-bootconfig.xml 26 Aug 2011 12:09:58 -0000 1.2
21 +++ hb-install-bootconfig.xml 5 Jun 2014 02:11:28 -0000 1.3
22 @@ -1,13 +1,13 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/ja/handbook/hb-install-bootconfig.xml,v 1.2 2011/08/26 12:09:58 naota Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/ja/handbook/hb-install-bootconfig.xml,v 1.3 2014/06/05 02:11:28 naota Exp $ -->
26 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
27 <!-- Translator: Yuya Tanaka -->
28 <!-- Translator: Muneyuki Noguchi -->
29 -<!-- Original revision: 1.6 -->
30 +<!-- Original revision: 1.8 -->
31 <included>
32
33 -<version>5</version>
34 -<date>2011-08-03</date>
35 +<version>6</version>
36 +<date>2013-01-20</date>
37
38 <section id="hardware">
39 <title>特別なハードウェアの構成</title>
40 @@ -107,6 +107,7 @@
41
42 <pre caption="オンラインドキュメントの閲覧">
43 # <i>links http://www.gentoo.org/doc/en/handbook/<keyval id="online-book"/></i>
44 +<comment>(日本語訳は http://www.gentoo.org/doc/ja/handbook/<keyval id="online-book"/>)</comment>
45 </pre>
46
47 <p>
48 @@ -133,6 +134,16 @@
49 # <i>/etc/init.d/sshd start</i>
50 </pre>
51
52 +<note>
53 +システムにあなた(または他のユーザ)がログインすると、そのシステムのホストキー
54 +(フィンガープリントと呼ばれています)を確認する必要があるとのメッセージが表示されます。
55 +これはその人が最初にシステムにログインした時には、予想通りの挙動です。
56 +しかし、後にシステムをセットアップし新しく作ったシステムにログインする時に、
57 +SSHクライアントはホストキーが変わったとの警告を出すことがあるかもしれません。
58 +これはあなたが - SSHにとっては - 違うサーバ(CD上の環境ではなく、
59 +新しくインストールしたGentooのシステム)にログインしたからです。
60 +この警告が出た場合は、画面上に出た指示に従ってクライアント上のホストキーを置き換えてください。
61 +</note>
62 <p>
63 sshdを使うためには、先にネットワークを設定する必要があります。
64 <uri link="?part=1&amp;chap=3">ネットワーク設定</uri>の章から続けてください。