8797e9f812c7ade67f868beb6d71cd2e22fc4f2b
[live-config.git] / manpages / pot / live-config.7.pot
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the live-config package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: live-config VERSION\n"
10 "POT-Creation-Date: 2013-05-08 09:21+0300\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #. type: TH
20 #: en/live-config.7:9
21 #, no-wrap
22 msgid "LIVE-CONFIG"
23 msgstr ""
24
25 #. type: TH
26 #: en/live-config.7:9
27 #, no-wrap
28 msgid "2013-05-08"
29 msgstr ""
30
31 #. type: TH
32 #: en/live-config.7:9
33 #, no-wrap
34 msgid "4.0~a21-1"
35 msgstr ""
36
37 #. type: TH
38 #: en/live-config.7:9
39 #, no-wrap
40 msgid "Live Systems Project"
41 msgstr ""
42
43 #. type: SH
44 #: en/live-config.7:11
45 #, no-wrap
46 msgid "NAME"
47 msgstr ""
48
49 #. type: Plain text
50 #: en/live-config.7:13
51 msgid "B<live-config> - System Configuration Scripts"
52 msgstr ""
53
54 #. type: SH
55 #: en/live-config.7:14
56 #, no-wrap
57 msgid "DESCRIPTION"
58 msgstr ""
59
60 #. type: Plain text
61 #: en/live-config.7:16
62 msgid ""
63 "B<live-config> contains the scripts that configure a live system during the "
64 "boot process (late userspace)."
65 msgstr ""
66
67 #. type: SH
68 #: en/live-config.7:17
69 #, no-wrap
70 msgid "CONFIGURATION"
71 msgstr ""
72
73 #. type: Plain text
74 #: en/live-config.7:19
75 msgid ""
76 "B<live-config> can be configured through boot parameters or configuration "
77 "files. If both mechanisms are used for a certain option, the boot parameters "
78 "take precedence over the configuration files. When using persistency, B<live-"
79 "config> scripts are only run once."
80 msgstr ""
81
82 #. type: Plain text
83 #: en/live-config.7:21
84 msgid ""
85 "To configure the live-config parameters used by default in a live image, see "
86 "the --bootappend-live option in the I<lb_config>(1) manual page."
87 msgstr ""
88
89 #. type: SS
90 #: en/live-config.7:22
91 #, no-wrap
92 msgid "Boot Parameters (scripts)"
93 msgstr ""
94
95 #. type: Plain text
96 #: en/live-config.7:24
97 msgid ""
98 "B<live-config> is only activated if 'boot=live' is used as a boot parameter. "
99 "Additionally, B<live-config> needs to be told which scripts to run through "
100 "the 'live-config' parameter or which scripts to not run through the 'live-"
101 "noconfig' parameter. If both 'live-config' and 'live-noconfig' are used, or, "
102 "if either one is specified multiple times, always the later one takes "
103 "precedence over the previous one(s)."
104 msgstr ""
105
106 #. type: IP
107 #: en/live-config.7:25
108 #, no-wrap
109 msgid "B<live-config> | B<config>"
110 msgstr ""
111
112 #. type: Plain text
113 #: en/live-config.7:27
114 msgid "All scripts are run. This is what live images use by default."
115 msgstr ""
116
117 #. type: IP
118 #: en/live-config.7:27
119 #, no-wrap
120 msgid "B<live-config>=I<SCRIPT1>,I<SCRIPT2>, ... I<SCRIPTn> | B<config>=I<SCRIPT1>,I<SCRIPT2>, ... I<SCRIPTn>"
121 msgstr ""
122
123 #. type: Plain text
124 #: en/live-config.7:29
125 msgid ""
126 "Only the specified scripts are run. Note that the order matters, e.g. 'live-"
127 "config=sudo,live-debconfig_passwd' would not work since the user needs to be "
128 "added before it can be configured for sudo. Look at the filenames of the "
129 "scripts in /lib/live/config for their ordering number."
130 msgstr ""
131
132 #. type: IP
133 #: en/live-config.7:29
134 #, no-wrap
135 msgid "B<live-noconfig> | B<noconfig>"
136 msgstr ""
137
138 #. type: Plain text
139 #: en/live-config.7:31
140 msgid ""
141 "No script is run. This is the same as not using any of 'live-config' or "
142 "'live-noconfig'."
143 msgstr ""
144
145 #. type: IP
146 #: en/live-config.7:31
147 #, no-wrap
148 msgid "B<live-noconfig>=I<SCRIPT1>,I<SCRIPT2>, ... I<SCRIPTn> | B<noconfig>=I<SCRIPT1>,I<SCRIPT2>, ... I<SCRIPTn>"
149 msgstr ""
150
151 #. type: Plain text
152 #: en/live-config.7:33
153 msgid "All scripts are run, except the specified ones."
154 msgstr ""
155
156 #. type: SS
157 #: en/live-config.7:34
158 #, no-wrap
159 msgid "Boot Parameters (options)"
160 msgstr ""
161
162 #. type: Plain text
163 #: en/live-config.7:36
164 msgid ""
165 "Some individual scripts can change their behaviour upon a boot parameter."
166 msgstr ""
167
168 #. type: IP
169 #: en/live-config.7:37
170 #, no-wrap
171 msgid "B<live-config.debconf-preseed>=filesystem|medium|I<URL1>|I<URL2>| ... |I<URLn> | B<debconf-preseed>=medium|filesystem|I<URL1>|I<URL2>| ... |I<URLn>"
172 msgstr ""
173
174 #. type: Plain text
175 #: en/live-config.7:39
176 msgid ""
177 "Allows to fetch and apply one or more debconf preseed files to be applied to "
178 "the debconf database. Note that the URLs must be fetchable by wget (http, "
179 "ftp or file://)."
180 msgstr ""
181
182 #. type: Plain text
183 #: en/live-config.7:41 en/live-config.7:81
184 msgid ""
185 "If the file is placed on the live medium, it can be fetched with file:///lib/"
186 "live/mount/medium/I<FILE>, or with file:///I<FILE> if it is in the root "
187 "filesystem of the live system itself."
188 msgstr ""
189
190 #. type: Plain text
191 #: en/live-config.7:43
192 msgid ""
193 "All preseed files in /lib/live/config-preseed/ in the root filesystem of the "
194 "live system can be automatically enabled with the keyword 'filesystem'."
195 msgstr ""
196
197 #. type: Plain text
198 #: en/live-config.7:45
199 msgid ""
200 "All preseed files in /live/config-preseed/ of the live medium can be "
201 "automatically enabled with the keyword 'medium'."
202 msgstr ""
203
204 #. type: Plain text
205 #: en/live-config.7:47
206 msgid ""
207 "If several mechanisms are combined, then filesystem preseed files are "
208 "applied first, then medium preseed files, and last the network preseed files."
209 msgstr ""
210
211 #. type: IP
212 #: en/live-config.7:47
213 #, no-wrap
214 msgid "B<live-config.hostname>=I<HOSTNAME> | B<hostname>=I<HOSTNAME>"
215 msgstr ""
216
217 #. type: Plain text
218 #: en/live-config.7:49
219 msgid "Allows to set the hostname of the system. The default is 'debian'."
220 msgstr ""
221
222 #. type: IP
223 #: en/live-config.7:49
224 #, no-wrap
225 msgid "B<live-config.username>=I<USERNAME> | B<username>=I<USERNAME>"
226 msgstr ""
227
228 #. type: Plain text
229 #: en/live-config.7:51
230 msgid ""
231 "Allows to set the username that gets created for autologin. The default is "
232 "'user'."
233 msgstr ""
234
235 #. type: IP
236 #: en/live-config.7:51
237 #, no-wrap
238 msgid "B<live-config.user-default-groups>=I<GROUP1>,I<GROUP2> ... I<GROUPn> | B<user-default-groups>=I<GROUP1>,I<GROUP2> ... I<GROUPn>"
239 msgstr ""
240
241 #. type: Plain text
242 #: en/live-config.7:53
243 msgid ""
244 "Allows to set the default groups of the users that gets created for "
245 "autologin is member of. The default is 'audio cdrom dip floppy video plugdev "
246 "netdev powerdev scanner bluetooth'."
247 msgstr ""
248
249 #. type: IP
250 #: en/live-config.7:53
251 #, no-wrap
252 msgid "B<live-config.user-fullname>=\"I<USER FULLNAME>\" | B<user-fullname>=\"I<USER FULLNAME>\""
253 msgstr ""
254
255 #. type: Plain text
256 #: en/live-config.7:55
257 msgid ""
258 "Allows to set the fullname of the users that gets created for autologin. On "
259 "Debian the default is 'Debian Live user'."
260 msgstr ""
261
262 #. type: IP
263 #: en/live-config.7:55
264 #, no-wrap
265 msgid "B<live-config.locales>=I<LOCALE1>,I<LOCALE2> ... I<LOCALEn> | B<locales>=I<LOCALE1>,I<LOCALE2> ... I<LOCALEn>"
266 msgstr ""
267
268 #. type: Plain text
269 #: en/live-config.7:57
270 msgid ""
271 "Allows to set the locale of the system, e.g. 'de_CH.UTF-8'. The default is "
272 "'en_US.UTF-8'. In case the selected locale is not already available on the "
273 "system, it is automatically generated on the fly."
274 msgstr ""
275
276 #. type: IP
277 #: en/live-config.7:57
278 #, no-wrap
279 msgid "B<live-config.timezone>=I<TIMEZONE> | B<timezone>=I<TIMEZONE>"
280 msgstr ""
281
282 #. type: Plain text
283 #: en/live-config.7:59
284 msgid ""
285 "Allows to set the timezone of the system, e.g. 'Europe/Zurich'. The default "
286 "is 'UTC'."
287 msgstr ""
288
289 #. type: IP
290 #: en/live-config.7:59
291 #, no-wrap
292 msgid "B<live-config.keyboard-model>=I<KEYBOARD_MODEL> | B<keyboard-model>=I<KEYBOARD_MODEL>"
293 msgstr ""
294
295 #. type: Plain text
296 #: en/live-config.7:61
297 msgid "Allows to change the keyboard model. There is no default value set."
298 msgstr ""
299
300 #. type: IP
301 #: en/live-config.7:61
302 #, no-wrap
303 msgid "B<live-config.keyboard-layouts>=I<KEYBOARD_LAYOUT1>,I<KEYBOARD_LAYOUT2> ... I<KEYBOARD_LAYOUTn> | B<keyboard-layouts>=I<KEYBOARD_LAYOUT1>,I<KEYBOARD_LAYOUT2> ... I<KEYBOARD_LAYOUTn>"
304 msgstr ""
305
306 #. type: Plain text
307 #: en/live-config.7:63
308 msgid ""
309 "Allows to change the keyboard layouts. If more than one is specified, the "
310 "tools of the desktop environment will allow to switch it under X11. There is "
311 "no default value set."
312 msgstr ""
313
314 #. type: IP
315 #: en/live-config.7:63
316 #, no-wrap
317 msgid "B<live-config.keyboard-variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn> | B<keyboard-variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>"
318 msgstr ""
319
320 #. type: Plain text
321 #: en/live-config.7:65
322 msgid ""
323 "Allows to change the keyboard variants. If more than one is specified, the "
324 "same number of values as keyboard-layouts values should be specified as they "
325 "will be matched one-to-one in the order specified. Blank values are allowed. "
326 "The tools of the desktop environment will allow to switch between each "
327 "layout and variant pair under X11. There is no default value set."
328 msgstr ""
329
330 #. type: IP
331 #: en/live-config.7:65
332 #, no-wrap
333 msgid "B<live-config.keyboard-options>=I<KEYBOARD_OPTIONS> | B<keyboard-options>=I<KEYBOARD_OPTIONS>"
334 msgstr ""
335
336 #. type: Plain text
337 #: en/live-config.7:67
338 msgid "Allows to change the keyboard options. There is no default value set."
339 msgstr ""
340
341 #. type: IP
342 #: en/live-config.7:67
343 #, no-wrap
344 msgid "B<live-config.sysv-rc>=I<SERVICE1>,I<SERVICE2> ... I<SERVICEn> | B<sysv-rc>=I<SERVICE1>,I<SERVICE2> ... I<SERVICEn>"
345 msgstr ""
346
347 #. type: Plain text
348 #: en/live-config.7:69
349 msgid "Allows to disable sysv services through update-rc.d."
350 msgstr ""
351
352 #. type: IP
353 #: en/live-config.7:69
354 #, no-wrap
355 msgid "B<live-config.utc>=B<yes>|no | B<utc>=B<yes>|no"
356 msgstr ""
357
358 #. type: Plain text
359 #: en/live-config.7:71
360 msgid ""
361 "Allows to change if the system is assuming that the hardware clock is set to "
362 "UTC or not. The default is 'yes'."
363 msgstr ""
364
365 #. type: IP
366 #: en/live-config.7:71
367 #, no-wrap
368 msgid "B<live-config.x-session-manager=>I<X_SESSION_MANAGER> | B<x-session-manager>=I<X_SESSION_MANAGER>"
369 msgstr ""
370
371 #. type: Plain text
372 #: en/live-config.7:73
373 msgid "Allows to set the x-session-manager through update-alternatives."
374 msgstr ""
375
376 #. type: IP
377 #: en/live-config.7:73
378 #, no-wrap
379 msgid "B<live-config.xorg-driver>=I<XORG_DRIVER> | B<xorg-driver>=I<XORG_DRIVER>"
380 msgstr ""
381
382 #. type: Plain text
383 #: en/live-config.7:75
384 msgid ""
385 "Allows to set xorg driver instead of autodetecting it. If a PCI ID is "
386 "specified in /usr/share/live/config/xserver-xorg/I<DRIVER>.ids within the "
387 "live system, I<DRIVER> is enforced for these devices. If both a boot "
388 "parameter and a override is found, the boot parameter takes precedence."
389 msgstr ""
390
391 #. type: IP
392 #: en/live-config.7:75
393 #, no-wrap
394 msgid "B<live-config.xorg-resolution>=I<XORG_RESOLUTION> | B<xorg-resolution>=I<XORG_RESOLUTION>"
395 msgstr ""
396
397 #. type: Plain text
398 #: en/live-config.7:77
399 msgid ""
400 "Allows to set xorg resolution instead of autodetecting it, e.g. 1024x768."
401 msgstr ""
402
403 #. type: IP
404 #: en/live-config.7:77
405 #, no-wrap
406 msgid "B<live-config.hooks>=filesystem|medium|I<URL1>|I<URL2>| ... |I<URLn> | B<hooks>=medium|filesystem|I<URL1>|I<URL2>| ... |I<URLn>"
407 msgstr ""
408
409 #. type: Plain text
410 #: en/live-config.7:79
411 msgid ""
412 "Allows to fetch and execute one or more arbitrary files. Note that the URLs "
413 "must be fetchable by wget (http, ftp or file://), the files are executed in /"
414 "tmp of the running live system, and that the files needs their dependencies, "
415 "if any, already installed, e.g. if a python script should be executed the "
416 "system needs python installed. Some hooks for some common use-cases are "
417 "available at /usr/share/doc/live-config/examples/hooks/ and E<lt>I<http://"
418 "live-systems.org/other/hooks>E<gt>."
419 msgstr ""
420
421 #. type: Plain text
422 #: en/live-config.7:83
423 msgid ""
424 "All hooks in /lib/live/config-hooks/ in the root filesystem of the live "
425 "system can be automatically enabled with the keyword 'filesystem'."
426 msgstr ""
427
428 #. type: Plain text
429 #: en/live-config.7:85
430 msgid ""
431 "All hooks in /live/config-hooks/ of the live medium can be automatically "
432 "enabled with the keyword 'medium'."
433 msgstr ""
434
435 #. type: Plain text
436 #: en/live-config.7:87
437 msgid ""
438 "If several mechanisms are combined, then filesystem hooks are executed "
439 "first, then medium hooks, and last the network hooks."
440 msgstr ""
441
442 #. type: SS
443 #: en/live-config.7:88
444 #, no-wrap
445 msgid "Boot Parameters (shortcuts)"
446 msgstr ""
447
448 #. type: Plain text
449 #: en/live-config.7:90
450 msgid ""
451 "For some common use cases where it would require to combine several "
452 "individual parameters, B<live-config> provides shortcuts. This allows both "
453 "to have full granularity over all the options, as well keep things simple."
454 msgstr ""
455
456 #. type: IP
457 #: en/live-config.7:91
458 #, no-wrap
459 msgid "B<live-config.noroot> | B<noroot>"
460 msgstr ""
461
462 #. type: Plain text
463 #: en/live-config.7:93
464 msgid ""
465 "Disables sudo and policykit, the user cannot gain root privileges on the "
466 "system."
467 msgstr ""
468
469 #. type: IP
470 #: en/live-config.7:93
471 #, no-wrap
472 msgid "B<live-config.noautologin> | B<noautologin>"
473 msgstr ""
474
475 #. type: Plain text
476 #: en/live-config.7:95
477 msgid "Disables both the automatic console login and the graphical autologin."
478 msgstr ""
479
480 #. type: IP
481 #: en/live-config.7:95
482 #, no-wrap
483 msgid "B<live-config.nottyautologin> | B<nottyautologin>"
484 msgstr ""
485
486 #. type: Plain text
487 #: en/live-config.7:97
488 msgid ""
489 "Disables the automatic login on the console, not affecting the graphical "
490 "autologin."
491 msgstr ""
492
493 #. type: IP
494 #: en/live-config.7:97
495 #, no-wrap
496 msgid "B<live-config.nox11autologin> | B<nox11autologin>"
497 msgstr ""
498
499 #. type: Plain text
500 #: en/live-config.7:99
501 msgid ""
502 "Disables the automatic login with any display manager, not affecting tty "
503 "autologin."
504 msgstr ""
505
506 #. type: SS
507 #: en/live-config.7:100
508 #, no-wrap
509 msgid "Boot Parameters (special options)"
510 msgstr ""
511
512 #. type: Plain text
513 #: en/live-config.7:102
514 msgid "For special use cases there are some special boot paramters."
515 msgstr ""
516
517 #. type: IP
518 #: en/live-config.7:103
519 #, no-wrap
520 msgid "B<live-config.debug> | B<debug>"
521 msgstr ""
522
523 #. type: Plain text
524 #: en/live-config.7:105
525 msgid "Enables debug output in live-config."
526 msgstr ""
527
528 #. type: SS
529 #: en/live-config.7:106
530 #, no-wrap
531 msgid "Configuration Files"
532 msgstr ""
533
534 #. type: Plain text
535 #: en/live-config.7:108
536 msgid ""
537 "B<live-config> can be configured (but not activated) through configuration "
538 "files. Everything but the shortcuts that can be configured with a boot "
539 "parameter can be alternatively also be configured through one or more files. "
540 "If configuration files are used, the 'boot=live' parameter is still required "
541 "to activate B<live-config>."
542 msgstr ""
543
544 #. type: Plain text
545 #: en/live-config.7:110
546 msgid ""
547 "Configuration files can be placed either in the root filesystem itself (/etc/"
548 "live/config.conf, /etc/live/config/*), or on the live media (live/config."
549 "conf, live/config/*). If both places are used for a certain option, the ones "
550 "from the live media take precedence over the ones from the root filesystem."
551 msgstr ""
552
553 #. type: Plain text
554 #: en/live-config.7:112
555 msgid ""
556 "Although the configuration files placed in the configuration directories do "
557 "not require a particular name or suffix, it is suggested for consistency "
558 "reasons to either use 'vendor.conf' or 'project.conf' as a naming scheme "
559 "(whereas 'vendor' or 'project' is replaced with the actual name, resulting "
560 "in a filename like 'progress-linux.conf')."
561 msgstr ""
562
563 #. type: Plain text
564 #: en/live-config.7:114
565 msgid ""
566 "The actual content of the configuration files consists of one or more of the "
567 "following variables."
568 msgstr ""
569
570 #. type: IP
571 #: en/live-config.7:115
572 #, no-wrap
573 msgid "B<LIVE_CONFIGS>=I<SCRIPT1>,I<SCRIPT2>, ... I<SCRIPTn>"
574 msgstr ""
575
576 #. type: Plain text
577 #: en/live-config.7:117
578 msgid ""
579 "This variable equals the 'B<live-config>=I<SCRIPT1>,I<SCRIPT2>, ... "
580 "I<SCRIPTn>' parameter."
581 msgstr ""
582
583 #. type: IP
584 #: en/live-config.7:117
585 #, no-wrap
586 msgid "B<LIVE_NOCONFIGS>=I<SCRIPT1>,I<SCRIPT2>, ... I<SCRIPTn>"
587 msgstr ""
588
589 #. type: Plain text
590 #: en/live-config.7:119
591 msgid ""
592 "This variable equals the 'B<live-noconfig>=I<SCRIPT1>,I<SCRIPT2>, ... "
593 "I<SCRIPTn>' parameter."
594 msgstr ""
595
596 #. type: IP
597 #: en/live-config.7:119
598 #, no-wrap
599 msgid "B<LIVE_DEBCONF_PRESEED>=filesystem|medium|I<URL1>|I<URL2>| ... |I<URLn>"
600 msgstr ""
601
602 #. type: Plain text
603 #: en/live-config.7:121
604 msgid ""
605 "This variable equals the 'B<live-config.debconf-preseed>=filesystem|medium|"
606 "I<URL1>|I<URL2>| ... |I<URLn>' parameter."
607 msgstr ""
608
609 #. type: IP
610 #: en/live-config.7:121
611 #, no-wrap
612 msgid "B<LIVE_HOSTNAME>=I<HOSTNAME>"
613 msgstr ""
614
615 #. type: Plain text
616 #: en/live-config.7:123
617 msgid ""
618 "This variable equals the 'B<live-config.hostname>=I<HOSTNAME>' parameter."
619 msgstr ""
620
621 #. type: IP
622 #: en/live-config.7:123
623 #, no-wrap
624 msgid "B<LIVE_USERNAME>=I<USERNAME>"
625 msgstr ""
626
627 #. type: Plain text
628 #: en/live-config.7:125
629 msgid ""
630 "This variable equals the 'B<live-config.username>=I<USERNAME>' parameter."
631 msgstr ""
632
633 #. type: IP
634 #: en/live-config.7:125
635 #, no-wrap
636 msgid "B<LIVE_USER_DEFAULT_GROUPS>=I<GROUP1>,I<GROUP2> ... I<GROUPn>"
637 msgstr ""
638
639 #. type: Plain text
640 #: en/live-config.7:127
641 msgid ""
642 "This variable equals the 'B<live-config.user-default-groups>=\"I<GROUP1>,"
643 "I<GROUP2> ... I<GROUPn>\"' parameter."
644 msgstr ""
645
646 #. type: IP
647 #: en/live-config.7:127
648 #, no-wrap
649 msgid "B<LIVE_USER_FULLNAME>=\"I<USER FULLNAME>\""
650 msgstr ""
651
652 #. type: Plain text
653 #: en/live-config.7:129
654 msgid ""
655 "This variable equals the 'B<live-config.user-fullname>=\"I<USER FULLNAME>\"' "
656 "parameter."
657 msgstr ""
658
659 #. type: IP
660 #: en/live-config.7:129
661 #, no-wrap
662 msgid "B<LIVE_LOCALES>=I<LOCALE1>,I<LOCALE2> ... I<LOCALEn>"
663 msgstr ""
664
665 #. type: Plain text
666 #: en/live-config.7:131
667 msgid ""
668 "This variable equals the 'B<live-config.locales>=I<LOCALE1>,I<LOCALE2> ... "
669 "I<LOCALEn>' parameter."
670 msgstr ""
671
672 #. type: IP
673 #: en/live-config.7:131
674 #, no-wrap
675 msgid "B<LIVE_TIMEZONE>=I<TIMEZONE>"
676 msgstr ""
677
678 #. type: Plain text
679 #: en/live-config.7:133
680 msgid ""
681 "This variable equals the 'B<live-config.timezone>=I<TIMEZONE>' parameter."
682 msgstr ""
683
684 #. type: IP
685 #: en/live-config.7:133
686 #, no-wrap
687 msgid "B<LIVE_KEYBOARD_MODEL>=I<KEYBOARD_MODEL>"
688 msgstr ""
689
690 #. type: Plain text
691 #: en/live-config.7:135
692 msgid ""
693 "This variable equals the 'B<live-config.keyboard-model>=I<KEYBOARD_MODEL>' "
694 "parameter."
695 msgstr ""
696
697 #. type: IP
698 #: en/live-config.7:135
699 #, no-wrap
700 msgid "B<LIVE_KEYBOARD_LAYOUTS>=I<KEYBOARD_LAYOUT1>,I<KEYBOARD_LAYOUT2> ... I<KEYBOARD_LAYOUTn>"
701 msgstr ""
702
703 #. type: Plain text
704 #: en/live-config.7:137
705 msgid ""
706 "This variable equals the 'B<live-config.keyboard-"
707 "layouts>=I<KEYBOARD_LAYOUT1>,I<KEYBOARD_LAYOUT2> ... I<KEYBOARD_LAYOUTn>' "
708 "parameter."
709 msgstr ""
710
711 #. type: IP
712 #: en/live-config.7:137
713 #, no-wrap
714 msgid "B<LIVE_KEYBOARD_VARIANTS>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>"
715 msgstr ""
716
717 #. type: Plain text
718 #: en/live-config.7:139
719 msgid ""
720 "This variable equals the 'B<live-config.keyboard-"
721 "variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... "
722 "I<KEYBOARD_VARIANTn>' parameter."
723 msgstr ""
724
725 #. type: IP
726 #: en/live-config.7:139
727 #, no-wrap
728 msgid "B<LIVE_KEYBOARD_OPTIONS>=I<KEYBOARD_OPTIONS>"
729 msgstr ""
730
731 #. type: Plain text
732 #: en/live-config.7:141
733 msgid ""
734 "This variable equals the 'B<live-config.keyboard-"
735 "options>=I<KEYBOARD_OPTIONS>' parameter."
736 msgstr ""
737
738 #. type: IP
739 #: en/live-config.7:141
740 #, no-wrap
741 msgid "B<LIVE_SYSV_RC>=I<SERVICE1>,I<SERVICE2> ... I<SERVICEn>"
742 msgstr ""
743
744 #. type: Plain text
745 #: en/live-config.7:143
746 msgid ""
747 "This variable equals the 'B<live-config.sysv-rc>=I<SERVICE1>,I<SERVICE2> ... "
748 "I<SERVICEn>' parameter."
749 msgstr ""
750
751 #. type: IP
752 #: en/live-config.7:143
753 #, no-wrap
754 msgid "B<LIVE_UTC>=B<yes>|no"
755 msgstr ""
756
757 #. type: Plain text
758 #: en/live-config.7:145
759 msgid "This variable equals the 'B<live-config.utc>=B<yes>|no' parameter."
760 msgstr ""
761
762 #. type: IP
763 #: en/live-config.7:145
764 #, no-wrap
765 msgid "B<LIVE_X_SESSION_MANAGER>=I<X_SESSION_MANAGER>"
766 msgstr ""
767
768 #. type: Plain text
769 #: en/live-config.7:147
770 msgid ""
771 "This variable equals the 'B<live-config.x-session-"
772 "manager>=I<X_SESSION_MANAGER>' parameter."
773 msgstr ""
774
775 #. type: IP
776 #: en/live-config.7:147
777 #, no-wrap
778 msgid "B<LIVE_XORG_DRIVER>=I<XORG_DRIVER>"
779 msgstr ""
780
781 #. type: Plain text
782 #: en/live-config.7:149
783 msgid ""
784 "This variable equals the 'B<live-config.xorg-driver>=I<XORG_DRIVER>' "
785 "parameter."
786 msgstr ""
787
788 #. type: IP
789 #: en/live-config.7:149
790 #, no-wrap
791 msgid "B<LIVE_XORG_RESOLUTION>=I<XORG_RESOLUTION>"
792 msgstr ""
793
794 #. type: Plain text
795 #: en/live-config.7:151
796 msgid ""
797 "This variable equals the 'B<live-config.xorg-resolution>=I<XORG_RESOLUTION>' "
798 "parameter."
799 msgstr ""
800
801 #. type: IP
802 #: en/live-config.7:151
803 #, no-wrap
804 msgid "B<LIVE_HOOKS>=filesystem|medium|I<URL1>|I<URL2>| ... |I<URLn>"
805 msgstr ""
806
807 #. type: Plain text
808 #: en/live-config.7:153
809 msgid ""
810 "This variable equals the 'B<live-config.hooks>=filesystem|medium|I<URL1>|"
811 "I<URL2>| ... |I<URLn>' parameter."
812 msgstr ""
813
814 #. type: SH
815 #: en/live-config.7:154
816 #, no-wrap
817 msgid "CUSTOMIZATION"
818 msgstr ""
819
820 #. type: Plain text
821 #: en/live-config.7:156
822 msgid ""
823 "B<live-config> can be easily customized for downstream projects or local "
824 "usage."
825 msgstr ""
826
827 #. type: SS
828 #: en/live-config.7:157
829 #, no-wrap
830 msgid "Adding new config scripts"
831 msgstr ""
832
833 #. type: Plain text
834 #: en/live-config.7:159
835 msgid ""
836 "Downstream projects can put their scripts into /lib/live/config and do not "
837 "need to do anything else, the scripts will be called automatically during "
838 "boot."
839 msgstr ""
840
841 #. type: Plain text
842 #: en/live-config.7:161
843 msgid ""
844 "The scripts are best put into an own debian package. A sample package "
845 "containing an example script can be found in /usr/share/doc/live-config/"
846 "examples."
847 msgstr ""
848
849 #. type: SS
850 #: en/live-config.7:162
851 #, no-wrap
852 msgid "Removing existing config scripts"
853 msgstr ""
854
855 #. type: Plain text
856 #: en/live-config.7:164
857 msgid ""
858 "It is not really possible to remove scripts itself in a sane way yet without "
859 "requiring either to ship a locally modified B<live-config> package or using "
860 "dpkg-divert. However, the same can be achieved by disabling the respective "
861 "scripts through the live-noconfig mechanism, see above. To avoid to always "
862 "need specifing disabled scripts through the boot parameter, a configuration "
863 "file should be used, see above."
864 msgstr ""
865
866 #. type: Plain text
867 #: en/live-config.7:166
868 msgid ""
869 "The configuration files for the live system itself are best put into an own "
870 "debian package. A sample package containing an example configuration can be "
871 "found in /usr/share/doc/live-config/examples."
872 msgstr ""
873
874 #. type: SH
875 #: en/live-config.7:167
876 #, no-wrap
877 msgid "SCRIPTS"
878 msgstr ""
879
880 #. type: Plain text
881 #: en/live-config.7:169
882 msgid ""
883 "B<live-config> currently features the following scripts in /lib/live/config."
884 msgstr ""
885
886 #. type: IP
887 #: en/live-config.7:170
888 #, no-wrap
889 msgid "B<debconf>"
890 msgstr ""
891
892 #. type: Plain text
893 #: en/live-config.7:172
894 msgid ""
895 "allows to apply arbitrary preseed files placed on the live media or an http/"
896 "ftp server."
897 msgstr ""
898
899 #. type: IP
900 #: en/live-config.7:172
901 #, no-wrap
902 msgid "B<hostname>"
903 msgstr ""
904
905 #. type: Plain text
906 #: en/live-config.7:174
907 msgid "configures /etc/hostname and /etc/hosts."
908 msgstr ""
909
910 #. type: IP
911 #: en/live-config.7:174
912 #, no-wrap
913 msgid "B<live-debconfig_passwd>"
914 msgstr ""
915
916 #. type: Plain text
917 #: en/live-config.7:176
918 msgid "adds a live user account."
919 msgstr ""
920
921 #. type: IP
922 #: en/live-config.7:176
923 #, no-wrap
924 msgid "B<sudo>"
925 msgstr ""
926
927 #. type: Plain text
928 #: en/live-config.7:178
929 msgid "grants sudo privileges to the live user."
930 msgstr ""
931
932 #. type: IP
933 #: en/live-config.7:178
934 #, no-wrap
935 msgid "B<locales>"
936 msgstr ""
937
938 #. type: Plain text
939 #: en/live-config.7:180
940 msgid "configures locales."
941 msgstr ""
942
943 #. type: IP
944 #: en/live-config.7:180
945 #, no-wrap
946 msgid "B<locales-all>"
947 msgstr ""
948
949 #. type: Plain text
950 #: en/live-config.7:182
951 msgid "configures locales-all."
952 msgstr ""
953
954 #. type: IP
955 #: en/live-config.7:182
956 #, no-wrap
957 msgid "B<tzdata>"
958 msgstr ""
959
960 #. type: Plain text
961 #: en/live-config.7:184
962 msgid "configures /etc/timezone."
963 msgstr ""
964
965 #. type: IP
966 #: en/live-config.7:184
967 #, no-wrap
968 msgid "B<gdm3>"
969 msgstr ""
970
971 #. type: Plain text
972 #: en/live-config.7:186
973 msgid "configures autologin in gdm3."
974 msgstr ""
975
976 #. type: IP
977 #: en/live-config.7:186
978 #, no-wrap
979 msgid "B<kdm>"
980 msgstr ""
981
982 #. type: Plain text
983 #: en/live-config.7:188
984 msgid "configures autologin in kdm."
985 msgstr ""
986
987 #. type: IP
988 #: en/live-config.7:188
989 #, no-wrap
990 msgid "B<lightdm>"
991 msgstr ""
992
993 #. type: Plain text
994 #: en/live-config.7:190
995 msgid "configures autologin in lightdm."
996 msgstr ""
997
998 #. type: IP
999 #: en/live-config.7:190
1000 #, no-wrap
1001 msgid "B<lxdm>"
1002 msgstr ""
1003
1004 #. type: Plain text
1005 #: en/live-config.7:192
1006 msgid "configures autologin in lxdm."
1007 msgstr ""
1008
1009 #. type: IP
1010 #: en/live-config.7:192
1011 #, no-wrap
1012 msgid "B<nodm>"
1013 msgstr ""
1014
1015 #. type: Plain text
1016 #: en/live-config.7:194
1017 msgid "configures autologin in nodm."
1018 msgstr ""
1019
1020 #. type: IP
1021 #: en/live-config.7:194
1022 #, no-wrap
1023 msgid "B<slim>"
1024 msgstr ""
1025
1026 #. type: Plain text
1027 #: en/live-config.7:196
1028 msgid "configures autologin in slim."
1029 msgstr ""
1030
1031 #. type: IP
1032 #: en/live-config.7:196
1033 #, no-wrap
1034 msgid "B<xinit>"
1035 msgstr ""
1036
1037 #. type: Plain text
1038 #: en/live-config.7:198
1039 msgid "configures autologin with xinit."
1040 msgstr ""
1041
1042 #. type: IP
1043 #: en/live-config.7:198
1044 #, no-wrap
1045 msgid "B<keyboard-configuration>"
1046 msgstr ""
1047
1048 #. type: Plain text
1049 #: en/live-config.7:200
1050 msgid "configures the keyboard."
1051 msgstr ""
1052
1053 #. type: IP
1054 #: en/live-config.7:200
1055 #, no-wrap
1056 msgid "B<sysvinit>"
1057 msgstr ""
1058
1059 #. type: Plain text
1060 #: en/live-config.7:202
1061 msgid "configures sysvinit."
1062 msgstr ""
1063
1064 #. type: IP
1065 #: en/live-config.7:202
1066 #, no-wrap
1067 msgid "B<sysv-rc>"
1068 msgstr ""
1069
1070 #. type: Plain text
1071 #: en/live-config.7:204
1072 msgid "configures sysv-rc by disabling listed services."
1073 msgstr ""
1074
1075 #. type: IP
1076 #: en/live-config.7:204 en/live-config.7:230
1077 #, no-wrap
1078 msgid "B<login>"
1079 msgstr ""
1080
1081 #. type: Plain text
1082 #: en/live-config.7:206 en/live-config.7:232
1083 msgid "disables lastlog."
1084 msgstr ""
1085
1086 #. type: IP
1087 #: en/live-config.7:206
1088 #, no-wrap
1089 msgid "B<apport>"
1090 msgstr ""
1091
1092 #. type: Plain text
1093 #: en/live-config.7:208
1094 msgid "disables apport."
1095 msgstr ""
1096
1097 #. type: IP
1098 #: en/live-config.7:208
1099 #, no-wrap
1100 msgid "B<gnome-panel-data>"
1101 msgstr ""
1102
1103 #. type: Plain text
1104 #: en/live-config.7:210
1105 msgid "disables lock button for the screen."
1106 msgstr ""
1107
1108 #. type: IP
1109 #: en/live-config.7:210
1110 #, no-wrap
1111 msgid "B<gnome-power-manager>"
1112 msgstr ""
1113
1114 #. type: Plain text
1115 #: en/live-config.7:212
1116 msgid "disables hibernation."
1117 msgstr ""
1118
1119 #. type: IP
1120 #: en/live-config.7:212
1121 #, no-wrap
1122 msgid "B<gnome-screensaver>"
1123 msgstr ""
1124
1125 #. type: Plain text
1126 #: en/live-config.7:214
1127 msgid "disables the screensaver locking the screen."
1128 msgstr ""
1129
1130 #. type: IP
1131 #: en/live-config.7:214
1132 #, no-wrap
1133 msgid "B<kaboom>"
1134 msgstr ""
1135
1136 #. type: Plain text
1137 #: en/live-config.7:216
1138 msgid "disables KDE migration wizard (squeeze and newer)."
1139 msgstr ""
1140
1141 #. type: IP
1142 #: en/live-config.7:216
1143 #, no-wrap
1144 msgid "B<kde-services>"
1145 msgstr ""
1146
1147 #. type: Plain text
1148 #: en/live-config.7:218
1149 msgid "disables some unwanted KDE services (squeeze and newer)."
1150 msgstr ""
1151
1152 #. type: IP
1153 #: en/live-config.7:218
1154 #, no-wrap
1155 msgid "B<debian-installer-launcher>"
1156 msgstr ""
1157
1158 #. type: Plain text
1159 #: en/live-config.7:220
1160 msgid "adds debian-installer-launcher on users desktop."
1161 msgstr ""
1162
1163 #. type: IP
1164 #: en/live-config.7:220
1165 #, no-wrap
1166 msgid "B<policykit>"
1167 msgstr ""
1168
1169 #. type: Plain text
1170 #: en/live-config.7:222
1171 msgid "grant user privilegies through policykit."
1172 msgstr ""
1173
1174 #. type: IP
1175 #: en/live-config.7:222
1176 #, no-wrap
1177 msgid "B<ssl-cert>"
1178 msgstr ""
1179
1180 #. type: Plain text
1181 #: en/live-config.7:224
1182 msgid "regenerating ssl snake-oil certificates."
1183 msgstr ""
1184
1185 #. type: IP
1186 #: en/live-config.7:224
1187 #, no-wrap
1188 msgid "B<update-notifier>"
1189 msgstr ""
1190
1191 #. type: Plain text
1192 #: en/live-config.7:226
1193 msgid "disables update-notifier."
1194 msgstr ""
1195
1196 #. type: IP
1197 #: en/live-config.7:226
1198 #, no-wrap
1199 msgid "B<anacron>"
1200 msgstr ""
1201
1202 #. type: Plain text
1203 #: en/live-config.7:228
1204 msgid "disables anacron."
1205 msgstr ""
1206
1207 #. type: IP
1208 #: en/live-config.7:228
1209 #, no-wrap
1210 msgid "B<util-linux>"
1211 msgstr ""
1212
1213 #. type: Plain text
1214 #: en/live-config.7:230
1215 msgid "disables util-linux' hwclock."
1216 msgstr ""
1217
1218 #. type: IP
1219 #: en/live-config.7:232
1220 #, no-wrap
1221 msgid "B<xserver-xorg>"
1222 msgstr ""
1223
1224 #. type: Plain text
1225 #: en/live-config.7:234
1226 msgid "configures xserver-xorg."
1227 msgstr ""
1228
1229 #. type: IP
1230 #: en/live-config.7:234
1231 #, no-wrap
1232 msgid "B<ureadahead> (ubuntu only)"
1233 msgstr ""
1234
1235 #. type: Plain text
1236 #: en/live-config.7:236
1237 msgid "disables ureadahead."
1238 msgstr ""
1239
1240 #. type: IP
1241 #: en/live-config.7:236
1242 #, no-wrap
1243 msgid "B<openssh-server>"
1244 msgstr ""
1245
1246 #. type: Plain text
1247 #: en/live-config.7:238
1248 msgid "recreates openssh-server host keys."
1249 msgstr ""
1250
1251 #. type: IP
1252 #: en/live-config.7:238
1253 #, no-wrap
1254 msgid "B<xfce4-panel>"
1255 msgstr ""
1256
1257 #. type: Plain text
1258 #: en/live-config.7:240
1259 msgid "configures xfce4-panel to default settings."
1260 msgstr ""
1261
1262 #. type: IP
1263 #: en/live-config.7:240
1264 #, no-wrap
1265 msgid "B<hooks>"
1266 msgstr ""
1267
1268 #. type: Plain text
1269 #: en/live-config.7:242
1270 msgid ""
1271 "allows to run arbitrary commands from a script placed on the live media or "
1272 "an http/ftp server."
1273 msgstr ""
1274
1275 #. type: SH
1276 #: en/live-config.7:243
1277 #, no-wrap
1278 msgid "FILES"
1279 msgstr ""
1280
1281 #. type: IP
1282 #: en/live-config.7:244
1283 #, no-wrap
1284 msgid "B</etc/live/config.conf>"
1285 msgstr ""
1286
1287 #. type: IP
1288 #: en/live-config.7:245
1289 #, no-wrap
1290 msgid "B</etc/live/config/*>"
1291 msgstr ""
1292
1293 #. type: IP
1294 #: en/live-config.7:246
1295 #, no-wrap
1296 msgid "B<live/config.conf>"
1297 msgstr ""
1298
1299 #. type: IP
1300 #: en/live-config.7:247
1301 #, no-wrap
1302 msgid "B<live/config/*>"
1303 msgstr ""
1304
1305 #. type: IP
1306 #: en/live-config.7:248
1307 #, no-wrap
1308 msgid "B</lib/live/config.sh>"
1309 msgstr ""
1310
1311 #. type: IP
1312 #: en/live-config.7:249
1313 #, no-wrap
1314 msgid "B</lib/live/config/>"
1315 msgstr ""
1316
1317 #. type: IP
1318 #: en/live-config.7:250
1319 #, no-wrap
1320 msgid "B</var/lib/live/config/>"
1321 msgstr ""
1322
1323 #. type: IP
1324 #: en/live-config.7:251
1325 #, no-wrap
1326 msgid "B</var/log/live/config.log>"
1327 msgstr ""
1328
1329 #. type: IP
1330 #: en/live-config.7:253
1331 #, no-wrap
1332 msgid "B</live/config-hooks/*>"
1333 msgstr ""
1334
1335 #. type: IP
1336 #: en/live-config.7:254
1337 #, no-wrap
1338 msgid "B<live/config-hooks/*>"
1339 msgstr ""
1340
1341 #. type: IP
1342 #: en/live-config.7:255
1343 #, no-wrap
1344 msgid "B</live/config-preseed/*>"
1345 msgstr ""
1346
1347 #. type: IP
1348 #: en/live-config.7:256
1349 #, no-wrap
1350 msgid "B<live/config-preseed/* >"
1351 msgstr ""
1352
1353 #. type: SH
1354 #: en/live-config.7:258
1355 #, no-wrap
1356 msgid "SEE ALSO"
1357 msgstr ""
1358
1359 #. type: Plain text
1360 #: en/live-config.7:260
1361 msgid "I<live-boot>(7)"
1362 msgstr ""
1363
1364 #. type: Plain text
1365 #: en/live-config.7:262
1366 msgid "I<live-build>(7)"
1367 msgstr ""
1368
1369 #. type: Plain text
1370 #: en/live-config.7:264
1371 msgid "I<live-tools>(7)"
1372 msgstr ""
1373
1374 #. type: SH
1375 #: en/live-config.7:265
1376 #, no-wrap
1377 msgid "HOMEPAGE"
1378 msgstr ""
1379
1380 #. type: Plain text
1381 #: en/live-config.7:267
1382 msgid ""
1383 "More information about live-config and the Live Systems project can be found "
1384 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
1385 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
1386 msgstr ""
1387
1388 #. type: SH
1389 #: en/live-config.7:268
1390 #, no-wrap
1391 msgid "BUGS"
1392 msgstr ""
1393
1394 #. type: Plain text
1395 #: en/live-config.7:270
1396 msgid ""
1397 "Bugs can be reported by submitting a bugreport for the live-config package "
1398 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
1399 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
1400 "debian.org>E<gt>."
1401 msgstr ""
1402
1403 #. type: SH
1404 #: en/live-config.7:271
1405 #, no-wrap
1406 msgid "AUTHOR"
1407 msgstr ""
1408
1409 #. type: Plain text
1410 #: en/live-config.7:272
1411 msgid ""
1412 "live-config was written by Daniel Baumann E<lt>I<mail@daniel-baumann."
1413 "ch>E<gt>."
1414 msgstr ""