File: bootstrap-base.templates

package info (click to toggle)
base-installer 1.227
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,288 kB
  • sloc: sh: 1,587; ansic: 704; makefile: 59; perl: 50
file content (454 lines) | stat: -rw-r--r-- 13,665 bytes parent folder | download | duplicates (4)
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
446
447
448
449
450
451
452
453
454
Template: debian-installer/bootstrap-base/title
Type: text
#  Item in the main menu to select this package
# TRANSLATORS: <65 columns
# :sl1:
_Description: Install the base system

Template: base-installer/cannot_install
Type: error
# The base system is the minimal Debian system 
# See http://www.debian.org/doc/debian-policy/ch-binary.html#s3.7
# :sl2:
_Description: Cannot install base system
 The installer cannot figure out how to install the base system. It found no
 installable image, and no valid mirror was configured.

Template: base-installer/no_codename
Type: error
# :sl2:
_Description: Debootstrap Error
 Failed to determine the codename for the release.

Template: base-installer/debootstrap-failed
Type: error
# :sl2:
_Description: Failed to install the base system
 The base system installation into /target/ failed.
 .
 Check /var/log/syslog or see virtual console 4 for the details.

Template: base-installer/debootstrap/error-exitcode
Type: error
# :sl2:
_Description: Base system installation error
 The debootstrap program exited with an error (return value ${EXITCODE}).
 .
 Check /var/log/syslog or see virtual console 4 for the details.

Template: base-installer/debootstrap/error-abnormal
Type: error
# :sl2:
_Description: Base system installation error
 The debootstrap program exited abnormally.
 .
 Check /var/log/syslog or see virtual console 4 for the details.

Template: base-installer/debootstrap/fallback-error
Type: error
# :sl2:
#flag:translate!:3
_Description: Debootstrap Error
 The following error occurred:
 .
 ${ERROR}
 .
 Check /var/log/syslog or see virtual console 4 for the details.

Template: base-installer/initramfs/generator
Type: select
Choices: ${GENERATORS}
# :sl3:
_Description: Tool to use to generate boot initrd:
 The list shows the available tools. If you are unsure which to select,
 you should select the default. If your system fails to boot, you can
 retry the installation using the other options.

Template: base-installer/initramfs/unsupported
Type: error
# :sl3:
_Description: Unsupported initrd generator
 The package ${GENERATOR} that was selected to generate the
 initrd is not supported.

Template: base-installer/initramfs-tools/driver-policy
Type: select
Choices-C: most, dep
# :sl3:
__Choices: generic: include all available drivers, targeted: only include drivers needed for this system
# :sl3:
_Description: Drivers to include in the initrd:
 The primary function of an initrd is to allow the kernel to mount the
 root file system. It therefore needs to contain all drivers and supporting
 programs required to do that.
 .
 A generic initrd is much larger than a targeted one and may even be so
 large that some boot loaders are unable to load it but has the advantage that
 it can be used to boot the target system on almost any hardware. With the
 smaller targeted initrd there is a very small chance that not all needed
 drivers are included.

Template: base-installer/kernel/failed-install
Type: error
# :sl2:
_Description: Unable to install the selected kernel
 An error was returned while trying to install the kernel into the
 target system.
 .
 Kernel package: '${KERNEL}'.
 .
 Check /var/log/syslog or see virtual console 4 for the details.

Template: base-installer/kernel/image
Type: select
# :sl2:
#flag:translate!:1
# For base-installer, "none" is an additional choice to a list of kernels.
# It means "no kernel"
__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" ]
# :sl2:
_Description: Kernel to install:
 The list shows the available kernels. Please choose one of them in order
 to make the system bootable from the hard drive.

Template: base-installer/kernel/altmeta
Type: text
Description: for internal use; can be preseeded
 Optional postfix for kernel meta packages; can be used for example to
 support installation of an updated kernel for stable.
 Don't include the leading hyphen: it will be prepended in the code.

Template: base-installer/kernel/skip-install
Type: boolean
Default: false
# :sl2:
_Description: Continue without installing a kernel?
 No installable kernel was found in the defined APT sources.
 .
 You may try to continue without a kernel, and manually install your own
 kernel later. This is only recommended for experts, otherwise you will
 likely end up with a machine that doesn't boot.

Template: base-installer/kernel/no-kernels-found
Type: error
# :sl2:
_Description: Cannot install kernel
 The installer cannot find a suitable kernel package to install. 

