File: partman-base.templates

package info (click to toggle)
partman-base 147
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,836 kB
  • ctags: 219
  • sloc: ansic: 2,347; sh: 2,248; makefile: 34
file content (445 lines) | stat: -rw-r--r-- 11,052 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
Template: partman/progress/init/title
Type: text
# :sl1:
_Description: Starting up the partitioner

Template: partman/progress/init/fallback
Type: text
# :sl1:
_Description: Please wait...

Template: partman/progress/init/parted
Type: text
# :sl1:
_Description: Scanning disks...

Template: partman/progress/init/update_partitions
Type: text
# :sl1:
_Description: Detecting file systems...

Template: partman-base/devicelocked
Type: error
# :sl2:
#flag:translate!:3
_Description: Device in use
 No modifications can be made to the device ${DEVICE} for the
 following reasons:
 .
 ${MESSAGE}

Template: partman-base/partlocked
Type: error
# :sl2:
#flag:translate!:3
#flag:comment:2
# This should be translated as "partition *number* ${PARTITION}"
# In short, ${PARTITION} will indeed contain the partition
# NUMBER and not the partition NAME
_Description: Partition in use
 No modifications can be made to the partition #${PARTITION} of
 device ${DEVICE} for the following reasons:
 .
 ${MESSAGE}

Template: partman/exception_handler
Type: select
Choices: ${CHOICES}
Description: ${TYPE}
 ${DESCRIPTION}

Template: partman/exception_handler_note
Type: note
Description: ${TYPE}
 ${DESCRIPTION}

Template: partman/choose_partition
Type: select
Choices-C: ${CHOICES}
Choices: ${DESCRIPTIONS}
# :sl1:
_Description: This is an overview of your currently configured partitions and mount points. Select a partition to modify its settings (file system, mount point, etc.), a free space to create partitions, or a device to initialize its partition table.
Help: partman-target/help

Template: partman/confirm_nochanges
Type: boolean
Default: false
# :sl2:
_Description: Continue with the installation?
 No partition table changes and no creation of file systems have been planned.
 .
 If you plan on using already created file systems, be aware that existing
 files may prevent the successful installation of the base system.

Template: partman/confirm
Type: boolean
Default: false
# :sl1:
#flag:translate!:4
_Description: Write the changes to disks?
 If you continue, the changes listed below will be written to the disks.
 Otherwise, you will be able to make further changes manually.
 .
 WARNING: This will destroy all data on any partitions you have
 removed as well as on the partitions that are going to be formatted.
 .
 ${ITEMS}

Template: partman/confirm_nooverwrite
Type: boolean
Default: false
# :sl1:
#flag:translate!:3
_Description: Write the changes to disks?
 If you continue, the changes listed below will be written to the disks.
 Otherwise, you will be able to make further changes manually.
 .
 ${ITEMS}

Template: partman/text/confirm_item_header
Type: text
# :sl2:
_Description: The following partitions are going to be formatted:

Template: partman/text/confirm_item
Type: text
# :sl2:
# for example: "partition #6 of IDE0 master as ext3 journaling file system"
_Description: partition #${PARTITION} of ${DEVICE} as ${TYPE}

Template: partman/text/confirm_unpartitioned_item
Type: text
# :sl2:
# for devices which have no partitions
# for example: "LVM VG Debian, LV Root as ext3 journaling file system"
_Description: ${DEVICE} as ${TYPE}

Template: partman/text/confirm_partitem_header
Type: text
# :sl2:
_Description: The partition tables of the following devices are changed:

Template: partman/storage_device
Type: select
Choices-C: ${CHOICES}
Choices: ${DESCRIPTIONS}
# :sl2:
_Description: What to do with this device:
Help: partman-target/help

Template: partman/free_space
Type: select
Choices-C: ${CHOICES}
Choices: ${DESCRIPTIONS}
# :sl2:
_Description: How to use this free space:
Help: partman-target/help

