~psusi/ubuntu/precise/installation-guide/partitions

« back to all changes in this revision

Viewing changes to cs/install-methods/usb-setup/x86.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-06-25 10:28:30 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100625102830-nvfcrroep8mvhkeo
Tags: 20100518ubuntu1
* 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, armel, 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).
  - 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 win32-loader.
  - Document new simplified partman preseeding.
  - Document mirror/udeb/components.
  - Document apt-setup/security_path.
  - Don't recommend passing http://archive.ubuntu.com/ubuntu to
    debootstrap.
  - Document pkgsel/update-policy.
  - Document preseeding user-setup's home directory encryption facility.
  - Improve examples of tasksel/first preseeding to avoid mentioning
    standard, which is installed by default.
  - Document partman-auto-lvm/guided_size.
  - Document scheme for preseeding the use of CC.archive.ubuntu.com
    mirrors.
  - Document pkgsel/updatedb.
  - Document partman/default_filesystem.
  - Document how to override the weak password check.
  - Remove comments about automatic installation methods that have been
    removed from Ubuntu.
  - Remove documentation of
    base-installer/kernel/linux/initramfs-generators; setting this to
    anything other than the default will cause the installer to fail.
* Adjust list of armel architectures for Ubuntu.
* Bump kernelversion to 2.6.35.
* Bump release version and names for Maverick.
* Update Canonical's copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- $Id: x86.xml 56528 2008-10-26 20:23:28Z mck-guest $ -->
2
 
<!-- original version: 56442 -->
 
1
<!-- $Id: x86.xml 61904 2009-12-30 10:39:36Z mck-guest $ -->
 
2
<!-- original version: 61286 -->
3
3
 
4
4
   <sect3 arch="x86">
5
5
   <title>Rozdělení USB zařízení</title>
8
8
Protože má většina USB klíčenek přednastavenou jednu velkou oblast
9
9
typu FAT16, pravděpodobně nemusíte klíčenku přeformátovávat. Pokud to
10
10
však musíte provést, použijte pro vytvoření této oblasti
11
 
<command>cfdisk</command> nebo podobný nástroj pro dělení disku. Poté
12
 
vytvořte souborový systém příkazem
 
11
<command>cfdisk</command> nebo podobný nástroj pro dělení
 
12
disku<footnote><para>
 
13
 
 
14
Nezapomeňte oblasti nastavit <quote>zaváděcí</quote> příznak.
 
15
 
 
16
</para></footnote>. Poté vytvořte souborový systém příkazem
13
17
 
14
18
<informalexample><screen>
15
19
<prompt>#</prompt> <userinput>mkdosfs /dev/<replaceable>sdX1</replaceable></userinput>
56
60
<itemizedlist>
57
61
<listitem><para>
58
62
 
59
 
<filename>vmlinuz</filename> (jádro)
 
63
<filename>vmlinuz</filename> nebo <filename>linux</filename> (jádro)
60
64
 
61
65
</para></listitem>
62
66
<listitem><para>
75
79
</para><para>
76
80
 
77
81
Dále si vytvořte konfigurační soubor <filename>syslinux.cfg</filename>,
78
 
který by měl obsahovat alespoň následující dva řádky:
 
82
který by měl obsahovat alespoň následující dva řádky (pokud jste
 
83
použili obraz <filename>netboot</filename>, změňte jméno souboru s
 
84
jádrem na <quote><filename>linux</filename></quote>):
79
85
 
80
86
<informalexample><screen>
81
87
default vmlinuz
88
94
</para><para>
89
95
 
90
96
Pokud jste použili obraz <filename>hd-media</filename>, měli byste
91
 
nyní na klíčenku nakopírovat ISO obraz s instalací &debian;u (použít
92
 
můžete obrazy typu businesscard, netinst nebo, pokud se vejde, dokonce
93
 
celé první CD) a následně USB klíčenku odpojit (<userinput>umount
 
97
nyní na klíčenku nakopírovat ISO obraz s instalací &debian;u<footnote><para>
 
98
 
 
99
Použít můžete obrazy typu businesscard, netinst nebo, pokud se vejde,
 
100
dokonce celé první CD (viz část <xref linkend="official-cdrom"/>).
 
101
Poznamenejme, že netboot obraz <filename>mini.iso</filename> není pro
 
102
tento účel vhodný.
 
103
 
 
104
</para></footnote> a následně USB klíčenku odpojit (<userinput>umount
94
105
/mnt</userinput>).
95
106
 
96
107
</para>