~ubuntu-branches/ubuntu/karmic/installation-guide/karmic

« back to all changes in this revision

Viewing changes to en/appendix/preseed.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-04-16 21:56:50 UTC
  • Revision ID: james.westby@ubuntu.com-20090416215650-n1u7ma1c6cn0b489
Tags: 20081208ubuntu3
* Document pkgsel/updatedb (LP: #8195).
* Document partman/default_filesystem.
* Document controlling how partitions are mounted (LP: #347817).
* Mention that Kickstart LVM configuration is now experimentally
  supported, and document the pieces currently known to be missing.
* Update Canonical's copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1025
1025
#                      method{ swap } format{ }                \
1026
1026
#              .
1027
1027
 
 
1028
# If you just want to change the default filesystem from ext3 to something
 
1029
# else, you can do that without providing a full recipe.
 
1030
#d-i partman/default_filesystem string ext4
 
1031
 
1028
1032
# This makes partman automatically partition without confirmation, provided
1029
1033
# that you told it what to do using one of the methods above.
1030
1034
d-i partman/confirm_write_new_label boolean true
1105
1109
 
1106
1110
  </sect2>
1107
1111
 
 
1112
  <sect2 id="preseed-partman-mount-styles">
 
1113
  <title>Controlling how partitions are mounted</title>
 
1114
<para>
 
1115
 
 
1116
Normally, filesystems are mounted using a universally unique identifier
 
1117
(UUID) as a key; this allows them to be mounted properly even if their
 
1118
device name changes. UUIDs are long and difficult to read, so, if you
 
1119
prefer, the installer can mount filesystems based on the traditional device
 
1120
names, or based on a label you assign. If you ask the installer to mount by
 
1121
label, any filesystems without a label will be mounted using a UUID instead.
 
1122
 
 
1123
</para><para>
 
1124
 
 
1125
Devices with stable names, such as LVM logical volumes, will continue to use
 
1126
their traditional names rather than UUIDs.
 
1127
 
 
1128
</para>
 
1129
 
 
1130
<warning><para>
 
1131
 
 
1132
Traditional device names may change based on the order in which the kernel
 
1133
discovers devices at boot, which may cause the wrong filesystem to be
 
1134
mounted. Similarly, labels are likely to clash if you plug in a new disk or
 
1135
a USB drive, and if that happens your system's behaviour when started will
 
1136
be random.
 
1137
 
 
1138
</para></warning>
 
1139
 
 
1140
<informalexample role="example"><screen>
 
1141
# The default is to mount by UUID, but you can also choose "traditional" to
 
1142
# use traditional device names, or "label" to try filesystem labels before
 
1143
# falling back to UUIDs.
 
1144
#d-i partman/mount_style select uuid
 
1145
</screen></informalexample>
 
1146
 
 
1147
  </sect2>
 
1148
 
1108
1149
  <sect2 id="preseed-base-installer">
1109
1150
  <title>Base system installation</title>
1110
1151
<para>
1323
1364
# but sending reports helps the project determine what software is most
1324
1365
# popular and include it on CDs.
1325
1366
#popularity-contest popularity-contest/participate boolean false
 
1367
 
 
1368
# By default, the system's locate database will be updated after the
 
1369
# installer has finished installing most packages. This may take a while, so
 
1370
# if you don't want it, you can set this to "false" to turn it off.
 
1371
#d-i pkgsel/updatedb boolean true
1326
1372
</screen></informalexample>
1327
1373
 
1328
1374
  </sect2>