blob: 84e530a327eda8daea15818ca4ef0e7fb42696c6 (
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
85
86
87
88
89
|
<!-- 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.
-->
In base al paese scelto all'inizio dell'installazione potrebbe essere
mostrato l'elenco dei soli fusi orari pertinenti a quel paese; se nel
paese è presente un solo fuso orario, non viene chiesto nulla e il
sistema userà quel fuso orario.
</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.
-->
Se per qualsiasi motivo si vuole impostare un fuso orario che
<emphasis>non</emphasis> è legato al paese scelto, si hanno due
possibilità.
</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:
-->
Il modo più semplice è scegliere un fuso orario diverso una volta finita
l'installazione e avviato il nuovo sistema. Il comando da usare è:
<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>.
-->
In alternativa il fuso orario può essere impostato all'inizio
dell'installazione passando il parametro
<userinput>time/zone=<replaceable>valore</replaceable></userinput>
all'avvio del sistema d'installazione. Ovviamente il valore deve essere
un fuso orario valido, per esempio <userinput>Europe/London</userinput>
o <userinput>UTC</userinput>.
</para>
</listitem>
</orderedlist>
<para>
<!--
For automated installations the time zone can also be set using preseeding.
-->
Nel caso di installazioni automatiche è possibile preconfigurare anche il
fuso orario.
</para>
|