Template: partman/active_partition
Type: select
Choices-C: ${CHOICES}
Choices: ${DESCRIPTIONS}
# :sl2:
_Description: Partition settings:
 You are editing partition #${PARTITION} of ${DEVICE}. ${OTHERINFO} ${DESTROYED}
Help: partman-target/help

Template: partman/text/there_is_detected
Type: text
# :sl2:
_Description: This partition is formatted with the ${FILESYSTEM}.

Template: partman/text/none_detected
Type: text
# :sl2:
_Description: No existing file system was detected in this partition.

Template: partman/text/destroyed
Type: text
# :sl2:
_Description: All data in it WILL BE DESTROYED!

Template: partman/show_partition_chs
Type: note
# :sl2:
_Description: The partition starts from ${FROMCHS} and ends at ${TOCHS}.

Template: partman/show_free_chs
Type: note
# :sl2:
_Description: The free space starts from ${FROMCHS} and ends at ${TOCHS}.

Template: partman/text/please_wait
Type: text
# :sl2:
_Description: Please wait...

Template: partman/text/formatting
Type: text
# :sl1:
_Description: Partitions formatting

Template: partman/text/processing
Type: text
# :sl1:
_Description: Processing...

Template: partman/text/text_template
Type: text
Description: ${DESCRIPTION}

Template: partman/text/show_chs
Type: text
# :sl2:
_Description: Show Cylinder/Head/Sector information

Template: partman/text/finished_with_partition
Type: text
# :sl2:
_Description: Done setting up the partition

Template: partman/text/end_the_partitioning
Type: text
# :sl1:
_Description: Finish partitioning and write changes to disk

Template: partman/text/undo_everything
Type: text
# :sl1:
_Description: Undo changes to partitions

Template: partman/text/show_chs_free
Type: text
# :sl2:
_Description: Show Cylinder/Head/Sector information

Template: partman/text/dump_partition_info
Type: text
# :sl2:
_Description: Dump partition info in %s

Template: partman/text/free_space
Type: text
# Keep short
# :sl1:
_Description: FREE SPACE

Template: partman/text/unusable
Type: text
# "unusable free space".  No more than 8 symbols.
# :sl1:
_Description: unusable

Template: partman/text/primary
Type: text
# "primary partition".  No more than 8 symbols.
# :sl1:
_Description: primary

Template: partman/text/logical
Type: text
# "logical partition".  No more than 8 symbols.
# :sl1:
_Description: logical

Template: partman/text/pri/log
Type: text
# "primary or logical".  No more than 8 symbols.
# :sl1:
_Description: pri/log

Template: partman/text/number
Type: text
# How to print the partition numbers in your language
# Examples:
# %s.
# No %s
# N. %s
# :sl1:
_Description: #%s

Template: partman/text/ata_disk
Type: text
# For example ATA1 (ad0)
# :sl1:
_Description: ATA%s (%s)

Template: partman/text/ata_partition
Type: text
# For example ATA1, partition #5 (ad0s5)
# :sl1:
_Description: ATA%s, partition #%s (%s)

Template: partman/text/ide_master_disk
Type: text
# For example IDE0 master (hda)
# :sl1:
_Description: IDE%s master (%s)

Template: partman/text/ide_slave_disk
Type: text
# For example IDE1 slave (hdd)
# :sl1:
_Description: IDE%s slave (%s)

Template: partman/text/ide_master_partition
Type: text
# For example IDE1 master, partition #5 (hdc5)
# :sl1:
_Description: IDE%s master, partition #%s (%s)

Template: partman/text/ide_slave_partition
Type: text
# For example IDE2 slave, partition #5 (hdf5)
# :sl1:
_Description: IDE%s slave, partition #%s (%s)

Template: partman/text/scsi_disk
Type: text
# :sl1:
_Description: SCSI%s (%s,%s,%s) (%s)

Template: partman/text/scsi_partition
Type: text
# :sl1:
_Description: SCSI%s (%s,%s,%s), partition #%s (%s)

Template: partman/text/scsi_simple_disk
Type: text
# :sl1:
_Description: SCSI%s (%s)

