~ubuntu-branches/ubuntu/natty/installation-guide/natty

« back to all changes in this revision

Viewing changes to cs/using-d-i/modules/clock-setup.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-02-25 12:37:48 UTC
  • Revision ID: james.westby@ubuntu.com-20080225123748-xcb1iwv50tfs1q3s
Tags: 20080211ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Build only English (for now, until we figure out how to avoid trashing
    translations quite so badly with Ubuntu branding etc.).
  - Build only Ubuntu architectures (amd64, hppa, i386, ia64, powerpc,
    sparc).
  - Extensive (although possibly incomplete) Ubuntu branding, adjustments
    for our mirror layout, etc.
  - Add "Ubuntu and Debian" and "What is Ubuntu?" section, text borrowed
    from the Ubuntu web site. Disable the "What is Debian GNU/Linux?"
    section.
  - Direct installation reports to ubuntu-users for now.
  - Adjust various memory and disk space requirements. Talk about the
    default Ubuntu desktop and Ubuntu tasks rather than Debian tasks.
  - Document mounting /sys in various places.
  - Unset supports-floppy-boot for all our architectures.
  - Add a few more supports-floppy-boot and bootable-usb conditionals.
  - Document our root password and sudo arrangements.
  - Document netboot-style USB images. Still mention the hd-media images,
    but they're downplayed since many USB sticks are too small for a full
    Ubuntu ISO image.
  - Document Kickstart installations (currently only the basics, a
    reference to Red Hat's documentation, and the differences from
    Anaconda).
  - Note that an empty preseed file is equivalent to a normal manual
    installation.
  - Update keyboard preseeding documentation for console-setup.
  - Update chroot-install guide for console-setup and language packs; add
    a bit more advice about installing grub.
  - Disable documentation of the GTK frontend.
* Bump kernelversion to 2.6.24.
* Bump GNOME version to 2.22.
* Bump release version and names for Hardy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- $Id: clock-setup.xml 39618 2006-08-07 16:28:48Z fjp $ -->
2
 
<!-- original version: 39614 -->
 
1
<!-- $Id: clock-setup.xml 51162 2008-02-03 19:55:47Z mck-guest $ -->
 
2
<!-- original version: 50618 -->
3
3
 
4
4
   <sect3 id="clock-setup">
5
5
   <title>Nastavení hodin</title>
6
6
 
7
7
<para>
8
8
 
9
 
&d-i; se může zeptat, zda jsou hardwarové hodiny počítače nastaveny na
10
 
univerzální časové pásmo (UTC). Systém se snaží odpověď odhadnout
11
 
například podle nalezených operačních systémů. Při expertní instalaci
12
 
se otázka zobrazí vždy.
13
 
 
14
 
<phrase arch="m68k;powerpc">
15
 
 
16
 
Hardwarové hodiny v Macintoshích jsou standardně nastaveny na místní
17
 
čas. Jestliže budete mít duální zavádění, tak možnost UTC zamítněte.
18
 
 
19
 
</phrase><phrase arch="x86">
20
 
 
21
 
Jestli budou na počítači i Windows nebo DOS, možnost hardwarových
22
 
hodin v UTC zamítněte, protože zmíněné systémy s touto možností
23
 
pracovat neumí.
24
 
 
25
 
</phrase>
26
 
 
27
 
</para><para>
28
 
 
29
 
Poznamenejme, že touto komponentou nemůžete změnit čas v hodinách
30
 
počítače, pouze určujete, jak má Debian s těmito hodinami
31
 
zacházet. Potřebujete-li hodiny upravit (buď proto, že ukazují chybný
32
 
čas, nebo proto, že je chcete nastavit na UTC), můžete tak učinit po
33
 
instalaci.
 
9
Instalační systém se nejprve pokusí získat přesný čas z některého
 
10
časového serveru na Internetu (protokolem <firstterm>NTP</firstterm>).
 
11
Pokud se to nepovede, bude &d-i; předpokládat, že čas získaný ze
 
12
systémových hodin při zavádění instalace je správný. Během instalace
 
13
není možné nastavit čas ručně.
34
14
 
35
15
</para>
 
16
 
 
17
&module-tzsetup.xml;
 
18
 
36
19
  </sect3>