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.
9 "Project-Id-Version: live-boot VERSION\n"
10 "POT-Creation-Date: 2010-06-10 12:37+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"
19 #: en/live-boot.7:1 en/live-snapshot.1:1
25 #: en/live-boot.7:1 en/live-snapshot.1:1
31 #: en/live-boot.7:1 en/live-snapshot.1:1
37 #: en/live-boot.7:1 en/live-snapshot.1:1
39 msgid "Debian Live Project"
43 #: en/live-boot.7:3 en/live-snapshot.1:3
49 #: en/live-boot.7:6 en/live-snapshot.1:17
55 #: en/live-boot.7:26 en/live-snapshot.1:20
61 #: en/live-boot.7:125 en/live-snapshot.1:43
63 msgid "B</etc/live.conf>"
67 #: en/live-boot.7:127 en/live-snapshot.1:45
69 "Some variables can be configured via this config file (inside the live "
74 #: en/live-boot.7:127 en/live-snapshot.1:45
76 msgid "B<live/filesystem.module>"
80 #: en/live-boot.7:129 en/live-snapshot.1:47
82 "This optional file (inside the live media) contains a list of white-space or "
83 "carriage-return-separated file names corresponding to disk images in the \"/"
84 "live\" directory. If this file exists, only images listed here will be "
85 "merged into the root aufs, and they will be loaded in the order listed here. "
86 "The first entry in this file will be the \"lowest\" point in the aufs, and "
87 "the last file in this list will be on the \"top\" of the aufs, directly "
88 "below /cow. Without this file, any images in the \"/live\" directory are "
89 "loaded in alphanumeric order."
93 #: en/live-boot.7:129 en/live-snapshot.1:47
95 msgid "B</etc/live-persistence.binds>"
99 #: en/live-boot.7:131 en/live-snapshot.1:49
101 "This optional file (which resides in the rootfs system, not in the live "
102 "media) is used as a list of directories which not need be persistent: ie. "
103 "their content does not need to survive reboots when using the persistence "
108 #: en/live-boot.7:134 en/live-snapshot.1:51
110 "This saves expensive writes and speeds up operations on volatile data such "
111 "as web caches and temporary files (like e.g. /tmp and .mozilla) which are "
112 "regenerated each time. This is achieved by bind mounting each listed "
113 "directory with a tmpfs on the original path."
117 #: en/live-boot.7:135 en/live-snapshot.1:42
123 #: en/live-boot.7:141 en/live-snapshot.1:52
129 #: en/live-boot.7:145 en/live-snapshot.1:56
130 msgid "I<live-config>(7)"
134 #: en/live-boot.7:147 en/live-snapshot.1:58
135 msgid "I<live-helper>(7)"
139 #: en/live-boot.7:148 en/live-snapshot.1:59
145 #: en/live-boot.7:150 en/live-snapshot.1:61
147 "More information about live-boot and the Debian Live project can be found on "
148 "the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
149 "E<lt>I<http://live.debian.net/manual/>E<gt>."
153 #: en/live-boot.7:151 en/live-snapshot.1:62
159 #: en/live-boot.7:153 en/live-snapshot.1:64
161 "Bugs can be reported by submitting a bugreport for the live-boot package in "
162 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
163 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
168 #: en/live-boot.7:154 en/live-snapshot.1:65
174 #: en/live-boot.7:155 en/live-snapshot.1:66
176 "live-boot was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
177 "the Debian project."
181 #: en/live-snapshot.1:5
182 msgid "B<live-snapshot> - simple script to ease persistence usage"
186 #: en/live-snapshot.1:6
192 #: en/live-snapshot.1:8
194 "B<live-snapshot> [-c|--cow I<DIRECTORY] [-d|--device DEVICE>] [-e|--exclude-"
195 "list I<FILE>] [-o|--output I<FILE>] [-t|--type I<TYPE>]"
199 #: en/live-snapshot.1:10
200 msgid "B<live-snapshot> [-r|--resync-string STRING]"
204 #: en/live-snapshot.1:12
205 msgid "B<live-snapshot> [-h|--help]"
209 #: en/live-snapshot.1:14
210 msgid "B<live-snapshot> [-u|--usage]"
214 #: en/live-snapshot.1:16
215 msgid "B<live-snapshot> [-v|--version]"
219 #: en/live-snapshot.1:19
221 "live-snapshot is a script which can be used to build the right types of "
222 "persistent image files supported by I<live-boot>(7). It is also used on exit "
223 "by the live-boot init script to resync the boot-found snapshots devices."
227 #: en/live-snapshot.1:21
229 msgid "-c, --cow I<DIRECTORY>"
233 #: en/live-snapshot.1:23
235 "specifies the input directory to be cloned in the image file. Its default "
236 "value \"/live/cow\" should be right for most uses. However it could be handy "
237 "to specify \"/home\" and type ext2 for the type to prepare an image file "
238 "suited to be directly mounted by live-boot as home."
242 #: en/live-snapshot.1:23
244 msgid "-d, --device I<DEVICE>"
248 #: en/live-snapshot.1:25
250 "sets the device where the media which the snapshot/persistence file/"
251 "partition will be put. If it is not specified, a tmpfs will be used and "
252 "linked to the user's desktop to move it where it is needed. If the device "
253 "has no filesystem, an ext2 fs will be automatically created and labelled "
254 "according to the values specified after the \"--output\" value or with a "
259 #: en/live-snapshot.1:25
261 msgid "-e, --exclude-list I<FILE>"
265 #: en/live-snapshot.1:27
267 "a file containing a list of filenames/paths that should not be saved. This "
268 "exclude list will be remebered on the target snapshot media for reuse."
272 #: en/live-snapshot.1:27
274 msgid "-o, --output I<FILE>"
278 #: en/live-snapshot.1:29
280 "the filename/label used for the output file/partition. If left blank, live-"
281 "snapshot will search for a proper file on the device or use the whole "
286 #: en/live-snapshot.1:29
288 msgid "-r, --resync-string I<STRING>"
292 #: en/live-snapshot.1:31
293 msgid "internally used on resyncs."
297 #: en/live-snapshot.1:31
299 msgid "-f, --refresh"
303 #: en/live-snapshot.1:33
305 "try to do the same operation that should be done at reboot or halt, "
306 "resyncing boot-time auto discovered snapshots. Useful to prevent a crash or "
311 #: en/live-snapshot.1:33
313 msgid "-t, --type I<TYPE>"
317 #: en/live-snapshot.1:35
319 "Type could be one of \"cpio\", \"squashfs\", \"ext2\", \"ext3\", \"ext4\", "
324 #: en/live-snapshot.1:35
330 #: en/live-snapshot.1:37
331 msgid "display help and exit."
335 #: en/live-snapshot.1:37
341 #: en/live-snapshot.1:39
342 msgid "show usage and exit."
346 #: en/live-snapshot.1:39
348 msgid "-v, --version"
352 #: en/live-snapshot.1:41
353 msgid "output version information and exit."
357 #: en/live-snapshot.1:54
358 msgid "I<live-boot>(1)"