OSDN Git Service

clfs-3.0.0-sysvinit.
[clfsja/cross-lfs-ja.git] / src / system-config / common / console.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13   <title>Configuring the Linux Console</title>
14 @y
15   <title>Linux コンソールの設定</title>
16 @z
17
18 @x
19   <secondary>configuring</secondary></indexterm>
20 @y
21   <secondary>設定</secondary></indexterm>
22 @z
23
24 @x
25   <para>This section discusses how to configure the <command>i18n</command>
26   bootscript that sets up the keyboard map and the console font. If non-ASCII
27   characters (e.g., the British pound sign and Euro character) will not be
28   used and the keyboard is a U.S. one, skip this section. Without the
29   configuration file, the <command>i18n</command> bootscript will do
30   nothing.</para>
31 @y
32   <para>
33   この節ではブートスクリプト <command>i18n</command> の設定方法について説明します。
34   このスクリプトはキーボードマップ、コンソールフォントを設定します。
35   非アスキー文字 (例えばポンド記号、ユーロ記号など) を使わず、キーボードが US 配列であるなら、本節は読み飛ばしてください。
36   設定ファイルが存在しない場合は、このスクリプトは何も行いません。
37   </para>
38 @z
39
40 @x
41   <para>The <command>i18n</command> script reads the
42   <filename>/etc/sysconfig/i18n</filename> file for configuration
43   information. Decide which keymap and screen font will be used. Various
44   language-specific HOWTO's can also help with this (see <ulink
45   url="http://www.tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>. A pre-made
46   <filename>/etc/sysconfig/i18n</filename> file with known settings for
47   several countries was installed with the CLFS-Bootscripts package, so the
48   relevant section can be uncommented if the country is supported. If still
49   in doubt, look in the <filename class="directory">/usr/share/consolefonts</filename>
50   for valid screen fonts and <filename class="directory">/usr/share/keymaps</filename>
51   for valid keymaps.</para>
52 @y
53   <para>
54   <command>i18n</command> スクリプトは、設定情報を <filename>/etc/sysconfig/i18n</filename> ファイルから読み込みます。
55   まずは利用するキーボードマップとスクリーンフォントを定めます。
56   さまざまな言語に応じた設定方法については <ulink url="http://www.tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/> を参照してください。
57   あらかじめ設定済みの <filename>/etc/sysconfig/i18n</filename> ファイルが CLFS Bootscripts パッケージによりインストールされます。
58   このファイルにはよく用いられる国の設定が含まれています。
59   そこで該当する国の情報があればコメントアウトするだけで済みます。
60   よく分からない場合は、スクリーンフォントについては <filename
61   class="directory">/usr/share/consolefonts</filename>、キーマップについては <filename
62   class="directory">/usr/share/keymaps</filename> を参照してください。
63   </para>
64 @z
65
66 @x
67   <para>The default <filename>/etc/sysconfig/i18n</filename> is set up for UTF-8
68   using the us keymap. You will need to edit the file to your specific needs.
69   The <filename>/etc/sysconfig/i18n</filename> file has additional information
70   in it to help you to assist in configuring.</para>
71 @y
72   <para>
73   デフォルトの <filename>/etc/sysconfig/i18n</filename> は us キーマップを用いた UTF-8 向けに設定されています。
74   必要に応じてこのファイルを書き換えてください。
75   <filename>/etc/sysconfig/i18n</filename> ファイル内にはその他の情報も記述されていますので設定時に役立ててください。
76   </para>
77 @z