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.
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"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
40 msgid "Live Systems Project"
44 #: en/live-config.7:11
50 #: en/live-config.7:13
51 msgid "B<live-config> - System Configuration Scripts"
55 #: en/live-config.7:14
61 #: en/live-config.7:16
63 "B<live-config> contains the scripts that configure a live system during the "
64 "boot process (late userspace)."
68 #: en/live-config.7:17
74 #: en/live-config.7:19
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."
83 #: en/live-config.7:21
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."
90 #: en/live-config.7:22
92 msgid "Boot Parameters (scripts)"
96 #: en/live-config.7:24
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)."
107 #: en/live-config.7:25
109 msgid "B<live-config> | B<config>"
113 #: en/live-config.7:27
114 msgid "All scripts are run. This is what live images use by default."
118 #: en/live-config.7:27
120 msgid "B<live-config>=I<SCRIPT1>,I<SCRIPT2>, ... I<SCRIPTn> | B<config>=I<SCRIPT1>,I<SCRIPT2>, ... I<SCRIPTn>"
124 #: en/live-config.7:29
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."
133 #: en/live-config.7:29
135 msgid "B<live-noconfig> | B<noconfig>"
139 #: en/live-config.7:31
141 "No script is run. This is the same as not using any of 'live-config' or "
146 #: en/live-config.7:31
148 msgid "B<live-noconfig>=I<SCRIPT1>,I<SCRIPT2>, ... I<SCRIPTn> | B<noconfig>=I<SCRIPT1>,I<SCRIPT2>, ... I<SCRIPTn>"
152 #: en/live-config.7:33
153 msgid "All scripts are run, except the specified ones."
157 #: en/live-config.7:34
159 msgid "Boot Parameters (options)"
163 #: en/live-config.7:36
165 "Some individual scripts can change their behaviour upon a boot parameter."
169 #: en/live-config.7:37
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>"
175 #: en/live-config.7:39
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, "
183 #: en/live-config.7:41 en/live-config.7:81
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."
191 #: en/live-config.7:43
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'."
198 #: en/live-config.7:45
200 "All preseed files in /live/config-preseed/ of the live medium can be "
201 "automatically enabled with the keyword 'medium'."
205 #: en/live-config.7:47
207 "If several mechanisms are combined, then filesystem preseed files are "
208 "applied first, then medium preseed files, and last the network preseed files."
212 #: en/live-config.7:47
214 msgid "B<live-config.hostname>=I<HOSTNAME> | B<hostname>=I<HOSTNAME>"
218 #: en/live-config.7:49
219 msgid "Allows to set the hostname of the system. The default is 'debian'."
223 #: en/live-config.7:49
225 msgid "B<live-config.username>=I<USERNAME> | B<username>=I<USERNAME>"
229 #: en/live-config.7:51
231 "Allows to set the username that gets created for autologin. The default is "
236 #: en/live-config.7:51
238 msgid "B<live-config.user-default-groups>=I<GROUP1>,I<GROUP2> ... I<GROUPn> | B<user-default-groups>=I<GROUP1>,I<GROUP2> ... I<GROUPn>"
242 #: en/live-config.7:53
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'."
250 #: en/live-config.7:53
252 msgid "B<live-config.user-fullname>=\"I<USER FULLNAME>\" | B<user-fullname>=\"I<USER FULLNAME>\""
256 #: en/live-config.7:55
258 "Allows to set the fullname of the users that gets created for autologin. On "
259 "Debian the default is 'Debian Live user'."
263 #: en/live-config.7:55
265 msgid "B<live-config.locales>=I<LOCALE1>,I<LOCALE2> ... I<LOCALEn> | B<locales>=I<LOCALE1>,I<LOCALE2> ... I<LOCALEn>"
269 #: en/live-config.7:57
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."
277 #: en/live-config.7:57
279 msgid "B<live-config.timezone>=I<TIMEZONE> | B<timezone>=I<TIMEZONE>"
283 #: en/live-config.7:59
285 "Allows to set the timezone of the system, e.g. 'Europe/Zurich'. The default "
290 #: en/live-config.7:59
292 msgid "B<live-config.keyboard-model>=I<KEYBOARD_MODEL> | B<keyboard-model>=I<KEYBOARD_MODEL>"
296 #: en/live-config.7:61
297 msgid "Allows to change the keyboard model. There is no default value set."
301 #: en/live-config.7:61
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>"
307 #: en/live-config.7:63
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."
315 #: en/live-config.7:63
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>"
321 #: en/live-config.7:65
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."
331 #: en/live-config.7:65
333 msgid "B<live-config.keyboard-options>=I<KEYBOARD_OPTIONS> | B<keyboard-options>=I<KEYBOARD_OPTIONS>"
337 #: en/live-config.7:67
338 msgid "Allows to change the keyboard options. There is no default value set."
342 #: en/live-config.7:67
344 msgid "B<live-config.sysv-rc>=I<SERVICE1>,I<SERVICE2> ... I<SERVICEn> | B<sysv-rc>=I<SERVICE1>,I<SERVICE2> ... I<SERVICEn>"
348 #: en/live-config.7:69
349 msgid "Allows to disable sysv services through update-rc.d."
353 #: en/live-config.7:69
355 msgid "B<live-config.utc>=B<yes>|no | B<utc>=B<yes>|no"
359 #: en/live-config.7:71
361 "Allows to change if the system is assuming that the hardware clock is set to "
362 "UTC or not. The default is 'yes'."
366 #: en/live-config.7:71
368 msgid "B<live-config.x-session-manager=>I<X_SESSION_MANAGER> | B<x-session-manager>=I<X_SESSION_MANAGER>"
372 #: en/live-config.7:73
373 msgid "Allows to set the x-session-manager through update-alternatives."
377 #: en/live-config.7:73
379 msgid "B<live-config.xorg-driver>=I<XORG_DRIVER> | B<xorg-driver>=I<XORG_DRIVER>"
383 #: en/live-config.7:75
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."
392 #: en/live-config.7:75
394 msgid "B<live-config.xorg-resolution>=I<XORG_RESOLUTION> | B<xorg-resolution>=I<XORG_RESOLUTION>"
398 #: en/live-config.7:77
400 "Allows to set xorg resolution instead of autodetecting it, e.g. 1024x768."
404 #: en/live-config.7:77
406 msgid "B<live-config.hooks>=filesystem|medium|I<URL1>|I<URL2>| ... |I<URLn> | B<hooks>=medium|filesystem|I<URL1>|I<URL2>| ... |I<URLn>"
410 #: en/live-config.7:79
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>."
422 #: en/live-config.7:83
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'."
429 #: en/live-config.7:85
431 "All hooks in /live/config-hooks/ of the live medium can be automatically "
432 "enabled with the keyword 'medium'."
436 #: en/live-config.7:87
438 "If several mechanisms are combined, then filesystem hooks are executed "
439 "first, then medium hooks, and last the network hooks."
443 #: en/live-config.7:88
445 msgid "Boot Parameters (shortcuts)"
449 #: en/live-config.7:90
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."
457 #: en/live-config.7:91
459 msgid "B<live-config.noroot> | B<noroot>"
463 #: en/live-config.7:93
465 "Disables sudo and policykit, the user cannot gain root privileges on the "
470 #: en/live-config.7:93
472 msgid "B<live-config.noautologin> | B<noautologin>"
476 #: en/live-config.7:95
477 msgid "Disables both the automatic console login and the graphical autologin."
481 #: en/live-config.7:95
483 msgid "B<live-config.nottyautologin> | B<nottyautologin>"
487 #: en/live-config.7:97
489 "Disables the automatic login on the console, not affecting the graphical "
494 #: en/live-config.7:97
496 msgid "B<live-config.nox11autologin> | B<nox11autologin>"
500 #: en/live-config.7:99
502 "Disables the automatic login with any display manager, not affecting tty "
507 #: en/live-config.7:100
509 msgid "Boot Parameters (special options)"
513 #: en/live-config.7:102
514 msgid "For special use cases there are some special boot paramters."
518 #: en/live-config.7:103
520 msgid "B<live-config.debug> | B<debug>"
524 #: en/live-config.7:105
525 msgid "Enables debug output in live-config."
529 #: en/live-config.7:106
531 msgid "Configuration Files"
535 #: en/live-config.7:108
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>."
545 #: en/live-config.7:110
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."
554 #: en/live-config.7:112
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')."
564 #: en/live-config.7:114
566 "The actual content of the configuration files consists of one or more of the "
567 "following variables."
571 #: en/live-config.7:115
573 msgid "B<LIVE_CONFIGS>=I<SCRIPT1>,I<SCRIPT2>, ... I<SCRIPTn>"
577 #: en/live-config.7:117
579 "This variable equals the 'B<live-config>=I<SCRIPT1>,I<SCRIPT2>, ... "
580 "I<SCRIPTn>' parameter."
584 #: en/live-config.7:117
586 msgid "B<LIVE_NOCONFIGS>=I<SCRIPT1>,I<SCRIPT2>, ... I<SCRIPTn>"
590 #: en/live-config.7:119
592 "This variable equals the 'B<live-noconfig>=I<SCRIPT1>,I<SCRIPT2>, ... "
593 "I<SCRIPTn>' parameter."
597 #: en/live-config.7:119
599 msgid "B<LIVE_DEBCONF_PRESEED>=filesystem|medium|I<URL1>|I<URL2>| ... |I<URLn>"
603 #: en/live-config.7:121
605 "This variable equals the 'B<live-config.debconf-preseed>=filesystem|medium|"
606 "I<URL1>|I<URL2>| ... |I<URLn>' parameter."
610 #: en/live-config.7:121
612 msgid "B<LIVE_HOSTNAME>=I<HOSTNAME>"
616 #: en/live-config.7:123
618 "This variable equals the 'B<live-config.hostname>=I<HOSTNAME>' parameter."
622 #: en/live-config.7:123
624 msgid "B<LIVE_USERNAME>=I<USERNAME>"
628 #: en/live-config.7:125
630 "This variable equals the 'B<live-config.username>=I<USERNAME>' parameter."
634 #: en/live-config.7:125
636 msgid "B<LIVE_USER_DEFAULT_GROUPS>=I<GROUP1>,I<GROUP2> ... I<GROUPn>"
640 #: en/live-config.7:127
642 "This variable equals the 'B<live-config.user-default-groups>=\"I<GROUP1>,"
643 "I<GROUP2> ... I<GROUPn>\"' parameter."
647 #: en/live-config.7:127
649 msgid "B<LIVE_USER_FULLNAME>=\"I<USER FULLNAME>\""
653 #: en/live-config.7:129
655 "This variable equals the 'B<live-config.user-fullname>=\"I<USER FULLNAME>\"' "
660 #: en/live-config.7:129
662 msgid "B<LIVE_LOCALES>=I<LOCALE1>,I<LOCALE2> ... I<LOCALEn>"
666 #: en/live-config.7:131
668 "This variable equals the 'B<live-config.locales>=I<LOCALE1>,I<LOCALE2> ... "
669 "I<LOCALEn>' parameter."
673 #: en/live-config.7:131
675 msgid "B<LIVE_TIMEZONE>=I<TIMEZONE>"
679 #: en/live-config.7:133
681 "This variable equals the 'B<live-config.timezone>=I<TIMEZONE>' parameter."
685 #: en/live-config.7:133
687 msgid "B<LIVE_KEYBOARD_MODEL>=I<KEYBOARD_MODEL>"
691 #: en/live-config.7:135
693 "This variable equals the 'B<live-config.keyboard-model>=I<KEYBOARD_MODEL>' "
698 #: en/live-config.7:135
700 msgid "B<LIVE_KEYBOARD_LAYOUTS>=I<KEYBOARD_LAYOUT1>,I<KEYBOARD_LAYOUT2> ... I<KEYBOARD_LAYOUTn>"
704 #: en/live-config.7:137
706 "This variable equals the 'B<live-config.keyboard-"
707 "layouts>=I<KEYBOARD_LAYOUT1>,I<KEYBOARD_LAYOUT2> ... I<KEYBOARD_LAYOUTn>' "
712 #: en/live-config.7:137
714 msgid "B<LIVE_KEYBOARD_VARIANTS>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... I<KEYBOARD_VARIANTn>"
718 #: en/live-config.7:139
720 "This variable equals the 'B<live-config.keyboard-"
721 "variants>=I<KEYBOARD_VARIANT1>,I<KEYBOARD_VARIANT2> ... "
722 "I<KEYBOARD_VARIANTn>' parameter."
726 #: en/live-config.7:139
728 msgid "B<LIVE_KEYBOARD_OPTIONS>=I<KEYBOARD_OPTIONS>"
732 #: en/live-config.7:141
734 "This variable equals the 'B<live-config.keyboard-"
735 "options>=I<KEYBOARD_OPTIONS>' parameter."
739 #: en/live-config.7:141
741 msgid "B<LIVE_SYSV_RC>=I<SERVICE1>,I<SERVICE2> ... I<SERVICEn>"
745 #: en/live-config.7:143
747 "This variable equals the 'B<live-config.sysv-rc>=I<SERVICE1>,I<SERVICE2> ... "
748 "I<SERVICEn>' parameter."
752 #: en/live-config.7:143
754 msgid "B<LIVE_UTC>=B<yes>|no"
758 #: en/live-config.7:145
759 msgid "This variable equals the 'B<live-config.utc>=B<yes>|no' parameter."
763 #: en/live-config.7:145
765 msgid "B<LIVE_X_SESSION_MANAGER>=I<X_SESSION_MANAGER>"
769 #: en/live-config.7:147
771 "This variable equals the 'B<live-config.x-session-"
772 "manager>=I<X_SESSION_MANAGER>' parameter."
776 #: en/live-config.7:147
778 msgid "B<LIVE_XORG_DRIVER>=I<XORG_DRIVER>"
782 #: en/live-config.7:149
784 "This variable equals the 'B<live-config.xorg-driver>=I<XORG_DRIVER>' "
789 #: en/live-config.7:149
791 msgid "B<LIVE_XORG_RESOLUTION>=I<XORG_RESOLUTION>"
795 #: en/live-config.7:151
797 "This variable equals the 'B<live-config.xorg-resolution>=I<XORG_RESOLUTION>' "
802 #: en/live-config.7:151
804 msgid "B<LIVE_HOOKS>=filesystem|medium|I<URL1>|I<URL2>| ... |I<URLn>"
808 #: en/live-config.7:153
810 "This variable equals the 'B<live-config.hooks>=filesystem|medium|I<URL1>|"
811 "I<URL2>| ... |I<URLn>' parameter."
815 #: en/live-config.7:154
817 msgid "CUSTOMIZATION"
821 #: en/live-config.7:156
823 "B<live-config> can be easily customized for downstream projects or local "
828 #: en/live-config.7:157
830 msgid "Adding new config scripts"
834 #: en/live-config.7:159
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 "
842 #: en/live-config.7:161
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/"
850 #: en/live-config.7:162
852 msgid "Removing existing config scripts"
856 #: en/live-config.7:164
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."
867 #: en/live-config.7:166
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."
875 #: en/live-config.7:167
881 #: en/live-config.7:169
883 "B<live-config> currently features the following scripts in /lib/live/config."
887 #: en/live-config.7:170
893 #: en/live-config.7:172
895 "allows to apply arbitrary preseed files placed on the live media or an http/"
900 #: en/live-config.7:172
906 #: en/live-config.7:174
907 msgid "configures /etc/hostname and /etc/hosts."
911 #: en/live-config.7:174
913 msgid "B<live-debconfig_passwd>"
917 #: en/live-config.7:176
918 msgid "adds a live user account."
922 #: en/live-config.7:176
928 #: en/live-config.7:178
929 msgid "grants sudo privileges to the live user."
933 #: en/live-config.7:178
939 #: en/live-config.7:180
940 msgid "configures locales."
944 #: en/live-config.7:180
946 msgid "B<locales-all>"
950 #: en/live-config.7:182
951 msgid "configures locales-all."
955 #: en/live-config.7:182
961 #: en/live-config.7:184
962 msgid "configures /etc/timezone."
966 #: en/live-config.7:184
972 #: en/live-config.7:186
973 msgid "configures autologin in gdm3."
977 #: en/live-config.7:186
983 #: en/live-config.7:188
984 msgid "configures autologin in kdm."
988 #: en/live-config.7:188
994 #: en/live-config.7:190
995 msgid "configures autologin in lightdm."
999 #: en/live-config.7:190
1005 #: en/live-config.7:192
1006 msgid "configures autologin in lxdm."
1010 #: en/live-config.7:192
1016 #: en/live-config.7:194
1017 msgid "configures autologin in nodm."
1021 #: en/live-config.7:194
1027 #: en/live-config.7:196
1028 msgid "configures autologin in slim."
1032 #: en/live-config.7:196
1038 #: en/live-config.7:198
1039 msgid "configures autologin with xinit."
1043 #: en/live-config.7:198
1045 msgid "B<keyboard-configuration>"
1049 #: en/live-config.7:200
1050 msgid "configures the keyboard."
1054 #: en/live-config.7:200
1060 #: en/live-config.7:202
1061 msgid "configures sysvinit."
1065 #: en/live-config.7:202
1071 #: en/live-config.7:204
1072 msgid "configures sysv-rc by disabling listed services."
1076 #: en/live-config.7:204 en/live-config.7:230
1082 #: en/live-config.7:206 en/live-config.7:232
1083 msgid "disables lastlog."
1087 #: en/live-config.7:206
1093 #: en/live-config.7:208
1094 msgid "disables apport."
1098 #: en/live-config.7:208
1100 msgid "B<gnome-panel-data>"
1104 #: en/live-config.7:210
1105 msgid "disables lock button for the screen."
1109 #: en/live-config.7:210
1111 msgid "B<gnome-power-manager>"
1115 #: en/live-config.7:212
1116 msgid "disables hibernation."
1120 #: en/live-config.7:212
1122 msgid "B<gnome-screensaver>"
1126 #: en/live-config.7:214
1127 msgid "disables the screensaver locking the screen."
1131 #: en/live-config.7:214
1137 #: en/live-config.7:216
1138 msgid "disables KDE migration wizard (squeeze and newer)."
1142 #: en/live-config.7:216
1144 msgid "B<kde-services>"
1148 #: en/live-config.7:218
1149 msgid "disables some unwanted KDE services (squeeze and newer)."
1153 #: en/live-config.7:218
1155 msgid "B<debian-installer-launcher>"
1159 #: en/live-config.7:220
1160 msgid "adds debian-installer-launcher on users desktop."
1164 #: en/live-config.7:220
1166 msgid "B<policykit>"
1170 #: en/live-config.7:222
1171 msgid "grant user privilegies through policykit."
1175 #: en/live-config.7:222
1181 #: en/live-config.7:224
1182 msgid "regenerating ssl snake-oil certificates."
1186 #: en/live-config.7:224
1188 msgid "B<update-notifier>"
1192 #: en/live-config.7:226
1193 msgid "disables update-notifier."
1197 #: en/live-config.7:226
1203 #: en/live-config.7:228
1204 msgid "disables anacron."
1208 #: en/live-config.7:228
1210 msgid "B<util-linux>"
1214 #: en/live-config.7:230
1215 msgid "disables util-linux' hwclock."
1219 #: en/live-config.7:232
1221 msgid "B<xserver-xorg>"
1225 #: en/live-config.7:234
1226 msgid "configures xserver-xorg."
1230 #: en/live-config.7:234
1232 msgid "B<ureadahead> (ubuntu only)"
1236 #: en/live-config.7:236
1237 msgid "disables ureadahead."
1241 #: en/live-config.7:236
1243 msgid "B<openssh-server>"
1247 #: en/live-config.7:238
1248 msgid "recreates openssh-server host keys."
1252 #: en/live-config.7:238
1254 msgid "B<xfce4-panel>"
1258 #: en/live-config.7:240
1259 msgid "configures xfce4-panel to default settings."
1263 #: en/live-config.7:240
1269 #: en/live-config.7:242
1271 "allows to run arbitrary commands from a script placed on the live media or "
1272 "an http/ftp server."
1276 #: en/live-config.7:243
1282 #: en/live-config.7:244
1284 msgid "B</etc/live/config.conf>"
1288 #: en/live-config.7:245
1290 msgid "B</etc/live/config/*>"
1294 #: en/live-config.7:246
1296 msgid "B<live/config.conf>"
1300 #: en/live-config.7:247
1302 msgid "B<live/config/*>"
1306 #: en/live-config.7:248
1308 msgid "B</lib/live/config.sh>"
1312 #: en/live-config.7:249
1314 msgid "B</lib/live/config/>"
1318 #: en/live-config.7:250
1320 msgid "B</var/lib/live/config/>"
1324 #: en/live-config.7:251
1326 msgid "B</var/log/live/config.log>"
1330 #: en/live-config.7:253
1332 msgid "B</live/config-hooks/*>"
1336 #: en/live-config.7:254
1338 msgid "B<live/config-hooks/*>"
1342 #: en/live-config.7:255
1344 msgid "B</live/config-preseed/*>"
1348 #: en/live-config.7:256
1350 msgid "B<live/config-preseed/* >"
1354 #: en/live-config.7:258
1360 #: en/live-config.7:260
1361 msgid "I<live-boot>(7)"
1365 #: en/live-config.7:262
1366 msgid "I<live-build>(7)"
1370 #: en/live-config.7:264
1371 msgid "I<live-tools>(7)"
1375 #: en/live-config.7:265
1381 #: en/live-config.7:267
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>."
1389 #: en/live-config.7:268
1395 #: en/live-config.7:270
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."
1404 #: en/live-config.7:271
1410 #: en/live-config.7:272
1412 "live-config was written by Daniel Baumann E<lt>I<mail@daniel-baumann."