Template: base-installer/kernel/failed-package-install
Type: error
# :sl2:
_Description: Unable to install ${PACKAGE}
 An error was returned while trying to install the ${PACKAGE} package
 onto the target system.
 .
 Check /var/log/syslog or see virtual console 4 for the details.

Template: base-installer/debootstrap/error/nogetrel
Type: error
# :sl2:
# SUBST0 is a Release file name.
_Description: Debootstrap Error
 Failed getting Release file ${SUBST0}.

Template: base-installer/debootstrap/error/nogetrelsig
Type: error
# :sl2:
# SUBST0 is a Release.gpg file name
_Description: Debootstrap Error
 Failed getting Release signature file ${SUBST0}.

Template: base-installer/debootstrap/error/unknownrelsig
Type: error
# :sl2:
# SUBST0 is a gpg key ID
_Description: Debootstrap Error
 Release file signed by unknown key (key id ${SUBST0})

Template: base-installer/debootstrap/error/invalidrel
Type: error
# :sl2:
_Description: Debootstrap Error
 Invalid Release file: no valid components.

Template: base-installer/debootstrap/error/missingrelentry
Type: error
# :sl2:
# SUBST0 is a filename
_Description: Debootstrap Error
 Invalid Release file: no entry for ${SUBST0}.

Template: base-installer/debootstrap/error/couldntdl
Type: error
# :sl2:
# SUBST0 is a filename or package name
# Debootstrap is a program name: should not be translated
_Description: Debootstrap Error
 Couldn't retrieve ${SUBST0}. This may be due to a network problem or bad
 media, depending on your installation method.
 .
 If you are installing from CD-R or CD-RW, burning the CD at a lower
 speed may help.

Template: base-installer/debootstrap/section/downrel
Type: text
# :sl1:
# Release is a filename which should not be translated
_Description: Retrieving Release file

Template: base-installer/debootstrap/progress/downrelsig
Type: text
# :sl1:
# Release is a filename which should not be translated
_Description: Retrieving Release file signature

Template: base-installer/debootstrap/section/sizedebs
Type: text
# :sl1:
# "packages" here can be translated
_Description: Finding package sizes

Template: base-installer/debootstrap/section/downpkgs
Type: text
# :sl1:
# Packages is a filename which should not be translated
_Description: Retrieving Packages files

Template: base-installer/debootstrap/section/downmainpkgs
Type: text
# :sl1:
# Packages is a filename which should not be translated
_Description: Retrieving Packages file

Template: base-installer/debootstrap/section/downdebs
Type: text
# :sl1:
# "packages" here can be translated
_Description: Retrieving packages

Template: base-installer/debootstrap/section/extractpkgs
Type: text
# :sl1:
# "packages" here can be translated
_Description: Extracting packages

Template: base-installer/debootstrap/section/instbase
Type: text
# :sl1:
_Description: Installing the base system

Template: base-installer/debootstrap/section/instcore
Type: text
# :sl1:
# Core packages are packages that are part of the Debian base system
# The "core" packages are indeed packages that are specifically
# recorded as part of the base system. Other packages may
# be installed on the base system because of dependency resolution
_Description: Installing core packages

Template: base-installer/debootstrap/section/unpackreq
Type: text
# :sl1:
# Required packages are packages which installation is triggered
# by the dependency chain of core packages
# In short, they are "required" because at least one of the
# packages from the core packages depends on them
_Description: Unpacking required packages

Template: base-installer/debootstrap/section/confreq
Type: text
# :sl1:
_Description: Configuring required packages

Template: base-installer/debootstrap/section/unpackbase
Type: text
# :sl1:
# The base system is the minimal Debian system 
# See http://www.debian.org/doc/debian-policy/ch-binary.html#s3.7
_Description: Unpacking the base system

Template: base-installer/debootstrap/section/confbase
Type: text
# :sl1:
# The base system is the minimal Debian system 
# See http://www.debian.org/doc/debian-policy/ch-binary.html#s3.7
_Description: Configuring the base system

Template: base-installer/debootstrap/fallback-info
Type: text
# :sl1:
_Description: ${SECTION}: ${INFO}...

Template: base-installer/debootstrap/info/validating
Type: text
# :sl1:
# SUBST0 is a package name
_Description: Validating ${SUBST0}...

Template: base-installer/debootstrap/info/retrieving
Type: text
# :sl1:
# SUBST0 is a package name
_Description: Retrieving ${SUBST0}...

