summaryrefslogtreecommitdiff
path: root/ja/using-d-i/modules/tzsetup.xml
blob: cb0ead693a719dc361e27c08220e2a0296211a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="EUC-JP"?>
<!-- retain these comments for translator revision tracking -->
<!-- original version: 50620 -->

<!-- As tzsetup is invoked from inside clock-setup, this is not a
     separate section -->

<para>

<!--
Depending on the location selected earlier in the installation process,
you may be shown a list of timezones relevant for that location.
If your location has only one time zone, you will not be asked anything and
the system will assume that time zone.
-->
インストール処理の初期に選択した場所に依存して、
その場所に関連するタイムゾーンの一覧を表示します。
あなたの場所にタイムゾーンがひとつしかなければ、
システムは一覧を表示せず、そのタイムゾーンであると仮定します。

</para><para>

<!--
If for some reason you wish to set a time zone for the installed system
that does <emphasis>not</emphasis> match the selected location, there are
two options.
-->
何らかの理由で、インストールしたシステムのタイムゾーンを、
選択した場所とは<emphasis>異なる</emphasis>ものにしたい場合は、
2 つの選択肢があります。

</para>

<orderedlist>
<listitem>

<para>

<!--
The simplest option is to just select a different timezone after the
installation has been completed and you've booted into the new system.
The command to do this is:
-->
シンプルな方法は、インストールが完了し、新しいシステムが起動した後で、
異なるタイムゾーンを選択することです。
以下のようなコマンドになります。

<informalexample><screen>
# dpkg-reconfigure tzdata
</screen></informalexample>

</para>

</listitem><listitem>

<para>

<!--
Alternatively, the time zone can be set at the very start of the
installation by passing the parameter
<userinput>time/zone=<replaceable>value</replaceable></userinput>
when you boot the installation system. The value should of course be a
valid time zone, for example <userinput>Europe/London</userinput> or
<userinput>UTC</userinput>.
-->
その他には、インストールシステムの起動時に、パラメータ 
<userinput>time/zone=<replaceable>value</replaceable></userinput> 
を渡すと、インストールの最初からタイムゾーンを設定できます。
もちろん値は妥当なタイムゾーン (例えば <userinput>Europe/London</userinput> や
<userinput>UTC</userinput>) であるべきです。

</para>

</listitem>
</orderedlist>

<para>

<!--
For automated installations the time zone can also be set using preseeding.
-->
自動インストール用に、タイムゾーンは preseed を用いても設定できます。

</para>