Template: partman/text/scsi_simple_partition
Type: text
# :sl1:
_Description: SCSI%s, partition #%s (%s)

Template: partman/text/mmc_disk
Type: text
# For example MMC/SD card #1 (mmcblk0)
# :sl3:
Description: MMC/SD card #%s (%s)

Template: partman/text/mmc_partition
Type: text
# For example MMC/SD card #1, partition #2 (mmcblk0p2)
# :sl3:
Description: MMC/SD card #%s, partition #%s (%s)

Template: partman/text/raid_device
Type: text
# :sl3:
_Description: RAID%s device #%s

Template: partman/text/dmcrypt_volume
Type: text
# :sl3:
_Description: Encrypted volume (%s)

Template: partman/text/dmraid_volume
Type: text
# For example: Serial ATA RAID isw_dhiiedgihc_Volume0 (mirror)
# :sl3:
_Description: Serial ATA RAID %s (%s)

Template: partman/text/dmraid_part
Type: text
# For example: Serial ATA RAID isw_dhiiedgihc_Volume01 (partition #1)
# :sl3:
_Description: Serial ATA RAID %s (partition #%s)

Template: partman/text/multipath
Type: text
# Translators: "multipath" is a pretty tricky term to translate
# You'll find some documentation about it at 
# http://www.redhat.com/docs/manuals/csgfs/browse/4.6/DM_Multipath/index.html
# "Short" definition:
# Device Mapper Multipathing (DM-Multipath) allows you to configure
# multiple I/O paths between server nodes and storage arrays into a
# single device. These I/O paths are physical SAN connections that can
# include separate cables, switches, and controllers. Multipathing
# aggregates the I/O paths, creating a new device that consists of the
# aggregated paths.
# WWID stands for World-Wide IDentification
# :sl3:
_Description: Multipath %s (WWID %s)

Template: partman/text/multipath_partition
Type: text
# :sl3:
_Description: Multipath %s (partition #%s)

Template: partman/text/lvm_lv
Type: text
# :sl3:
_Description: LVM VG %s, LV %s

Template: partman/text/loopback
Type: text
# :sl3:
_Description: Loopback (loop%s)

Template: partman/text/dasd_disk
Type: text
# :sl5:
_Description: DASD %s (%s)

Template: partman/text/dasd_partition
Type: text
# :sl5:
_Description: DASD %s (%s), partition #%s

Template: partman/text/virtual_disk
Type: text
# eg. Virtual disk 1 (xvda)
# :sl4:
_Description: Virtual disk %s (%s)

Template: partman/text/virtual_partition
Type: text
# eg. Virtual disk 1, partition #1 (xvda1)
# :sl4:
_Description: Virtual disk %s, partition #%s (%s)

Template: partman/text/cancel_menu
Type: text
# :sl1:
_Description: Cancel this menu

Template: debian-installer/partman-base/title
Type: text
# Main menu entry
# :sl1:
_Description: Partition disks

Template: partman/early_command
Type: string
Description: for internal use; can be preseeded
 Shell command or commands to run immediately before partitioning

Template: partman/default_filesystem
Type: string
Default: ext3
Description: for internal use; can be preseeded
 Default filesystem used for new partitions

Template: partman/alignment
Type: select
Choices: cylinder, minimal, optimal
Default: optimal
Description: for internal use; can be preseeded
 Adjust the policy for starting and ending alignment of new partitions.  You
 can generally leave this alone unless optimal alignment causes some kind of
 problem.
 .
 Cylinder alignment was required by very old DOS-era systems, and is not
 usually needed nowadays.  However, a few buggy BIOSes may try to calculate
 cylinder/head/sector addresses for partitions and get confused if
 partitions aren't cylinder-aligned.
 .
 Minimal alignment ensures that new partitions are aligned to physical
 blocks on the disk, avoiding performance degradation that may occur with
 cylinder alignment particularly on modern disks.
 .
 Optimal alignment ensures that new partitions are aligned to a suitable
 multiple of the physical block size, guaranteeing optimal performance.