Template: base-installer/debootstrap/info/extracting
Type: text
# :sl1:
# SUBST0 is a package name
_Description: Extracting ${SUBST0}...

Template: base-installer/debootstrap/info/unpacking
Type: text
# :sl1:
# SUBST0 is a package name
_Description: Unpacking ${SUBST0}...

Template: base-installer/debootstrap/info/configuring
Type: text
# :sl1:
# SUBST0 is a package name
_Description: Configuring ${SUBST0}...

Template: base-installer/debootstrap/info/releasesig
Type: text
# :sl1:
# Release is a filename which should not be translated
_Description: Checking Release signature

Template: base-installer/debootstrap/info/validrelsig
Type: text
# :sl1:
# SUBST0 is a gpg key id
# Release is a filename which should not be translated
_Description: Valid Release signature (key id ${SUBST0})

Template: base-installer/debootstrap/info/resolvebase
Type: text
# :sl1:
_Description: Resolving dependencies of base packages...

Template: base-installer/debootstrap/info/newbase
Type: text
# :sl1:
# SUBST0 is a list of packages
_Description: Found additional base dependencies: ${SUBST0}

Template: base-installer/debootstrap/info/newrequired
Type: text
# :sl1:
# SUBST0 is a list of packages
_Description: Found additional required dependencies: ${SUBST0}

Template: base-installer/debootstrap/info/redundantbase
Type: text
# :sl1:
# SUBST0 is a list of packages
_Description: Found packages in base already in required: ${SUBST0}

Template: base-installer/debootstrap/info/resolvereq
Type: text
# :sl1:
_Description: Resolving dependencies of required packages...

Template: base-installer/debootstrap/info/checkingsizes
Type: text
# :sl1:
# SUBST0 is an archive component (main, etc)
# SUBST1 is a mirror
_Description: Checking component ${SUBST0} on ${SUBST1}...

Template: base-installer/debootstrap/info/instcore
Type: text
# :sl1:
# Core packages are packages that are part of the Debian base system
# The "core" packages are indeed packages that are specifically
# recorded as part of the base system. Other packages may
# be installed on the base system because of dependency resolution
_Description: Installing core packages...

Template: base-installer/debootstrap/info/unpackreq
Type: text
# :sl1:
# Required packages are packages which installation is triggered
# by the dependency chain of core packages
# In short, they are "required" because at least one of the
# packages from the core packages depends on them
_Description: Unpacking required packages...

Template: base-installer/debootstrap/info/confreq
Type: text
# :sl1:
# Required packages are packages which installation is triggered
# by the dependency chain of core packages
# In short, they are "required" because at least one of the
# packages from the core packages depends on them
_Description: Configuring required packages...

Template: base-installer/debootstrap/info/instbase
Type: text
# :sl1:
_Description: Installing base packages...

Template: base-installer/debootstrap/info/unpackbase
Type: text
# :sl1:
_Description: Unpacking the base system...

Template: base-installer/debootstrap/info/confbase
Type: text
# :sl1:
_Description: Configuring the base system...

Template: base-installer/debootstrap/info/basesuccess
Type: text
# :sl1:
_Description: Base system installed successfully.

Template: base-installer/debootstrap/fallback-warning
Type: error
# Debootstrap is a program name: should not be translated
# :sl2:
_Description: Debootstrap warning
 Warning: ${INFO}

Template: base-installer/debootstrap/warning/retrying
Type: text
# SUBST0 is an url
# :sl2:
_Description: Retrying failed download of ${SUBST0}

Template: base-installer/section/configure_apt
Type: text
# :sl1:
_Description: Configuring APT sources...

Template: base-installer/section/pick_kernel
Type: text
# :sl1:
_Description: Selecting the kernel to install...

Template: base-installer/section/install_linux
Type: text
# :sl1:
_Description: Installing the kernel...

Template: base-installer/section/install_kernel_package
Type: text
# :sl1:
# SUBST0 is a package name
_Description: Installing the kernel - retrieving and installing ${SUBST0}...

Template: base-installer/includes
Type: string
Description: for internal use; can be preseeded
 Packages to be included in base installation

Template: base-installer/excludes
Type: string
Description: for internal use; can be preseeded
 Packages to be excluded in base installation

Template: base-installer/debootstrap_script
Type: string
Description: for internal use; can be preseeded
 Force use of a specific debootstrap script