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: 2010-06-08 18:43+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"
15 "Content-Type: text/plain; charset=CHARSET\n"
16 "Content-Transfer-Encoding: ENCODING"
39 msgid "Debian Live Project"
43 #: en/live-config.7:11
49 #: en/live-config.7:13
50 msgid "B<live-config> - System Configuration Scripts"
54 #: en/live-config.7:14
60 #: en/live-config.7:16
62 "B<live-config> contains the scripts that configure a Debian Live system "
63 "during the boot process (late userspace)."
67 #: en/live-config.7:17
73 #: en/live-config.7:19
75 "B<live-config> can be configured through boot parameters or configuration "
76 "files. If both mechanisms are used for a certain option, the boot parameters "
77 "take precedence over the configuration files. When using persistency, B<live-"
78 "config> scripts are only run once."
82 #: en/live-config.7:20
84 msgid "Boot Parameters (scripts)"
88 #: en/live-config.7:22
90 "B<live-config> is only activated if 'boot=live' is used as a boot parameter. "
91 "Additionally, B<live-config> needs to be told which scripts to run trough "
92 "the 'live-config' parameter or which scripts to not run through the 'live-"
93 "noconfig' parameter. If both 'live-config' and 'live-noconfig' are used, or, "
94 "if either one is specified multiple times, always the later one takes "
95 "precedence over the previous one(s)."
99 #: en/live-config.7:23
101 msgid "B<live-config>"
105 #: en/live-config.7:25
106 msgid "All scripts are run. This is what Debian Live images use by default."
110 #: en/live-config.7:25
112 msgid "B<live-config>=I<SCRIPT1>,I<SCRIPT2>, ... I<SCRIPTn>"
116 #: en/live-config.7:27
118 "Only the specified scripts are run. Note that the order matters, e.g. 'live-"
119 "config=sudo,user-setup' would not work since the user needs to be added "
120 "before it can be configured for sudo. Look at the filenames of the scripts "
121 "in /lib/live/config for their ordering number."
125 #: en/live-config.7:27
127 msgid "B<live-noconfig>"
131 #: en/live-config.7:29
133 "No script is run. This is the same as not using any of 'live-config' or "
138 #: en/live-config.7:29
140 msgid "B<live-noconfig>=I<SCRIPT1>,I<SCRIPT2>, ... I<SCRIPTn>"
144 #: en/live-config.7:31
145 msgid "All scripts are run, except the specified ones."
149 #: en/live-config.7:32
151 msgid "Boot Parameters (options)"
155 #: en/live-config.7:34
157 "Some individual scripts can change their behaviour upon a boot parameter."
161 #: en/live-config.7:35
163 msgid "B<live-config.hostname>=I<HOSTNAME>"
167 #: en/live-config.7:37
168 msgid "Allows to set the hostname of the system. The default is 'debian'."
172 #: en/live-config.7:37
174 msgid "B<live-config.username>=I<USERNAME>"
178 #: en/live-config.7:39
180 "Allows to set the username that gets created for autologin. The default is "
185 #: en/live-config.7:39
187 msgid "B<live-config.user-fullname>=\"I<USER FULLNAME>\""
191 #: en/live-config.7:41
193 "Allows to set the fullname of the users that gets created for autologin. The "
194 "default is 'Debian Live user'."
198 #: en/live-config.7:41
200 msgid "B<live-config.locales>=I<LOCALE>"
204 #: en/live-config.7:43
206 "Allows to set the locale of the system, e.g. 'de_CH.UTF-8'. The default is "
207 "'en_US.UTF-8'. In case the selected locale is not already available on the "
208 "system, it is automatically generated on the fly."
212 #: en/live-config.7:43
214 msgid "B<live-config.timezone>=I<TIMEZONE>"
218 #: en/live-config.7:45
220 "Allows to set the timezone of the system, e.g. 'Europe/Zurich'. The default "
225 #: en/live-config.7:45
227 msgid "B<live-config.utc>=B<yes>|no"
231 #: en/live-config.7:47
233 "Allows to change if the system is assuming that the hardware clock is set to "
234 "UTC or not. The default is 'yes'."
238 #: en/live-config.7:47
240 msgid "B<live-config.keyboard-model>=I<KEYBOARD_MODEL>"
244 #: en/live-config.7:49
245 msgid "Allows to change the keyboard model. There is no default value set."
249 #: en/live-config.7:49
251 msgid "B<live-config.keyboard-layout>=I<KEYBOARD_LAYOUT>"
255 #: en/live-config.7:51
256 msgid "Allows to change the keyboard layout. There is no default value set."
260 #: en/live-config.7:51
262 msgid "B<live-config.keyboard-variant>=I<KEYBOARD_VARIANT>"
266 #: en/live-config.7:53
267 msgid "Allows to change the keyboard variant. There is no default value set."
271 #: en/live-config.7:53
273 msgid "B<live-config.keyboard-options>=I<KEYBOARD_OPTIONS>"
277 #: en/live-config.7:55
278 msgid "Allows to change the keyboard options. There are no default value set."
282 #: en/live-config.7:55
284 msgid "B<live-config.xorg-driver>=I<XORG_DRIVER>"
288 #: en/live-config.7:57
289 msgid "Allows to set xorg driver instead of autodetecting it."
293 #: en/live-config.7:57
295 msgid "B<live-config.xorg-resolution>=I<XORG_RESOLUTION>"
299 #: en/live-config.7:59
300 msgid "Allows to set xorg resolution instead of autodetecting it."
304 #: en/live-config.7:59
306 msgid "B<live-config.hooks>=I<URL1>|I<URL2>| ... |I<URLn>"
310 #: en/live-config.7:61
312 "Allows to fetch and execute one or more arbitrary files. Note that the URLs "
313 "must be fetchable by wget, and that the files needs their dependencies, if "
314 "any, already installed, e.g. if a python script should be executed the "
315 "system needs python installed."
319 #: en/live-config.7:62
321 msgid "Boot Parameters (shortcuts)"
325 #: en/live-config.7:64
327 "For some common use cases where it would require to combine several "
328 "individual parameters, B<live-config> provides shortcuts. This allows both "
329 "to have full granularity over all the options, as well keep things simple."
333 #: en/live-config.7:65
335 msgid "B<live-config.noroot>"
339 #: en/live-config.7:67
341 "Disables the sudo and policykit, the user cannot gain root privileges on the "
346 #: en/live-config.7:67
348 msgid "B<live-config.nottyautologin>"
352 #: en/live-config.7:69
354 "Disables the automatic login on the terminal, not affecting the graphical "
359 #: en/live-config.7:69
361 msgid "B<live-config.noxautologin>"
365 #: en/live-config.7:71
367 "Disables the automatic login with any display manager, not affecting tty "
372 #: en/live-config.7:72
374 msgid "Configuration Files"
378 #: en/live-config.7:74
380 "B<live-config> can be configured (but not activated) through configuration "
381 "files. Everything but the shortcuts that can be configured with a boot "
382 "parameter can be alternatively also be configured through one or more files. "
383 "If configuration files are used, the 'boot=live' parameter is still required "
384 "to activate B<live-config>."
388 #: en/live-config.7:76
390 "Configuration files can be placed either in the root filesystem itself (/etc/"
391 "live/config.conf, /etc/live/config.conf.d/), or on the live media (live/"
392 "config.conf, live/config.conf.d/). If both places are used for a certain "
393 "option, the ones from the live media take precedence over the ones from the "
398 #: en/live-config.7:78
400 "Although the configuration files placed in the conf.d directories do not "
401 "require a particular name or suffix, it's suggest for consistency to either "
402 "use 'vendor.conf' or 'project.conf' as a naming scheme (whereas 'vendor' or "
403 "'project' is replaced with the actual name, resulting in a filename like "
404 "'debian-eeepc.conf')."
408 #: en/live-config.7:79
410 msgid "B<LIVE_CONFIGS>=I<SCRIPT1>,I<SCRIPT2>, ... I<SCRIPTn>"
414 #: en/live-config.7:81
416 "This variable equals the 'B<live-config>=I<SCRIPT1>,I<SCRIPT2>, ... "
417 "I<SCRIPTn>' parameter."
421 #: en/live-config.7:81
423 msgid "B<LIVE_NOCONFIGS>=I<SCRIPT1>,I<SCRIPT2>, ... I<SCRIPTn>"
427 #: en/live-config.7:83
429 "This variable equals the 'B<live-noconfig>=I<SCRIPT1>,I<SCRIPT2>, ... "
430 "I<SCRIPTn>' parameter."
434 #: en/live-config.7:83
436 msgid "B<LIVE_HOSTNAME>=I<HOSTNAME>"
440 #: en/live-config.7:85
442 "This variable equals the 'B<live-config.hostname>=I<HOSTAME>' parameter."
446 #: en/live-config.7:85
448 msgid "B<LIVE_USERNAME>=I<USERNAME>"
452 #: en/live-config.7:87
454 "This variable equals the 'B<live-config.username>=I<USERNAME>' parameter."
458 #: en/live-config.7:87
460 msgid "B<LIVE_USER_FULLNAME>=\"I<USER FULLNAME\">"
464 #: en/live-config.7:89
466 "This variable equals the 'B<live-config.user-fullname>=\"I<USER FULLNAME>\"' "
471 #: en/live-config.7:89
473 msgid "B<LIVE_LOCALES>=I<LOCALE>"
477 #: en/live-config.7:91
478 msgid "This variable equals the 'B<live-config.locales>=I<LOCALE>' parameter."
482 #: en/live-config.7:91
484 msgid "B<LIVE_TIMEZONE>=I<TIMEZONE>"
488 #: en/live-config.7:93
490 "This variable equals the 'B<live-config.timezone>=I<TIMEZONE>' parameter."
494 #: en/live-config.7:93
496 msgid "B<LIVE_UTC>=B<yes>|no"
500 #: en/live-config.7:95
501 msgid "This variable equals the 'B<live-config.utc>=B<yes>|no' parameter."
505 #: en/live-config.7:95
507 msgid "B<LIVE_KEYBOARD_MODEL>=I<KEYBOARD_MODEL>"
511 #: en/live-config.7:97
513 "This variable equals the 'B<live-config.keyboard-model>=I<KEYBOARD_MODEL>' "
518 #: en/live-config.7:97
520 msgid "B<LIVE_KEYBOARD_LAYOUT>=I<KEYBOARD_LAYOUT>"
524 #: en/live-config.7:99
526 "This variable equals the 'B<live-config.keyboard-layout>=I<KEYBOARD_LAYOUT>' "
531 #: en/live-config.7:99
533 msgid "B<LIVE_KEYBOARD_VARIANT>=I<KEYBOARD_VARIANT>"
537 #: en/live-config.7:101
539 "This variable equals the 'B<live-config.keyboard-"
540 "variant>=I<KEYBOARD_VARIANT>' parameter."
544 #: en/live-config.7:101
546 msgid "B<LIVE_KEYBOARD_OPTIONS>=I<KEYBOARD_OPTIONS>"
550 #: en/live-config.7:103
552 "This variable equals the 'B<live-config.keyboard-"
553 "options>=I<KEYBOARD_OPTIONS>' parameter."
557 #: en/live-config.7:103
559 msgid "B<LIVE_XORG_DRIVER>=I<XORG_DRIVER>"
563 #: en/live-config.7:105
565 "This variable equals the 'B<live-config.xorg-driver>=I<XORG_DRIVER>' "
570 #: en/live-config.7:105
572 msgid "B<LIVE_XORG_RESOLUTION>=I<XORG_RESOLUTION>"
576 #: en/live-config.7:107
578 "This variable equals the 'B<live-config.xorg-resolution>=I<XORG_RESOLUTION>' "
583 #: en/live-config.7:107
585 msgid "B<LIVE_HOOKS>=I<URL1>|I<URL2>| ... |I<URLn>"
589 #: en/live-config.7:109
591 "This variable equals the 'B<live-config.hooks>=I<URL1>|I<URL2>| ... |"
592 "I<URLn>' parameter."
596 #: en/live-config.7:110
598 msgid "CUSTOMIZATION"
602 #: en/live-config.7:112
604 "B<live-config> can be easily customized for downstream projects or local "
609 #: en/live-config.7:113
611 msgid "Adding new config scripts"
615 #: en/live-config.7:115
617 "Downstream projects can put their scripts into /lib/live/config and don't "
618 "need to do anything else, the scripts will be called automatically during "
623 #: en/live-config.7:117
625 "The scripts are best put into an own debian package. A sample package "
626 "containing an example script can be found in /usr/share/doc/live-config/"
631 #: en/live-config.7:118
633 msgid "Removing existing config scripts"
637 #: en/live-config.7:120
639 "It's not really possible to remove scripts itself in a sane way yet without "
640 "requiring to ship a locally modified B<live-config> package. However, the "
641 "same can be acchieved by disabling the respective scripts through the live-"
642 "noconfig mechanism, see above. To avoid to always need specifing disabled "
643 "scripts through the boot parameter, a configuration file should be used, see "
648 #: en/live-config.7:122
650 "The configuration files for the live system itself are best put into an own "
651 "debian package. A sample package containing an example configuration can be "
652 "found in /usr/share/doc/live-config/examples."
656 #: en/live-config.7:123
662 #: en/live-config.7:125
664 "B<live-config> currently features the following scripts in /lib/live/config."
668 #: en/live-config.7:126
674 #: en/live-config.7:128
675 msgid "configures /etc/hostname and /etc/hosts."
679 #: en/live-config.7:128
681 msgid "B<user-setup>"
685 #: en/live-config.7:130
686 msgid "adds an live user account."
690 #: en/live-config.7:130
696 #: en/live-config.7:132
697 msgid "grants sudo privileges to the live user."
701 #: en/live-config.7:132
707 #: en/live-config.7:134
708 msgid "configures locales."
712 #: en/live-config.7:134
718 #: en/live-config.7:136
719 msgid "configures /etc/timezone."
723 #: en/live-config.7:136
729 #: en/live-config.7:138
730 msgid "configures autologin in gdm (lenny)."
734 #: en/live-config.7:138
740 #: en/live-config.7:140
741 msgid "configures autologin in gdm3 (squeeze and newer)."
745 #: en/live-config.7:140
751 #: en/live-config.7:142
752 msgid "configures autologin in kdm."
756 #: en/live-config.7:142
762 #: en/live-config.7:144
763 msgid "configures autologin in lxdm."
767 #: en/live-config.7:144
773 #: en/live-config.7:146
774 msgid "configures autologin in nodm."
778 #: en/live-config.7:146
780 msgid "B<console-common>, B<console-setup> (lenny), B<keyboard-configuration> (squeeze and newer)"
784 #: en/live-config.7:148
785 msgid "configures the keyboard."
789 #: en/live-config.7:148
795 #: en/live-config.7:150
796 msgid "configures sysvinit."
800 #: en/live-config.7:150 en/live-config.7:182
806 #: en/live-config.7:152 en/live-config.7:184
807 msgid "disables lastlog."
811 #: en/live-config.7:152
817 #: en/live-config.7:154
818 msgid "enables apport."
822 #: en/live-config.7:154
824 msgid "B<gnome-panel-data>"
828 #: en/live-config.7:156
829 msgid "disables lock button for the screen."
833 #: en/live-config.7:156
835 msgid "B<gnome-power-manager>"
839 #: en/live-config.7:158
840 msgid "disables hibernation."
844 #: en/live-config.7:158
846 msgid "B<gnome-screensaver>"
850 #: en/live-config.7:160
851 msgid "disables the screensaver locking the screen."
855 #: en/live-config.7:160
857 msgid "B<initramfs-tools>"
861 #: en/live-config.7:162
863 "makes update-initramfs to also update the live media when using persistency."
867 #: en/live-config.7:162
873 #: en/live-config.7:164
874 msgid "disables kde migration wizard (squeeze and newer)."
878 #: en/live-config.7:164
880 msgid "B<kde-services>"
884 #: en/live-config.7:166
885 msgid "disables some unwanted KDE services (squeeze and newer)."
889 #: en/live-config.7:166
891 msgid "B<kpersonalizer>"
895 #: en/live-config.7:168
896 msgid "disables kde configuration wizard (lenny)."
900 #: en/live-config.7:168
902 msgid "B<live-installer-launcher>"
906 #: en/live-config.7:170
907 msgid "adds live-installer-launcher on users desktop."
911 #: en/live-config.7:170
913 msgid "B<module-init-tools>"
917 #: en/live-config.7:172
918 msgid "automatically load some modules on some architectures."
922 #: en/live-config.7:172
928 #: en/live-config.7:174
929 msgid "grant user privilegies through policykit."
933 #: en/live-config.7:174
939 #: en/live-config.7:176
940 msgid "regenerating ssl snake-oil certificates."
944 #: en/live-config.7:176
946 msgid "B<update-notifier>"
950 #: en/live-config.7:178
951 msgid "disables update-notifier."
955 #: en/live-config.7:178
961 #: en/live-config.7:180
962 msgid "disables anacron."
966 #: en/live-config.7:180
968 msgid "B<util-linux>"
972 #: en/live-config.7:182
973 msgid "disables util-linux' hwclock."
977 #: en/live-config.7:184
979 msgid "B<xserver-xorg>"
983 #: en/live-config.7:186
984 msgid "configures xserver-xorg."
988 #: en/live-config.7:186
994 #: en/live-config.7:188
996 "allows to run arbitrary commands from a script placed on the live media or "
997 "an http/ftp server."
1001 #: en/live-config.7:189
1007 #: en/live-config.7:190
1009 msgid "B</etc/live/config.conf>"
1013 #: en/live-config.7:191
1015 msgid "B</etc/live/config.conf.d/>"
1019 #: en/live-config.7:192
1021 msgid "B<live/config.conf>"
1025 #: en/live-config.7:193
1027 msgid "B<live/config.conf.d/>"
1031 #: en/live-config.7:194
1033 msgid "B</lib/live/config.sh>"
1037 #: en/live-config.7:195
1039 msgid "B</lib/live/config/>"
1043 #: en/live-config.7:196
1045 msgid "B</var/lib/live/config/>"
1049 #: en/live-config.7:198
1055 #: en/live-config.7:200
1056 msgid "I<live-boot>(7)"
1060 #: en/live-config.7:202
1061 msgid "I<live-helper>(7)"
1065 #: en/live-config.7:203
1071 #: en/live-config.7:205
1073 "More information about live-config and the Debian Live project can be found "
1074 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
1075 "E<lt>I<http://live.debian.net/manual/>E<gt>."
1079 #: en/live-config.7:206
1085 #: en/live-config.7:208
1087 "Bugs can be reported by submitting a bugreport for the live-config package "
1088 "in the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or "
1089 "by writing a mail to the Debian Live mailing list at E<lt>I<debian-"
1090 "live@lists.debian.org>E<gt>."
1094 #: en/live-config.7:209
1100 #: en/live-config.7:210
1102 "live-config was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
1103 "the Debian project."