1025
1025
# method{ swap } format{ } \
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
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
1112
<sect2 id="preseed-partman-mount-styles">
1113
<title>Controlling how partitions are mounted</title>
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.
1125
Devices with stable names, such as LVM logical volumes, will continue to use
1126
their traditional names rather than UUIDs.
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
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>
1108
1149
<sect2 id="preseed-base-installer">
1109
1150
<title>Base system installation</title>
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
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>