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: handbook-amd64.xml
Date: Tue, 28 Feb 2012 23:33:29
Message-Id: 20120228233319.EBD972004B@flycatcher.gentoo.org
1 naota 12/02/28 23:33:19
2
3 Modified: handbook-amd64.xml
4 Log:
5 Sync to 11.0
6
7 Revision Changes Path
8 1.21 xml/htdocs/doc/ja/handbook/handbook-amd64.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/handbook/handbook-amd64.xml?rev=1.21&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/handbook/handbook-amd64.xml?rev=1.21&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/ja/handbook/handbook-amd64.xml?r1=1.20&r2=1.21
13
14 Index: handbook-amd64.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/ja/handbook/handbook-amd64.xml,v
17 retrieving revision 1.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- handbook-amd64.xml 6 Jul 2008 15:52:14 -0000 1.20
21 +++ handbook-amd64.xml 28 Feb 2012 23:33:19 -0000 1.21
22 @@ -1,15 +1,35 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE book SYSTEM "/dtd/book.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/ja/handbook/handbook-amd64.xml,v 1.20 2008/07/06 15:52:14 shindo Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/ja/handbook/handbook-amd64.xml,v 1.21 2012/02/28 23:33:19 naota Exp $ -->
28
29 -<book link="/doc/ja/handbook/handbook-amd64.xml" lang="ja">
30 +<book lang="ja">
31 <title>Gentoo Linux AMD64 ハンドブック</title>
32
33 +<values>
34 + <key id="arch">AMD64</key>
35 + <key id="arch-sub">x86_64</key>
36 + <key id="/boot">/dev/sda1</key>
37 + <key id="kernel-version">2.6.34-r1</key>
38 + <key id="kernel-name">kernel-2.6.34-gentoo-r1</key>
39 + <key id="genkernel-name">kernel-genkernel-amd64-2.6.34-gentoo-r1</key>
40 + <key id="genkernel-initrd">initramfs-genkernel-amd64-2.6.34-gentoo-r1</key>
41 + <key id="min-cd-name">install-amd64-minimal-&lt;release&gt;.iso</key>
42 + <key id="min-cd-size">119</key>
43 + <key id="release-dir">releases/amd64/autobuilds/</key>
44 + <key id="stage3">stage3-amd64-&lt;release&gt;.tar.bz2</key>
45 + <key id="profile">default/linux/amd64/10.0</key>
46 + <key id="CFLAGS">-march=k8 -O2 -pipe</key>
47 + <key id="online-book">handbook-amd64.xml</key>
48 +</values>
49 +
50 <author title="Author">
51 <mail link="swift@g.o">Sven Vermeulen</mail>
52 </author>
53 <author title="Author">
54 + <mail link="g2boojum@g.o">Grant Goodyear</mail>
55 +</author>
56 +<author title="Author">
57 <mail link="uberlord@g.o">Roy Marples</mail>
58 </author>
59 <author title="Author">
60 @@ -95,8 +115,8 @@
61 <author title="Editor">
62 <mail link="neysx@g.o">Xavier Neys</mail>
63 </author>
64 -<author title="Reviewer">
65 - <mail link="g2boojum@g.o">Grant Goodyear</mail>
66 +<author title="Editor">
67 + <mail link="nightmorph@g.o">Joshua Saddler</mail>
68 </author>
69 <author title="Reviewer">
70 <mail link="gerrynjr@g.o">Gerald J. Normandin Jr.</mail>
71 @@ -172,10 +192,10 @@
72 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
73 <license/>
74
75 -<version>4.3</version>
76 - <date>2005-12-19</date>
77 +<version>11.0</version>
78 +<date>2012-01-15</date>
79 <!-- Translator: Shigehiro IDANI -->
80 -<!-- Original revision: 1.147 -->
81 +<!-- Original revision: 1.154 -->
82
83 <part>
84 <title>Gentooをインストールする</title>
85 @@ -185,80 +205,46 @@
86
87 <chapter>
88 <title>Gentoo Linuxのインストールについて</title>
89 -<abstract>
90 -ここではGentooをシステムにインストールする方法を説明します。
91 -</abstract>
92 <include href="hb-install-about.xml"/>
93 </chapter>
94
95 <chapter>
96 <title>適切なインストールメディアの選択</title>
97 -<abstract>
98 -いろいろな方法でGentooをインストールできます。Universal インストールCDは同様にインストールに使用できますが、この章ではminimal インストールCDを使ってGentooをインストールする方法を説明します。
99 -</abstract>
100 - <include href="hb-install-amd64-medium.xml"/>
101 + <include href="hb-install-x86+amd64-medium.xml"/>
102 </chapter>
103
104 <chapter>
105 <title>ネットワーク設定</title>
106 -<abstract>
107 -最新のソースコードをダウンロードするために、
108 -ネットワークの設定をする必要があります。
109 -</abstract>
110 <include href="hb-install-network.xml"/>
111 </chapter>
112
113 <chapter>
114 <title>ディスクの準備</title>
115 -<abstract>
116 -Gentooをインストールするには、そのために必要なパーティションを作成する必要があります。
117 -この章では、後で必要となるパーティションを作成する方法を説明します。
118 -</abstract>
119 - <include href="hb-install-amd64-disk.xml"/>
120 + <include href="hb-install-x86+amd64-disk.xml"/>
121 </chapter>
122
123 <chapter>
124 <title>Gentooインストールファイルをインストールする</title>
125 -<abstract>
126 -Gentooのインストールは、stage3アーカイブファイルを使って行います。
127 -この章では、stage3ファイルの解凍方法とPortageの設定を説明します。
128 -</abstract>
129 <include href="hb-install-stage.xml"/>
130 </chapter>
131
132 <chapter>
133 <title>Gentooベースシステムのインストール</title>
134 -<abstract>
135 -stage3のインストールと設定の後、最後には望みどおりのGentooベースシステムが手に入ります。
136 -この章では、Gentooベースシステムを手に入れるまでの方法を説明します。
137 -</abstract>
138 <include href="hb-install-system.xml"/>
139 </chapter>
140
141 <chapter>
142 <title>カーネル設定</title>
143 -<abstract>
144 -全ディストリビューションの構成の核をなすのは、Linuxカーネルです。
145 -この章では、カーネルの設定方法について説明します。
146 -</abstract>
147 - <include href="hb-install-amd64-kernel.xml"/>
148 + <include href="hb-install-x86+amd64-kernel.xml"/>
149 </chapter>
150
151 <chapter>
152 <title>システム設定</title>
153 -<abstract>
154 -いくつかの重要な設定ファイルを編集しなければなりません。
155 -この章では、これらの重要なファイルの概要や、どのように設定を進めていくかがわかります。
156 -</abstract>
157 <include href="hb-install-config.xml"/>
158 </chapter>
159
160 <chapter>
161 <title>必要なシステムツールをインストールする</title>
162 -<abstract>
163 -以前に説明したとおり、選択できることこそがGentooです。
164 -この章では、いくつかの重要なツールをどのように選択し、インストールするかを説明します。
165 -</abstract>
166 <include href="hb-install-tools.xml"/>
167 </chapter>
168
169 @@ -268,22 +254,16 @@
170 この章では、GRUBブートローダの説明とあなたの要求に合わせたGRUBブートローダ設定
171 方法を順を追って説明します。
172 </abstract>
173 - <include href="hb-install-amd64-bootloader.xml"/>
174 + <include href="hb-install-x86+amd64-bootloader.xml"/>
175 </chapter>
176
177 <chapter>
178 <title>Gentooインストールの締めくくり</title>
179 -<abstract>
180 -これでほぼ完了です。一つ(または複数)のユーザを作成しましょう。
181 -</abstract>
182 <include href="hb-install-finalise.xml"/>
183 </chapter>
184
185 <chapter>
186 <title>これからどうすればいいの?</title>
187 -<abstract>
188 -Gentooシステムは完成しましたが、次は何をすればいいのでしょう?
189 -</abstract>
190 <include href="hb-install-next.xml"/>
191 </chapter>
192 </part>
193 @@ -297,45 +277,26 @@
194
195 <chapter>
196 <title>Portageについて</title>
197 -<abstract>
198 -この章では、システム上のソフトウェアを整備するために絶対に知っておかなければならないことを、"簡単な"手順で説明します。
199 -</abstract>
200 <include href="hb-working-portage.xml"/>
201 </chapter>
202
203 <chapter>
204 <title>USEフラグ</title>
205 -<abstract>
206 -USEフラグは、Gentooにおいて大変重要な概念です。この章ではUSEフラグをどのように使うか、
207 -USEフラグがシステムにどういう影響を及ぼすかについて説明します。
208 -</abstract>
209 <include href="hb-working-use.xml"/>
210 </chapter>
211
212 <chapter>
213 <title>Portageの機能</title>
214 -<abstract>
215 -分散コンパイルやccacheを使用したコンパイルのサポートなど、Portageが備える隠れた機能を発見するでしょう。
216 -</abstract>
217 <include href="hb-working-features.xml"/>
218 </chapter>
219
220 <chapter>
221 <title>initスクリプト</title>
222 -<abstract>
223 -Gentooは特有のinitスクリプトを採用しています。それは、数ある機能の中でも特に、
224 -依存関係による判定や仮想initスクリプトを可能にします。この章では、これら全ての特徴や、
225 -スクリプトの扱い方について説明します。
226 -</abstract>
227 <include href="hb-working-rcscripts.xml"/>
228 </chapter>
229
230 <chapter>
231 <title>環境変数</title>
232 -<abstract>
233 -Gentooでは、システムの環境変数を簡単に管理することができます。
234 -この章では、環境変数の管理の仕方や、よく使われる環境変数について説明します。
235 -</abstract>
236 <include href="hb-working-variables.xml"/>
237 </chapter>
238 </part>
239 @@ -348,55 +309,32 @@
240
241 <chapter>
242 <title>ファイルとディレクトリ</title>
243 -<abstract>
244 -Portageを詳細に知りたいならば、そのファイルとデータがどこに保存されているか知らなければなりません。
245 -</abstract>
246 <include href="hb-portage-files.xml"/>
247 </chapter>
248
249 <chapter>
250 <title>変数による設定</title>
251 -<abstract>
252 -Portageは、設定ファイルや環境変数で設定したさまざまな変数を通して完全に調整可能です。
253 -</abstract>
254 <include href="hb-portage-configuration.xml"/>
255 </chapter>
256
257 <chapter>
258 <title>ソフトウェアのブランチを併用する</title>
259 -<abstract>
260 -Gentooは、安定性や、アーキテクチャごとのサポート状況といった情報を元に、
261 -ソフトウェアを複数のブランチに分けて提供しています。
262 -"ソフトウェアのブランチを併用する"では、このブランチはどう設定できるのか、
263 -また個々の設定をどうやってユーザーが上書きするかについて説明します。
264 -</abstract>
265 <include href="hb-portage-branches.xml"/>
266 </chapter>
267
268 <chapter>
269 <title>追加のPortageツール</title>
270 -<abstract>
271 -Portageには、Gentoo環境をより良くする拡張ツールがいくつか付属しています。
272 -dispatch-confやその他のツールを使う方法を理解するために読んでください。
273 -</abstract>
274 <include href="hb-portage-tools.xml"/>
275 </chapter>
276
277 <chapter>
278 <title>オフィシャルツリーの活用</title>
279 -<abstract>
280 -"オフィシャルツリーの活用"では、Portageツリーの使い方におけるいくつかの便利な小技や、必要なカテゴリだけをシンクロさせる方法、パッケージを挿入する方法など、を伝授します。
281 -</abstract>
282 <include href="hb-portage-diverttree.xml"/>
283 </chapter>
284
285 <chapter>
286 -<title>ebuildアプリケーション</title>
287 -<abstract>
288 -"ebuildアプリケーション"では、Portageがソフトウェアをインストールする行程を説明し、
289 -あなた自身でebuildアプリケーションを使用して同じことをする方法を説明します。
290 -</abstract>
291 - <include href="hb-portage-ebuild.xml"/>
292 +<title>上級者向けのPortage機能</title>
293 + <include href="hb-portage-advanced.xml" />
294 </chapter>
295 </part>
296
297 @@ -406,52 +344,33 @@
298
299 <chapter>
300 <title>はじめに</title>
301 -<abstract>
302 -最も一般的な環境でネットワークに素早く接続し、稼働させるためのガイドです。
303 -</abstract>
304 <include href="hb-net-start.xml"/>
305 </chapter>
306
307 <chapter>
308 <title>高度な設定</title>
309 -<abstract>
310 -ここではどのように設定するかを学びます。個別のネットワークより先に学ぶ必要があります。
311 -</abstract>
312 <include href="hb-net-advanced.xml"/>
313 </chapter>
314
315 <chapter>
316 <title>個別ネットワーク</title>
317 -<abstract>
318 -Gentooは柔軟なネットワーク構成を提供しています。ここでは異なるDHCPクライアントの選び方や関連づけ、ブリッジ、VLANなどのセットアップについてお話しします。
319 -</abstract>
320 <include href="hb-net-modules.xml"/>
321 </chapter>
322
323 <chapter>
324 <title>無線ネットワーク</title>
325 -<abstract>
326 -無線設定は簡単ではありません。この説明で無事に動きますように。
327 -</abstract>
328 <include href="hb-net-wireless.xml"/>
329 </chapter>
330
331 <chapter>
332 <title>機能の追加</title>
333 -<abstract>
334 -冒険してみたいなら、ネットワークに機能追加することで味わえます。
335 -</abstract>
336 <include href="hb-net-functions.xml"/>
337 </chapter>
338
339 <chapter>
340 <title>ネットワーク管理</title>
341 -<abstract>
342 -ノートPCユーザや異なるネットワークにコンピュータを接続する人向けのお話です。
343 -</abstract>
344 <include href="hb-net-management.xml"/>
345 </chapter>
346 </part>
347
348 -
349 </book>