Releasing debian version 4.0~a8-1.
[live-boot-grml.git] / manpages / pot / persistence.conf.5.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-boot package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: live-boot VERSION\n"
10 "POT-Creation-Date: 2013-03-10 19:02+0100\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-boot.7:1 en/persistence.conf.5:1
21 #, no-wrap
22 msgid "LIVE-BOOT"
23 msgstr ""
24
25 #. type: TH
26 #: en/live-boot.7:1 en/persistence.conf.5:1
27 #, no-wrap
28 msgid "2013-03-10"
29 msgstr ""
30
31 #. type: TH
32 #: en/live-boot.7:1 en/persistence.conf.5:1
33 #, no-wrap
34 msgid "4.0~a8-1"
35 msgstr ""
36
37 #. type: TH
38 #: en/live-boot.7:1 en/persistence.conf.5:1
39 #, no-wrap
40 msgid "Debian Live Project"
41 msgstr ""
42
43 #. type: SH
44 #: en/live-boot.7:3 en/persistence.conf.5:3
45 #, no-wrap
46 msgid "NAME"
47 msgstr ""
48
49 #. type: SH
50 #: en/live-boot.7:6 en/persistence.conf.5:7
51 #, no-wrap
52 msgid "DESCRIPTION"
53 msgstr ""
54
55 #. type: SH
56 #: en/live-boot.7:28 en/persistence.conf.5:57
57 #, no-wrap
58 msgid "OPTIONS"
59 msgstr ""
60
61 #. type: SH
62 #: en/live-boot.7:154 en/persistence.conf.5:191
63 #, no-wrap
64 msgid "SEE ALSO"
65 msgstr ""
66
67 #. type: Plain text
68 #: en/live-boot.7:158 en/persistence.conf.5:195
69 msgid "I<live-build>(7)"
70 msgstr ""
71
72 #. type: Plain text
73 #: en/live-boot.7:160 en/persistence.conf.5:197
74 msgid "I<live-config>(7)"
75 msgstr ""
76
77 #. type: Plain text
78 #: en/live-boot.7:162 en/persistence.conf.5:199
79 msgid "I<live-tools>(7)"
80 msgstr ""
81
82 #. type: SH
83 #: en/live-boot.7:163 en/persistence.conf.5:200
84 #, no-wrap
85 msgid "HOMEPAGE"
86 msgstr ""
87
88 #. type: Plain text
89 #: en/live-boot.7:165 en/persistence.conf.5:204
90 msgid ""
91 "More information about live-boot and the Debian Live project can be found on "
92 "the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
93 "E<lt>I<http://live.debian.net/manual/>E<gt>."
94 msgstr ""
95
96 #. type: SH
97 #: en/live-boot.7:166 en/persistence.conf.5:205
98 #, no-wrap
99 msgid "BUGS"
100 msgstr ""
101
102 #. type: Plain text
103 #: en/live-boot.7:168 en/persistence.conf.5:210
104 msgid ""
105 "Bugs can be reported by submitting a bugreport for the live-boot package in "
106 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
107 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
108 "debian.org>E<gt>."
109 msgstr ""
110
111 #. type: SH
112 #: en/live-boot.7:169 en/persistence.conf.5:211
113 #, no-wrap
114 msgid "AUTHOR"
115 msgstr ""
116
117 #. type: Plain text
118 #: en/persistence.conf.5:6
119 msgid ""
120 "B<persistence.conf> - Configuration file for persistence media in live-boot"
121 msgstr ""
122
123 #. type: Plain text
124 #: en/persistence.conf.5:13
125 msgid ""
126 "If live-boot probes a persistence volume with the label (or GPT name, or "
127 "file name, but from now on we will just say \"label\") \"persistence\", that "
128 "volume's persistence is fully customizable through the B<persistence.conf> "
129 "file stored on the root of its file system. Any such labeled volume must "
130 "have such a file, or it will be ignored."
131 msgstr ""
132
133 #. type: Plain text
134 #: en/persistence.conf.5:17
135 msgid ""
136 "The format of B<persistence.conf> allows empty lines and lines starting with "
137 "a \"#\" (used for comments), both which will be ignored. A so called "
138 "\"custom mount\" has the format:"
139 msgstr ""
140
141 #. type: Plain text
142 #: en/persistence.conf.5:20
143 msgid "I<DIR> [I<OPTION>]..."
144 msgstr ""
145
146 #. type: Plain text
147 #: en/persistence.conf.5:24
148 msgid ""
149 "which roughly translates to \"make I<DIR> persistence in the way described "
150 "by the list of I<OPTION>s\"."
151 msgstr ""
152
153 #. type: Plain text
154 #: en/persistence.conf.5:35
155 msgid ""
156 "For each custom mount I<DIR> must be an absolute path that cannot contain "
157 "white spaces or the special . and .. path components, and cannot be /live "
158 "(or any of its sub-directories).  Once activated all changes (file deletion, "
159 "creation and modification) to I<DIR> on the live file system are stored "
160 "persistently into a path equivalent to I<DIR> on the persistence media, "
161 "called the source directory. The default way to achieve persistence is to "
162 "simply bind-mount the corresponding source directory to I<DIR>, but this can "
163 "be changed through the use of I<OPTION>s."
164 msgstr ""
165
166 #. type: Plain text
167 #: en/persistence.conf.5:48
168 msgid ""
169 "All custom mounts will be done in an order so that no two custom mounts can "
170 "\"hide\" each other. For instance, if we have the two I<DIR>:s /a and /a/b "
171 "it would always be the case that /a is mounted first, then /a/b. This "
172 "remains true no matter how the lines in B<persistence.conf> are ordered, or "
173 "if several B<persistence.conf> files on different persistence media are used "
174 "at the same time. However, it is forbidden for custom mounts to have their "
175 "source directory inside the source directory of another custom mount, so the "
176 "source directories that are auto-created by live-boot does not support "
177 "\"nested\" mounts like /a and /a/b on the same media. In this case you must "
178 "use the B<source> option (see below) to make sure that they are stored in "
179 "different source directories."
180 msgstr ""
181
182 #. type: Plain text
183 #: en/persistence.conf.5:56
184 msgid ""
185 "When a source directory doesn't exist on the persistence media for a certain "
186 "custom mount, it will be created automatically, and permissions and "
187 "ownership will be optimistically set according to I<DIR>. It will also be "
188 "bootstrapped by copying the contents of the I<DIR> into its source directory "
189 "on the persistence media. The bootstrapping will not happen when the B<link> "
190 "or B<union> options are used (see below)."
191 msgstr ""
192
193 #. type: Plain text
194 #: en/persistence.conf.5:60
195 msgid ""
196 "Custom mounts defined in B<persistence.conf> accept the following options in "
197 "a coma-separated list:"
198 msgstr ""
199
200 #. type: IP
201 #: en/persistence.conf.5:60
202 #, no-wrap
203 msgid "B<source>=I<PATH>"
204 msgstr ""
205
206 #. type: Plain text
207 #: en/persistence.conf.5:69
208 msgid ""
209 "When given, store the persistence changes into I<PATH> on the persistence "
210 "media. I<PATH> must be a relative path (with respect to the persistence "
211 "media root) that cannot contain white spaces or the special . or .. path "
212 "components, with the exception that it can be just . which means the "
213 "persistence media root. This option is mostly relevant if you want to nest "
214 "custom mounts, which otherwise would cause errors, or if you want to make "
215 "the whole media root available (similar to the now deprecated B<home-rw> "
216 "type of persistence)."
217 msgstr ""
218
219 #. type: Plain text
220 #: en/persistence.conf.5:72
221 msgid ""
222 "The following options are mutually exclusive (only the last given one will "
223 "be in effect):"
224 msgstr ""
225
226 #. type: IP
227 #: en/persistence.conf.5:72
228 #, no-wrap
229 msgid "B<bind>"
230 msgstr ""
231
232 #. type: Plain text
233 #: en/persistence.conf.5:74
234 msgid "Bind-mount the source directory to I<DIR>. This is the default."
235 msgstr ""
236
237 #. type: IP
238 #: en/persistence.conf.5:74
239 #, no-wrap
240 msgid "B<link>"
241 msgstr ""
242
243 #. type: Plain text
244 #: en/persistence.conf.5:83
245 msgid ""
246 "Create the directory structure of the source directory on the persistence "
247 "media in I<DIR> and create symbolic links from the corresponding place in "
248 "I<DIR> to each file in the source directory.  Existing files or directories "
249 "with the same name as any link will be overwritten. Note that deleting the "
250 "links in I<DIR> will only remove the link, not the corresponding file in the "
251 "source; removed links will reappear after a reboot. To permanently add or "
252 "delete a file one must do so directly in the source directory."
253 msgstr ""
254
255 #. type: Plain text
256 #: en/persistence.conf.5:91
257 msgid ""
258 "Effectively B<link> will make only files already in the source directory "
259 "persistent, not any other files in I<DIR>. These files must be manually "
260 "added to the source directory to make use of this option, and they will "
261 "appear in I<DIR> in addition to files already there. This option is useful "
262 "when only certain files need to be persistent, not the whole directory "
263 "they're in, e.g. some configuration files in a user's home directory."
264 msgstr ""
265
266 #. type: IP
267 #: en/persistence.conf.5:91
268 #, no-wrap
269 msgid "B<union>"
270 msgstr ""
271
272 #. type: Plain text
273 #: en/persistence.conf.5:101
274 msgid ""
275 "Save the rw branch of a union on the persistence media, so only the changes "
276 "are stored persistently. This can potentially reduce disk usage compared to "
277 "bind-mounts, and will not hide files added to the read-only media. One "
278 "caveat is that the union will use I<DIR> from the image's read-only file "
279 "system, not the real file system root, so files created after boot (e.g. by "
280 "live-config) will not appear in the union. This option will use the union "
281 "file system specified by live-boot's B<union> boot parameter, but is not "
282 "supported with B<union=unionmount>."
283 msgstr ""
284
285 #. type: SH
286 #: en/persistence.conf.5:102
287 #, no-wrap
288 msgid "DIRECTORIES"
289 msgstr ""
290
291 #. type: IP
292 #: en/persistence.conf.5:103
293 #, no-wrap
294 msgid "B</live/persistence>"
295 msgstr ""
296
297 #. type: Plain text
298 #: en/persistence.conf.5:109
299 msgid ""
300 "All persistence volumes will be mounted here (in a directory corresponding "
301 "to the device name). The B<persistence.conf> file can easily be edited "
302 "through this mount, as well as any source directories (which is especially "
303 "practical for custom mounts using the B<link> option)."
304 msgstr ""
305
306 #. type: SH
307 #: en/persistence.conf.5:110
308 #, no-wrap
309 msgid "EXAMPLES"
310 msgstr ""
311
312 #. type: Plain text
313 #: en/persistence.conf.5:115
314 msgid ""
315 "Let's say we have a persistence volume I<VOL> with the a B<persistence.conf> "
316 "file containing the following four lines (numbered for ease of reference):"
317 msgstr ""
318
319 #. type: TP
320 #: en/persistence.conf.5:115 en/persistence.conf.5:129
321 #, no-wrap
322 msgid "1."
323 msgstr ""
324
325 #. type: Plain text
326 #: en/persistence.conf.5:118
327 msgid "/home/user1 link,source=config-files/user1"
328 msgstr ""
329
330 #. type: TP
331 #: en/persistence.conf.5:118 en/persistence.conf.5:133
332 #, no-wrap
333 msgid "2."
334 msgstr ""
335
336 #. type: Plain text
337 #: en/persistence.conf.5:121
338 msgid "/home/user2 link,source=config-files/user2"
339 msgstr ""
340
341 #. type: TP
342 #: en/persistence.conf.5:121 en/persistence.conf.5:137
343 #, no-wrap
344 msgid "3."
345 msgstr ""
346
347 #. type: Plain text
348 #: en/persistence.conf.5:124
349 msgid "/home"
350 msgstr ""
351
352 #. type: TP
353 #: en/persistence.conf.5:124 en/persistence.conf.5:140
354 #, no-wrap
355 msgid "4."
356 msgstr ""
357
358 #. type: Plain text
359 #: en/persistence.conf.5:127
360 msgid "/usr union"
361 msgstr ""
362
363 #. type: Plain text
364 #: en/persistence.conf.5:129
365 msgid "The corresponding source directories are:"
366 msgstr ""
367
368 #. type: Plain text
369 #: en/persistence.conf.5:133
370 msgid ""
371 "I<VOL>/config-files/user1 (but it would be I<VOL>/home/user1 without the "
372 "B<source> option)"
373 msgstr ""
374
375 #. type: Plain text
376 #: en/persistence.conf.5:137
377 msgid ""
378 "I<VOL>/config-files/user2 (but it would be I<VOL>/home/user2 without the "
379 "B<source> option)"
380 msgstr ""
381
382 #. type: Plain text
383 #: en/persistence.conf.5:140
384 msgid "I<VOL>/home"
385 msgstr ""
386
387 #. type: Plain text
388 #: en/persistence.conf.5:143
389 msgid "I<VOL>/usr"
390 msgstr ""
391
392 #. type: Plain text
393 #: en/persistence.conf.5:146
394 msgid ""
395 "It was necessary to set the B<source> options for 1 and 2, since they "
396 "otherwise would become nested with 3's source, which is invalid."
397 msgstr ""
398
399 #. type: Plain text
400 #: en/persistence.conf.5:151
401 msgid ""
402 "Line 3 will be taken care of before line 1 and 2 in order to prevent custom "
403 "mounts 1 and 2 from being hidden by 3. When line 3 is handled, I<VOL>/home "
404 "is simply bind-mounted on /home. To illustrate what happens for lines 1 and "
405 "2, let's say that the following files exist:"
406 msgstr ""
407
408 #. type: TP
409 #: en/persistence.conf.5:151
410 #, no-wrap
411 msgid "a."
412 msgstr ""
413
414 #. type: Plain text
415 #: en/persistence.conf.5:154
416 msgid "I<VOL>/config-files/user1/.emacs"
417 msgstr ""
418
419 #. type: TP
420 #: en/persistence.conf.5:154
421 #, no-wrap
422 msgid "b."
423 msgstr ""
424
425 #. type: Plain text
426 #: en/persistence.conf.5:157
427 msgid "I<VOL>/config-files/user2/.bashrc"
428 msgstr ""
429
430 #. type: TP
431 #: en/persistence.conf.5:157
432 #, no-wrap
433 msgid "c."
434 msgstr ""
435
436 #. type: Plain text
437 #: en/persistence.conf.5:160
438 msgid "I<VOL>/config-files/user2/.ssh/config"
439 msgstr ""
440
441 #. type: Plain text
442 #: en/persistence.conf.5:162
443 msgid "Then the following links and directories will be created:"
444 msgstr ""
445
446 #. type: TP
447 #: en/persistence.conf.5:162 en/persistence.conf.5:165
448 #: en/persistence.conf.5:171
449 #, no-wrap
450 msgid "Link:"
451 msgstr ""
452
453 #. type: Plain text
454 #: en/persistence.conf.5:165
455 msgid "/home/user1/.emacs -E<gt> I<VOL>/config-files/user1/.emacs (from a)"
456 msgstr ""
457
458 #. type: Plain text
459 #: en/persistence.conf.5:168
460 msgid "/home/user2/.bashrc -E<gt> I<VOL>/config-files/user2/.bashrc (from b)"
461 msgstr ""
462
463 #. type: TP
464 #: en/persistence.conf.5:168
465 #, no-wrap
466 msgid "Dir:"
467 msgstr ""
468
469 #. type: Plain text
470 #: en/persistence.conf.5:171
471 msgid "/homea/user2/.ssh (from c)"
472 msgstr ""
473
474 #. type: Plain text
475 #: en/persistence.conf.5:175
476 msgid ""
477 "/home/user2/.ssh/config -E<gt> I<VOL>/config-files/user2/.ssh/config (from c)"
478 msgstr ""
479
480 #. type: Plain text
481 #: en/persistence.conf.5:181
482 msgid ""
483 "One could argue, though, that lines 1 and 2 in the example B<persistence."
484 "conf> file above are unnecessary since line 3 already would make all of /"
485 "home persistent. The B<link> option is intended for situations where you "
486 "don't want a complete directory to be persistent, only certain files in it "
487 "or its sub-directories."
488 msgstr ""
489
490 #. type: Plain text
491 #: en/persistence.conf.5:190
492 msgid ""
493 "Line 4 can be mounted at any time since its I<DIR> (and source directory) is "
494 "completely disjoint from all the other custom mounts. When mounted, I<VOL>/"
495 "usr will be the rw branch due to the B<union> option, and will only contain "
496 "the difference compared to the underlying read-only file system. Hence "
497 "packages could be installed into /usr with great space-wise efficiency "
498 "compared to bind-mounts, since in the latter case all of /usr would have to "
499 "be copied into I<VOL>/usr during the initial bootstrap."
500 msgstr ""
501
502 #. type: Plain text
503 #: en/persistence.conf.5:193
504 msgid "I<live-boot>(7)"
505 msgstr ""
506
507 #. type: Plain text
508 #: en/persistence.conf.5:213
509 msgid ""
510 "persistence.conf was written by anonym E<lt>I<anonym@lavabit.com>E<gt> for "
511 "the Debian project."
512 msgstr ""