~jbicha/ubuntu/oneiric/installation-guide/merge-with-debian

« back to all changes in this revision

Viewing changes to en/using-d-i/modules/partman.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
1
<!-- retain these comments for translator revision tracking -->
2
 
<!-- $Id: partman.xml 56425 2008-10-15 08:50:59Z fjp $ -->
 
2
<!-- $Id: partman.xml 62932 2010-04-17 19:31:24Z fjp $ -->
3
3
 
4
4
<para>
5
5
 
31
31
 
32
32
</para>
33
33
 
 
34
   <sect3 id="partman-fs">
 
35
   <title>Supported partitioning options</title>
 
36
<para>
 
37
 
 
38
The partitioner used in &d-i; is fairly versatile. It allows to create
 
39
many different partitioning schemes, using various partition tables,
 
40
file systems and advanced block devices.
 
41
 
 
42
</para><para>
 
43
 
 
44
Exactly which options are available depends mainly on the architecture,
 
45
but also on other factors. For example, on systems with limited internal
 
46
memory some options may not be available.
 
47
Defaults may vary as well. The type of partition table used by default
 
48
can for example be different for large capacity hard disks than for
 
49
smaller hard disks.
 
50
Some options can only be changed when installing at medium or low debconf
 
51
priority; at higher priorities sensible defaults will be used.
 
52
 
 
53
</para><para>
 
54
 
 
55
The installer supports various forms of advanced partitioning and use of
 
56
storage devices, which in many cases can be used in combination.
 
57
 
 
58
<itemizedlist>
 
59
  <listitem><para>
 
60
    <emphasis>Logical Volume Management (LVM)</emphasis>
 
61
  </para></listitem>
 
62
  <listitem arch="not-s390"><para>
 
63
    <emphasis>Software RAID</emphasis>
 
64
  </para><para>
 
65
    Supported are RAID levels 0, 1, 4, 5, 6 and 10.
 
66
  </para></listitem>
 
67
  <listitem><para>
 
68
    <emphasis>Encryption</emphasis>
 
69
  </para></listitem>
 
70
  <listitem arch="x86"><para>
 
71
    <emphasis>Serial ATA RAID</emphasis> (using <classname>dmraid</classname>)
 
72
  </para><para>
 
73
    Also called <quote>fake RAID</quote> or <quote>BIOS RAID</quote>.
 
74
    Support for Serial ATA RAID is currently only available if enabled when
 
75
    the installer is booted. Further information is available on
 
76
    <ulink url="&url-d-i-sataraid;">our Wiki</ulink>.
 
77
  </para></listitem>
 
78
  <listitem><para>
 
79
    <emphasis>Multipath</emphasis> (experimental)
 
80
  </para><para>
 
81
    See <ulink url="&url-d-i-multipath;">our Wiki</ulink> for information.
 
82
    Support for multipath is currently only available if enabled when the
 
83
    installer is booted.
 
84
  </para></listitem>
 
85
</itemizedlist>
 
86
 
 
87
</para><para>
 
88
 
 
89
The following file systems are supported.
 
90
 
 
91
<itemizedlist>
 
92
  <listitem><para>
 
93
    <phrase arch="arm;mipsel"><emphasis>ext2r0</emphasis>,</phrase>
 
94
    <emphasis>ext2</emphasis>,
 
95
    <emphasis>ext3</emphasis>,
 
96
    <emphasis>ext4</emphasis>
 
97
  </para><para>
 
98
    The default file system selected in most cases is ext3; for
 
99
    <filename>/boot</filename> partitions ext2 will be selected by default
 
100
    when guided partitioning is used.
 
101
  </para></listitem>
 
102
  <listitem><para>
 
103
    <emphasis>jfs</emphasis> (not available on all architectures)
 
104
  </para></listitem>
 
105
  <listitem><para>
 
106
    <emphasis>xfs</emphasis> (not available on all architectures)
 
107
  </para></listitem>
 
108
  <listitem><para>
 
109
    <emphasis>reiserfs</emphasis> (optional; not available on all architectures)
 
110
  </para><para>
 
111
    Support for the Reiser file system is no longer available by default.
 
112
    When the installer is running at medium or low debconf priority it can
 
113
    be enabled by selecting the <classname>partman-reiserfs</classname>
 
114
    component. Only version 3 of the file system is supported.
 
115
  </para></listitem>
 
116
  <listitem arch="arm"><para>
 
117
    <emphasis>jffs2</emphasis>
 
118
  </para><para>
 
119
    Used on some systems to read flash memory. It is not possible to create
 
120
    new jffs2 partitions.
 
121
  </para></listitem>
 
122
  <listitem arch="x86"><para>
 
123
    <emphasis>qnx4</emphasis>
 
124
  </para><para>
 
125
    Existing partitions will be recognized and it is possible to assign
 
126
    mount points for them. It is not possible to create new qnx4 partitions.
 
127
  </para></listitem>
 
128
  <listitem><para>
 
129
    <emphasis>FAT16</emphasis>, <emphasis>FAT32</emphasis>
 
130
  </para></listitem>
 
131
  <listitem arch="x86;ia64"><para>
 
132
    <emphasis>NTFS</emphasis> (read-only)
 
133
  </para><para>
 
134
    Existing NTFS partitions can be resized and it is possible to assign
 
135
    mount points for them. It is not possible to create new NTFS partitions.
 
136
  </para></listitem>
 
137
</itemizedlist>
 
138
 
 
139
</para>
 
140
   </sect3>
 
141
 
34
142
   <sect3 id="partman-auto">
35
143
   <title>Guided Partitioning</title>
36
144
<para>
157
265
There is also an additional menu item in the formatting menu to manually
158
266
set up a partition as an EFI boot partition.
159
267
 
160
 
</para><para arch="alpha">
161
 
 
162
 
If you choose guided partitioning for your Alpha system, an
163
 
additional, unformatted partition will be allocated at the beginning of
164
 
your disk to reserve this space for the aboot boot loader.
165
 
 
166
268
</para><para>
167
269
 
168
270
After selecting a scheme, the next screen will show your new partition