~dannf/ubuntu/trusty/base-installer/arm64

« back to all changes in this revision

Viewing changes to debian/bootstrap-base.templates

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-01-29 22:14:20 UTC
  • mfrom: (0.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20090129221420-8t0k75fjjaxskrqc
Tags: 1.98ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Use and depend on the Ubuntu keyring.
  - Enable the restricted component by default, unless
    apt-setup/restricted is preseeded to false.
  - Set up the default sources.list to look in -updates and -security (the
    latter from apt-setup/security_host) as well as the unadorned suite;
    also -proposed if apt-setup/proposed is true.
  - Use Ubuntu kernel image names.
  - Allow preseeding base-installer/kernel/override-image to force a given
    kernel to be used.
  - Write out the resume partition as a UUID if possible.
  - Install busybox-initramfs rather than busybox.
  - If base-installer/use_unclean_target is asked, emit a warning to the
    logs so that we know about it when diagnosing problems.
  - Never select /dev/ramzswap* as a hibernation target.
* Backport from trunk (Ian Campbell, Frans Pop):
  - Use -686 kernels for CentaurHauls processors again (effectively
    undoing r55059) . According to 464962 the kernel has been fixed since
    2.6.26-8. Closes: #504095

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Type: text
3
3
#  Item in the main menu to select this package
4
4
# TRANSLATORS: <65 columns
 
5
# :sl1:
5
6
_Description: Install the base system
6
7
 
7
8
Template: base-installer/cannot_install
8
9
Type: error
9
10
# The base system is the minimal Debian system 
10
11
# See http://www.debian.org/doc/debian-policy/ch-binary.html#s3.7
 
12
# :sl2:
11
13
_Description: Cannot install base system
12
14
 The installer cannot figure out how to install the base system. No
13
15
 installable CD-ROM was found and no valid mirror was configured.
14
16
 
15
17
Template: base-installer/no_codename
16
18
Type: error
 
19
# :sl2:
17
20
_Description: Debootstrap Error
18
21
 Failed to determine the codename for the release.
19
22
 
20
23
Template: base-installer/debootstrap-failed
21
24
Type: error
 
25
# :sl2:
22
26
_Description: Failed to install the base system
23
27
 The base system installation into /target/ failed.
24
28
 .
26
30
 
27
31
Template: base-installer/debootstrap/error-exitcode
28
32
Type: error
 
33
# :sl2:
29
34
_Description: Base system installation error
30
35
 The debootstrap program exited with an error (return value ${EXITCODE}).
31
36
 .
33
38
 
34
39
Template: base-installer/debootstrap/error-abnormal
35
40
Type: error
 
41
# :sl2:
36
42
_Description: Base system installation error
37
43
 The debootstrap program exited abnormally.
38
44
 .
40
46
 
41
47
Template: base-installer/debootstrap/fallback-error
42
48
Type: error
 
49
# :sl2:
43
50
#flag:translate!:3
44
51
_Description: Debootstrap Error
45
52
 The following error occurred:
50
57
 
51
58
Template: base-installer/initramfs/generator
52
59
Type: select
 
60
# :sl3:
53
61
Choices: ${GENERATORS}
54
62
_Description: Tool to use to generate boot initrd:
55
63
 The list shows the available tools. If you are unsure which to select,
58
66
 
59
67
Template: base-installer/initramfs/unsupported
60
68
Type: error
 
69
# :sl3:
61
70
_Description: Unsupported initrd generator
62
71
 The package ${GENERATOR} that was selected to generate the
63
72
 initrd is not supported.
64
73
 
 
74
Template: base-installer/initramfs-tools/driver-policy
 
75
Type: select
 
76
Choices-C: most, dep
 
77
# :sl3:
 
78
__Choices: generic: include all available drivers, targeted: only include drivers needed for this system
 
79
# :sl3:
 
80
_Description: Drivers to include in the initrd:
 
81
 The primary function of an initrd is to allow the kernel to mount the
 
82
 root file system. It therefore needs to contain all drivers and supporting
 
83
 programs required to do that.
 
84
 .
 
85
 A generic initrd is much larger than a targeted one and may even be so
 
86
 large that some bootloaders are unable to load it but has the advantage that
 
87
 it can be used to boot the target system on almost any hardware. With the
 
88
 smaller targeted initrd there is a very small chance that not all needed
 
89
 drivers are included.
 
90
 
65
91
Template: base-installer/kernel/failed-install
66
92
Type: error
 
93
# :sl2:
67
94
_Description: Unable to install the selected kernel
68
95
 An error was returned while trying to install the kernel into the
69
96
 target system.
74
101
 
75
102
Template: base-installer/kernel/image
76
103
Type: select
 
104
# :sl2:
77
105
#flag:translate!:1
78
106
# For base-installer, "none" is an additional choice to a list of kernels.
79
107
# It means "no kernel"
80
108
__Choices: ${KERNELS}, none[ Do not translate what's inside the brackets and just put the translation for the word "none" in your language without any brackets. This "none" means "no kernel" ]
 
109
# :sl2:
81
110
_Description: Kernel to install:
82
111
 The list shows the available kernels. Please choose one of them in order
83
112
 to make the system bootable from the hard drive.
84
113
 
 
114
Template: base-installer/kernel/altmeta
 
115
Type: text
 
116
Description: for internal use; can be preseeded
 
117
 Optional postfix for kernel meta packages; can be used for example to
 
118
 support installation of an updated kernel for stable.
 
119
 Don't include the leading hyphen: it will be prepended in the code.
 
120
 
85
121
Template: base-installer/kernel/skip-install
86
122
Type: boolean
87
123
Default: false
 
124
# :sl2:
88
125
_Description: Continue without installing a kernel?
89
126
 No installable kernel was found in the defined APT sources.
90
127
 .
94
131
 
95
132
Template: base-installer/kernel/no-kernels-found
96
133
Type: error
 
134
# :sl2:
97
135
_Description: Cannot install kernel
98
136
 The installer cannot find a suitable kernel package to install. 
99
137
 
100
138
Template: base-installer/kernel/failed-package-install
101
139
Type: error
 
140
# :sl2:
102
141
_Description: Unable to install ${PACKAGE}
103
142
 An error was returned while trying to install the ${PACKAGE} package
104
143
 onto the target system.
107
146
 
108
147
Template: base-installer/debootstrap/error/nogetrel
109
148
Type: error
 
149
# :sl2:
110
150
# SUBST0 is a Release file name.
111
151
_Description: Debootstrap Error
112
152
 Failed getting Release file ${SUBST0}.
113
153
 
114
154
Template: base-installer/debootstrap/error/nogetrelsig
115
155
Type: error
 
156
# :sl2:
116
157
# SUBST0 is a Release.gpg file name
117
158
_Description: Debootstrap Error
118
159
 Failed getting Release signature file ${SUBST0}.
119
160
 
120
161
Template: base-installer/debootstrap/error/unknownrelsig
121
162
Type: error
 
163
# :sl2:
122
164
# SUBST0 is a gpg key ID
123
165
_Description: Debootstrap Error
124
166
 Release file signed by unknown key (key id ${SUBST0})
125
167
 
126
168
Template: base-installer/debootstrap/error/invalidrel
127
169
Type: error
 
170
# :sl2:
128
171
_Description: Debootstrap Error
129
172
 Invalid Release file: no valid components.
130
173
 
131
174
Template: base-installer/debootstrap/error/missingrelentry
132
175
Type: error
 
176
# :sl2:
133
177
# SUBST0 is a filename
134
178
_Description: Debootstrap Error
135
179
 Invalid Release file: no entry for ${SUBST0}.
136
180
 
137
181
Template: base-installer/debootstrap/error/couldntdl
138
182
Type: error
 
183
# :sl2:
139
184
# SUBST0 is a filename or package name
140
185
# Debootstrap is a program name: should not be translated
141
186
_Description: Debootstrap Error
147
192
 
148
193
Template: base-installer/debootstrap/section/downrel
149
194
Type: text
 
195
# :sl1:
150
196
# Release is a filename which should not be translated
151
197
_Description: Retrieving Release file
152
198
 
153
199
Template: base-installer/debootstrap/progress/downrelsig
154
200
Type: text
 
201
# :sl1:
155
202
# Release is a filename which should not be translated
156
203
_Description: Retrieving Release file signature
157
204
 
158
205
Template: base-installer/debootstrap/section/sizedebs
159
206
Type: text
 
207
# :sl1:
160
208
# "packages" here can be translated
161
209
_Description: Finding package sizes
162
210
 
163
211
Template: base-installer/debootstrap/section/downpkgs
164
212
Type: text
 
213
# :sl1:
165
214
# Packages is a filename which should not be translated
166
215
_Description: Retrieving Packages files
167
216
 
168
217
Template: base-installer/debootstrap/section/downmainpkgs
169
218
Type: text
 
219
# :sl1:
170
220
# Packages is a filename which should not be translated
171
221
_Description: Retrieving Packages file
172
222
 
173
223
Template: base-installer/debootstrap/section/downdebs
174
224
Type: text
 
225
# :sl1:
175
226
# "packages" here can be translated
176
227
_Description: Retrieving packages
177
228
 
178
229
Template: base-installer/debootstrap/section/extractpkgs
179
230
Type: text
 
231
# :sl1:
180
232
# "packages" here can be translated
181
233
_Description: Extracting packages
182
234
 
183
235
Template: base-installer/debootstrap/section/instbase
184
236
Type: text
 
237
# :sl1:
185
238
_Description: Installing the base system
186
239
 
187
240
Template: base-installer/debootstrap/section/instcore
188
241
Type: text
 
242
# :sl1:
189
243
# Core packages are packages that are part of the Debian base system
190
244
# The "core" packages are indeed packages that are specifically
191
245
# recorded as part of the base system. Other packages may
194
248
 
195
249
Template: base-installer/debootstrap/section/unpackreq
196
250
Type: text
 
251
# :sl1:
197
252
# Required packages are packages which installation is triggered
198
253
# by the dependency chain of core packages
199
254
# In short, they are "required" because at least one of the
202
257
 
203
258
Template: base-installer/debootstrap/section/confreq
204
259
Type: text
 
260
# :sl1:
205
261
_Description: Configuring required packages
206
262
 
207
263
Template: base-installer/debootstrap/section/unpackbase
208
264
Type: text
 
265
# :sl1:
209
266
# The base system is the minimal Debian system 
210
267
# See http://www.debian.org/doc/debian-policy/ch-binary.html#s3.7
211
268
_Description: Unpacking the base system
212
269
 
213
270
Template: base-installer/debootstrap/section/confbase
214
271
Type: text
 
272
# :sl1:
215
273
# The base system is the minimal Debian system 
216
274
# See http://www.debian.org/doc/debian-policy/ch-binary.html#s3.7
217
275
_Description: Configuring the base system
218
276
 
219
277
Template: base-installer/debootstrap/fallback-info
220
278
Type: text
 
279
# :sl1:
221
280
_Description: ${SECTION}: ${INFO}...
222
281
 
223
282
Template: base-installer/debootstrap/info/validating
224
283
Type: text
 
284
# :sl1:
225
285
# SUBST0 is a package name
226
286
_Description: Validating ${SUBST0}...
227
287
 
228
288
Template: base-installer/debootstrap/info/retrieving
229
289
Type: text
 
290
# :sl1:
230
291
# SUBST0 is a package name
231
292
_Description: Retrieving ${SUBST0}...
232
293
 
233
294
Template: base-installer/debootstrap/info/extracting
234
295
Type: text
 
296
# :sl1:
235
297
# SUBST0 is a package name
236
298
_Description: Extracting ${SUBST0}...
237
299
 
238
300
Template: base-installer/debootstrap/info/unpacking
239
301
Type: text
 
302
# :sl1:
240
303
# SUBST0 is a package name
241
304
_Description: Unpacking ${SUBST0}...
242
305
 
243
306
Template: base-installer/debootstrap/info/configuring
244
307
Type: text
 
308
# :sl1:
245
309
# SUBST0 is a package name
246
310
_Description: Configuring ${SUBST0}...
247
311
 
252
316
 
253
317
Template: base-installer/debootstrap/info/validrelsig
254
318
Type: text
 
319
# :sl1:
255
320
# SUBST0 is a gpg key id
256
321
# Release is a filename which should not be translated
257
322
_Description: Valid Release signature (key id ${SUBST0})
258
323
 
259
324
Template: base-installer/debootstrap/info/resolvebase
260
325
Type: text
 
326
# :sl1:
261
327
_Description: Resolving dependencies of base packages...
262
328
 
263
329
Template: base-installer/debootstrap/info/newbase
264
330
Type: text
 
331
# :sl1:
265
332
# SUBST0 is a list of packages
266
333
_Description: Found additional base dependencies: ${SUBST0}
267
334
 
268
335
Template: base-installer/debootstrap/info/newrequired
269
336
Type: text
 
337
# :sl1:
270
338
# SUBST0 is a list of packages
271
339
_Description: Found additional required dependencies: ${SUBST0}
272
340
 
273
341
Template: base-installer/debootstrap/info/redundantbase
274
342
Type: text
 
343
# :sl1:
275
344
# SUBST0 is a list of packages
276
345
_Description: Found packages in base already in required: ${SUBST0}
277
346
 
278
347
Template: base-installer/debootstrap/info/resolvereq
279
348
Type: text
 
349
# :sl1:
280
350
_Description: Resolving dependencies of required packages...
281
351
 
282
352
Template: base-installer/debootstrap/info/checkingsizes
283
353
Type: text
 
354
# :sl1:
284
355
# SUBST0 is an archive component (main, etc)
285
356
# SUBST1 is a mirror
286
357
_Description: Checking component ${SUBST0} on ${SUBST1}...
287
358
 
288
359
Template: base-installer/debootstrap/info/instcore
289
360
Type: text
 
361
# :sl1:
290
362
# Core packages are packages that are part of the Debian base system
291
363
# The "core" packages are indeed packages that are specifically
292
364
# recorded as part of the base system. Other packages may
295
367
 
296
368
Template: base-installer/debootstrap/info/unpackreq
297
369
Type: text
 
370
# :sl1:
298
371
# Required packages are packages which installation is triggered
299
372
# by the dependency chain of core packages
300
373
# In short, they are "required" because at least one of the
303
376
 
304
377
Template: base-installer/debootstrap/info/confreq
305
378
Type: text
 
379
# :sl1:
306
380
# Required packages are packages which installation is triggered
307
381
# by the dependency chain of core packages
308
382
# In short, they are "required" because at least one of the
311
385
 
312
386
Template: base-installer/debootstrap/info/instbase
313
387
Type: text
 
388
# :sl1:
314
389
_Description: Installing base packages...
315
390
 
316
391
Template: base-installer/debootstrap/info/unpackbase
317
392
Type: text
 
393
# :sl1:
318
394
_Description: Unpacking the base system...
319
395
 
320
396
Template: base-installer/debootstrap/info/confbase
321
397
Type: text
 
398
# :sl1:
322
399
_Description: Configuring the base system...
323
400
 
324
401
Template: base-installer/debootstrap/info/basesuccess
325
402
Type: text
 
403
# :sl1:
326
404
_Description: Base system installed successfully.
327
405
 
328
406
Template: base-installer/debootstrap/fallback-warning
329
407
Type: error
330
408
# Debootstrap is a program name: should not be translated
 
409
# :sl2:
331
410
_Description: Debootstrap warning
332
411
 Warning: ${INFO}
333
412
 
334
413
Template: base-installer/debootstrap/warning/retrying
335
414
Type: text
336
415
# SUBST0 is an url
 
416
# :sl2:
337
417
_Description: Retrying failed download of ${SUBST0}
338
418
 
339
419
Template: base-installer/section/configure_apt
340
420
Type: text
 
421
# :sl1:
341
422
_Description: Configuring APT sources...
342
423
 
343
424
Template: base-installer/section/pick_kernel
344
425
Type: text
 
426
# :sl1:
345
427
_Description: Selecting the kernel to install...
346
428
 
347
429
Template: base-installer/section/install_linux
348
430
Type: text
 
431
# :sl1:
349
432
_Description: Installing the kernel...
350
433
 
351
434
Template: base-installer/section/install_kernel_package
352
435
Type: text
 
436
# :sl1:
353
437
# SUBST0 is a package name
354
438
_Description: Installing the kernel - retrieving and installing ${SUBST0}...
 
439
 
 
440
Template: base-installer/includes
 
441
Type: string
 
442
Description: for internal use; can be preseeded
 
443
 Packages to be included in base installation
 
444
 
 
445
Template: base-installer/excludes
 
446
Type: string
 
447
Description: for internal use; can be preseeded
 
448
 Packages to be excluded in base installation
 
449
 
 
450
Template: base-installer/debootstrap_script
 
451
Type: string
 
452
Description: for internal use; can be preseeded
 
453
 Force use of a specific debootstrap script