Removing configure_init bottom script, live-config takes care about that now.
[live-boot-grml.git] / manpages / pot / live-boot.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-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: 2010-06-07 15: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"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
16 "Content-Transfer-Encoding: ENCODING"
17
18 #. type: TH
19 #: en/live-boot.7:1 en/live-snapshot.1:1
20 #, no-wrap
21 msgid "LIVE-BOOT"
22 msgstr ""
23
24 #. type: TH
25 #: en/live-boot.7:1 en/live-snapshot.1:1
26 #, no-wrap
27 msgid "2010-06-07"
28 msgstr ""
29
30 #. type: TH
31 #: en/live-boot.7:1 en/live-snapshot.1:1
32 #, no-wrap
33 msgid "2.0~a5"
34 msgstr ""
35
36 #. type: TH
37 #: en/live-boot.7:1 en/live-snapshot.1:1
38 #, no-wrap
39 msgid "Debian Live Project"
40 msgstr ""
41
42 #. type: SH
43 #: en/live-boot.7:3 en/live-snapshot.1:3
44 #, no-wrap
45 msgid "NAME"
46 msgstr ""
47
48 #. type: Plain text
49 #: en/live-boot.7:5
50 msgid "B<live-boot> - System Boot Scripts"
51 msgstr ""
52
53 #. type: SH
54 #: en/live-boot.7:6 en/live-snapshot.1:17
55 #, no-wrap
56 msgid "DESCRIPTION"
57 msgstr ""
58
59 #. type: Plain text
60 #: en/live-boot.7:8
61 msgid ""
62 "B<live-boot> contains the scripts that configure a Debian Live system during "
63 "the boot process (early userspace)."
64 msgstr ""
65
66 #.  FIXME
67 #. type: Plain text
68 #: en/live-boot.7:11
69 msgid ""
70 "live-boot is a hook for the initramfs-tools, used to generate a initramfs "
71 "capable to boot live systems, such as those created by I<live-helper>(7). "
72 "This includes the Debian Live isos, netboot tarballs, and usb stick images."
73 msgstr ""
74
75 #.  FIXME
76 #. type: Plain text
77 #: en/live-boot.7:14
78 msgid ""
79 "At boot time it will look for a (read-only) media containing a \"/live\" "
80 "directory where a root filesystems (often a compressed filesystem image like "
81 "squashfs) is stored. If found, it will create a writable environment, using "
82 "aufs, for Debian like systems to boot from."
83 msgstr ""
84
85 #. type: SH
86 #: en/live-boot.7:15
87 #, no-wrap
88 msgid "CONFIGURATION"
89 msgstr ""
90
91 #. type: Plain text
92 #: en/live-boot.7:17
93 msgid ""
94 "B<live-boot> can be configured through a boot parameter or a configuration "
95 "file."
96 msgstr ""
97
98 #. type: SS
99 #: en/live-boot.7:18
100 #, no-wrap
101 msgid "Kernel Parameters"
102 msgstr ""
103
104 #. type: Plain text
105 #: en/live-boot.7:20
106 msgid ""
107 "B<live-boot> is only activated if 'boot=live' was used as a kernel parameter."
108 msgstr ""
109
110 #. type: Plain text
111 #: en/live-boot.7:22
112 msgid ""
113 "In addition, there are some more boot parameters to influence the behaviour, "
114 "see below."
115 msgstr ""
116
117 #. type: SS
118 #: en/live-boot.7:23
119 #, no-wrap
120 msgid "Configuration Files"
121 msgstr ""
122
123 #. type: Plain text
124 #: en/live-boot.7:25
125 msgid ""
126 "B<live-boot> can be configured (but not activated) through configuration "
127 "files. Those files can be placed either in the root filesystem itself (/etc/"
128 "live/boot.conf, /etc/live/boot.conf.d/), or on the live media (live/boot."
129 "conf, live/boot.conf.d/)."
130 msgstr ""
131
132 #. type: SH
133 #: en/live-boot.7:26 en/live-snapshot.1:20
134 #, no-wrap
135 msgid "OPTIONS"
136 msgstr ""
137
138 #.  FIXME
139 #. type: Plain text
140 #: en/live-boot.7:29
141 msgid "B<live-boot> currently features the following parameters."
142 msgstr ""
143
144 #. type: IP
145 #: en/live-boot.7:29
146 #, no-wrap
147 msgid "B<access>=I<ACCESS>"
148 msgstr ""
149
150 #. type: Plain text
151 #: en/live-boot.7:31
152 msgid ""
153 "Set the accessibility level for physically or visually impared users. ACCESS "
154 "must be one of v1, v2, v3, m1, or m2. v1=lesser visual impairment, "
155 "v2=moderate visual impairment, v3=blindness, m1=minor motor difficulties, "
156 "m2=moderate motor difficulties."
157 msgstr ""
158
159 #. type: IP
160 #: en/live-boot.7:31
161 #, no-wrap
162 msgid "B<console>=I<TTY,SPEED>"
163 msgstr ""
164
165 #. type: Plain text
166 #: en/live-boot.7:33
167 msgid ""
168 "Set the default console to be used with the \"live-getty\" option. Example: "
169 "\"console=ttyS0,115200\""
170 msgstr ""
171
172 #. type: IP
173 #: en/live-boot.7:33
174 #, no-wrap
175 msgid "B<debug>"
176 msgstr ""
177
178 #. type: Plain text
179 #: en/live-boot.7:35
180 msgid "Makes initramfs boot process more verbose."
181 msgstr ""
182
183 #. type: Plain text
184 #: en/live-boot.7:37
185 msgid "Use: debug=1"
186 msgstr ""
187
188 #. type: Plain text
189 #: en/live-boot.7:39
190 msgid "Without setting debug to a value the messages may not be shown."
191 msgstr ""
192
193 #. type: IP
194 #: en/live-boot.7:39
195 #, no-wrap
196 msgid "B<fetch>=I<URL>"
197 msgstr ""
198
199 #. type: IP
200 #: en/live-boot.7:40
201 #, no-wrap
202 msgid "B<httpfs>=I<URL>"
203 msgstr ""
204
205 #. type: Plain text
206 #: en/live-boot.7:48
207 msgid ""
208 "Another form of netboot by downloading a squashfs image from a given url.  "
209 "The fetch method copies the image to ram and the httpfs method uses fuse and "
210 "httpfs2 to mount the image in place. Copying to ram requires more memory and "
211 "might take a long time for large images. However, it is more likely to work "
212 "correctly because it does not require networking afterwards and the system "
213 "operates faster once booted because it does not require to contact the "
214 "server anymore."
215 msgstr ""
216
217 #. type: Plain text
218 #: en/live-boot.7:50
219 msgid ""
220 "Due to current limitations in busyboxs wget and DNS resolution, an URL can "
221 "not contain a hostname but an IP only."
222 msgstr ""
223
224 #. type: Plain text
225 #: en/live-boot.7:52
226 msgid "Not working: http://example.com/path/to/your_filesystem.squashfs"
227 msgstr ""
228
229 #. type: Plain text
230 #: en/live-boot.7:54
231 msgid "Working: http://1.2.3.4/path/to/your_filesystem.squashfs"
232 msgstr ""
233
234 #. type: Plain text
235 #: en/live-boot.7:56
236 msgid ""
237 "Also note that therefore it's currently not possible to fetch an image from "
238 "a namebased virtualhost of an httpd if it is sharing the ip with the main "
239 "httpd instance."
240 msgstr ""
241
242 #. type: Plain text
243 #: en/live-boot.7:58
244 msgid "You may also use the live iso image in place of the squashfs image."
245 msgstr ""
246
247 #. type: IP
248 #: en/live-boot.7:58
249 #, no-wrap
250 msgid "B<ignore_uuid>"
251 msgstr ""
252
253 #. type: Plain text
254 #: en/live-boot.7:60
255 msgid ""
256 "Do not check that any UUID embedded in the initramfs matches the discovered "
257 "medium. live-boot may be told to generate a UUID by setting "
258 "LIVE_GENERATE_UUID=1 when building the initramfs."
259 msgstr ""
260
261 #. type: IP
262 #: en/live-boot.7:60
263 #, no-wrap
264 msgid "B<integrity-check>"
265 msgstr ""
266
267 #. type: Plain text
268 #: en/live-boot.7:62
269 msgid ""
270 "If specified, an MD5 sum is calculated on the live media during boot and "
271 "compared to the value found in md5sum.txt found in the root directory of the "
272 "live media."
273 msgstr ""
274
275 #. type: IP
276 #: en/live-boot.7:62
277 #, no-wrap
278 msgid "B<ip>=[I<CLIENT_IP>]:[I<SERVER_IP>]:[I<GATEWAY_IP>]:[I<NETMASK>]:[I<HOSTNAME>]:[I<DEVICE>]:[I<AUTOCONF>] [,[I<CLIENT_IP>]:[I<SERVER_IP>]:[I<GATEWAY_IP>]:[I<NETMASK>]:[I<HOSTNAME>]:[I<DEVICE>]:[I<AUTOCONF>]]"
279 msgstr ""
280
281 #. type: Plain text
282 #: en/live-boot.7:64
283 msgid ""
284 "Let you specify the name(s) and the options of the interface(s) that should "
285 "be configured at boot time. Do not specify this if you want to use dhcp "
286 "(default). It will be changed in a future release to mimick official kernel "
287 "boot param specification (e.g. ip=10.0.0.1::10.0.0.254:255.255.255.0::"
288 "eth0,:::::eth1:dhcp)."
289 msgstr ""
290
291 #. type: IP
292 #: en/live-boot.7:64
293 #, no-wrap
294 msgid "B<ip>=[I<frommedia>]"
295 msgstr ""
296
297 #. type: Plain text
298 #: en/live-boot.7:66
299 msgid ""
300 "If this variable is set, dhcp and static configuration are just skipped and "
301 "the system will use the (must be) media-preconfigured /etc/network/"
302 "interfaces instead."
303 msgstr ""
304
305 #. type: IP
306 #: en/live-boot.7:66
307 #, no-wrap
308 msgid "{B<live-media>|B<bootfrom>}=I<DEVICE>"
309 msgstr ""
310
311 #. type: Plain text
312 #: en/live-boot.7:68
313 msgid ""
314 "If you specify one of this two equivalent forms, live-boot will first try to "
315 "find this device for the \"/live\" directory where the read-only root "
316 "filesystem should reside. If it did not find something usable, the normal "
317 "scan for block devices is performed."
318 msgstr ""
319
320 #. type: Plain text
321 #: en/live-boot.7:70
322 msgid ""
323 "Instead of specifing an actual device name, the keyword 'removable' can be "
324 "used to limit the search of acceptable live media to removable type only. "
325 "Note that if you want to further restrict the media to usb mass storage "
326 "only, you can use the 'removable-usb' keyword."
327 msgstr ""
328
329 #. type: IP
330 #: en/live-boot.7:70
331 #, no-wrap
332 msgid "{B<live-media-encryption>|B<encryption>}=I<TYPE>"
333 msgstr ""
334
335 #. type: Plain text
336 #: en/live-boot.7:72
337 msgid ""
338 "live-boot will mount the encrypted rootfs TYPE, asking the passphrase, "
339 "useful to build paranoid live systems :-). TYPE supported so far are \"aes\" "
340 "for loop-aes encryption type."
341 msgstr ""
342
343 #. type: IP
344 #: en/live-boot.7:72
345 #, no-wrap
346 msgid "B<live-media-offset>=I<BYTES>"
347 msgstr ""
348
349 #. type: Plain text
350 #: en/live-boot.7:74
351 msgid ""
352 "This way you could tell live-boot that your image starts at offset BYTES in "
353 "the above specified or autodiscovered device, this could be useful to hide "
354 "the Debian Live iso or image inside another iso or image, to create \"clean"
355 "\" images."
356 msgstr ""
357
358 #. type: IP
359 #: en/live-boot.7:74
360 #, no-wrap
361 msgid "B<live-media-path>=I<PATH>"
362 msgstr ""
363
364 #. type: Plain text
365 #: en/live-boot.7:76
366 msgid ""
367 "Sets the path to the live filesystem on the medium. By default, it is set to "
368 "'/live' and you should not change that unless you have customized your media "
369 "accordingly."
370 msgstr ""
371
372 #. type: IP
373 #: en/live-boot.7:76
374 #, no-wrap
375 msgid "B<live-media-timeout>=I<SECONDS>"
376 msgstr ""
377
378 #. type: Plain text
379 #: en/live-boot.7:78
380 msgid ""
381 "Set the timeout in seconds for the device specified by \"live-media=\" to "
382 "become ready before giving up."
383 msgstr ""
384
385 #. type: IP
386 #: en/live-boot.7:78
387 #, no-wrap
388 msgid "B<module>=I<NAME>"
389 msgstr ""
390
391 #. type: Plain text
392 #: en/live-boot.7:80
393 msgid ""
394 "Instead of using the default optional file \"filesystem.module\" (see below) "
395 "another file could be specified without the extension \".module\"; it should "
396 "be placed on \"/live\" directory of the live medium."
397 msgstr ""
398
399 #. type: IP
400 #: en/live-boot.7:80
401 #, no-wrap
402 msgid "B<netboot>[=nfs|cifs]"
403 msgstr ""
404
405 #. type: Plain text
406 #: en/live-boot.7:82
407 msgid ""
408 "This tells live-boot to perform a network mount. The parameter \"nfsroot="
409 "\" (with optional \"nfsopts=\"), should specify where is the location of the "
410 "root filesystem.  With no args, will try cifs first, and if it fails nfs."
411 msgstr ""
412
413 #. type: IP
414 #: en/live-boot.7:82
415 #, no-wrap
416 msgid "B<nfsopts>="
417 msgstr ""
418
419 #. type: Plain text
420 #: en/live-boot.7:84
421 msgid "This lets you specify custom nfs options."
422 msgstr ""
423
424 #. type: IP
425 #: en/live-boot.7:84
426 #, no-wrap
427 msgid "B<nofastboot>"
428 msgstr ""
429
430 #. type: Plain text
431 #: en/live-boot.7:86
432 msgid ""
433 "This parameter disables the default disabling of filesystem checks in /etc/"
434 "fstab. If you have static filesystems on your harddisk and you want them to "
435 "be checked at boot time, use this parameter, otherwise they are skipped."
436 msgstr ""
437
438 #. type: IP
439 #: en/live-boot.7:86
440 #, no-wrap
441 msgid "B<nopersistent>"
442 msgstr ""
443
444 #. type: Plain text
445 #: en/live-boot.7:88
446 msgid ""
447 "disables the \"persistent\" feature, useful if the bootloader (like "
448 "syslinux) has been installed with persistent enabled."
449 msgstr ""
450
451 #. type: IP
452 #: en/live-boot.7:88
453 #, no-wrap
454 msgid "B<noprompt>"
455 msgstr ""
456
457 #. type: Plain text
458 #: en/live-boot.7:90
459 msgid "Do not prompt to eject the CD or remove the USB flash drive on reboot."
460 msgstr ""
461
462 #. type: IP
463 #: en/live-boot.7:90
464 #, no-wrap
465 msgid "B<swapon>"
466 msgstr ""
467
468 #. type: Plain text
469 #: en/live-boot.7:92
470 msgid "This parameter enables usage of local swap partitions."
471 msgstr ""
472
473 #. type: IP
474 #: en/live-boot.7:92
475 #, no-wrap
476 msgid "B<noxautoconfig>"
477 msgstr ""
478
479 #. type: Plain text
480 #: en/live-boot.7:94
481 msgid ""
482 "This parameter disables Xorg auto-reconfiguration at boot time. This is "
483 "valuable if you either do the detection on your own, or, if you want to ship "
484 "a custom, premade xorg.conf in your live system."
485 msgstr ""
486
487 #. type: IP
488 #: en/live-boot.7:94
489 #, no-wrap
490 msgid "B<persistent>[=nofiles]"
491 msgstr ""
492
493 #. type: Plain text
494 #: en/live-boot.7:96
495 msgid ""
496 "live-boot will look for persistent and snapshot partitions or files labeled "
497 "\"live-rw\", \"home-rw\", and files called \"live-sn*\", \"home-sn*\" and "
498 "will try to, in order: mount as /cow the first, mount the second in /home, "
499 "and just copy the contents of the latter in appropriate locations "
500 "(snapshots). Snapshots will be tried to be updated on reboot/shutdown. Look "
501 "at live-snapshot(1) for more informations. If \"nofiles\" is specified, only "
502 "filesystems with matching labels will be searched; no filesystems will be "
503 "traversed looking for archives or image files. This results in shorter boot "
504 "times."
505 msgstr ""
506
507 #. type: IP
508 #: en/live-boot.7:96
509 #, no-wrap
510 msgid "B<persistent-path>=I<PATH>"
511 msgstr ""
512
513 #. type: Plain text
514 #: en/live-boot.7:98
515 msgid ""
516 "live-boot will look for persistency files in the root directory of a "
517 "partition, with this parameter, the path can be configured so that you can "
518 "have multiple directories on the same partition to store persistency files."
519 msgstr ""
520
521 #. type: IP
522 #: en/live-boot.7:98
523 #, no-wrap
524 msgid "{B<preseed/file>|B<file>}=I<FILE>"
525 msgstr ""
526
527 #. type: Plain text
528 #: en/live-boot.7:100
529 msgid ""
530 "A path to a file present on the rootfs could be used to preseed debconf "
531 "database."
532 msgstr ""
533
534 #. type: IP
535 #: en/live-boot.7:100
536 #, no-wrap
537 msgid "B<package/question>=I<VALUE>"
538 msgstr ""
539
540 #. type: Plain text
541 #: en/live-boot.7:102
542 msgid ""
543 "All debian installed packages could be preseeded from command-line that way, "
544 "beware of blanks spaces, they will interfere with parsing, use a preseed "
545 "file in this case."
546 msgstr ""
547
548 #. type: IP
549 #: en/live-boot.7:102
550 #, no-wrap
551 msgid "B<quickreboot>"
552 msgstr ""
553
554 #. type: Plain text
555 #: en/live-boot.7:104
556 msgid ""
557 "This option causes live-boot to reboot without attempting to eject the media "
558 "and without asking the user to remove the boot media."
559 msgstr ""
560
561 #. type: IP
562 #: en/live-boot.7:104
563 #, no-wrap
564 msgid "B<showmounts>"
565 msgstr ""
566
567 #. type: Plain text
568 #: en/live-boot.7:106
569 msgid ""
570 "This parameter will make live-boot to show on \"/\" the ro filesystems "
571 "(mostly compressed) on \"/live\". This is not enabled by default because "
572 "could lead to problems by applications like \"mono\" which store binary "
573 "paths on installation."
574 msgstr ""
575
576 #. type: IP
577 #: en/live-boot.7:106
578 #, no-wrap
579 msgid "B<silent>"
580 msgstr ""
581
582 #. type: Plain text
583 #: en/live-boot.7:108
584 msgid ""
585 "If you boot with the normal quiet parameter, live-boot hides most messages "
586 "of its own. When adding silent, it hides all."
587 msgstr ""
588
589 #. type: IP
590 #: en/live-boot.7:108
591 #, no-wrap
592 msgid "B<textonly>"
593 msgstr ""
594
595 #. type: Plain text
596 #: en/live-boot.7:110
597 msgid ""
598 "Start up to text-mode shell prompts, disabling the graphical user interface."
599 msgstr ""
600
601 #. type: IP
602 #: en/live-boot.7:110
603 #, no-wrap
604 msgid "B<todisk>=I<DEVICE>"
605 msgstr ""
606
607 #. type: Plain text
608 #: en/live-boot.7:112
609 msgid ""
610 "Adding this parameter, live-boot will try to copy the entire read-only media "
611 "to the specified device before mounting the root filesystem. It probably "
612 "needs a lot of free space. Subsequent boots should then skip this step and "
613 "just specify the \"live-media=DEVICE\" boot parameter with the same DEVICE "
614 "used this time."
615 msgstr ""
616
617 #. type: IP
618 #: en/live-boot.7:112
619 #, no-wrap
620 msgid "B<toram>"
621 msgstr ""
622
623 #. type: Plain text
624 #: en/live-boot.7:114
625 msgid ""
626 "Adding this parameter, live-boot will try to copy the whole read-only media "
627 "to the computer's RAM before mounting the root filesystem. This could need a "
628 "lot of ram, according to the space used by the read-only media."
629 msgstr ""
630
631 #. type: IP
632 #: en/live-boot.7:114
633 #, no-wrap
634 msgid "B<union>=aufs|unionfs"
635 msgstr ""
636
637 #. type: Plain text
638 #: en/live-boot.7:116
639 msgid ""
640 "By default, live-boot uses aufs. With this parameter, you can switch to "
641 "unionfs."
642 msgstr ""
643
644 #. type: IP
645 #: en/live-boot.7:116
646 #, no-wrap
647 msgid "B<xdebconf>"
648 msgstr ""
649
650 #. type: Plain text
651 #: en/live-boot.7:118
652 msgid ""
653 "Uses xdebconfigurator, if present on the rootfs, to configure X instead of "
654 "the standard procedure (experimental)."
655 msgstr ""
656
657 #. type: IP
658 #: en/live-boot.7:118
659 #, no-wrap
660 msgid "B<xvideomode>=I<RESOLUTION>"
661 msgstr ""
662
663 #.  FIXME
664 #. type: Plain text
665 #: en/live-boot.7:121
666 msgid "Doesn't do xorg autodetection, but enforces a given resolution."
667 msgstr ""
668
669 #.  FIXME
670 #. type: SH
671 #: en/live-boot.7:123
672 #, no-wrap
673 msgid "FILES (old)"
674 msgstr ""
675
676 #. type: IP
677 #: en/live-boot.7:124 en/live-snapshot.1:43
678 #, no-wrap
679 msgid "B</etc/live.conf>"
680 msgstr ""
681
682 #. type: Plain text
683 #: en/live-boot.7:126 en/live-snapshot.1:45
684 msgid ""
685 "Some variables can be configured via this config file (inside the live "
686 "system)."
687 msgstr ""
688
689 #. type: IP
690 #: en/live-boot.7:126 en/live-snapshot.1:45
691 #, no-wrap
692 msgid "B<live/filesystem.module>"
693 msgstr ""
694
695 #. type: Plain text
696 #: en/live-boot.7:128 en/live-snapshot.1:47
697 msgid ""
698 "This optional file (inside the live media) contains a list of white-space or "
699 "carriage-return-separated file names corresponding to disk images in the \"/"
700 "live\" directory. If this file exists, only images listed here will be "
701 "merged into the root aufs, and they will be loaded in the order listed here. "
702 "The first entry in this file will be the \"lowest\" point in the aufs, and "
703 "the last file in this list will be on the \"top\" of the aufs, directly "
704 "below /cow.  Without this file, any images in the \"/live\" directory are "
705 "loaded in alphanumeric order."
706 msgstr ""
707
708 #. type: IP
709 #: en/live-boot.7:128 en/live-snapshot.1:47
710 #, no-wrap
711 msgid "B</etc/live-persistence.binds>"
712 msgstr ""
713
714 #. type: Plain text
715 #: en/live-boot.7:130 en/live-snapshot.1:49
716 msgid ""
717 "This optional file (which resides in the rootfs system, not in the live "
718 "media) is used as a list of directories which not need be persistent: ie. "
719 "their content does not need to survive reboots when using the persistence "
720 "features."
721 msgstr ""
722
723 #. type: Plain text
724 #: en/live-boot.7:133 en/live-snapshot.1:51
725 msgid ""
726 "This saves expensive writes and speeds up operations on volatile data such "
727 "as web caches and temporary files (like e.g. /tmp and .mozilla) which are "
728 "regenerated each time. This is achieved by bind mounting each listed "
729 "directory with a tmpfs on the original path."
730 msgstr ""
731
732 #. type: SH
733 #: en/live-boot.7:134 en/live-snapshot.1:42
734 #, no-wrap
735 msgid "FILES"
736 msgstr ""
737
738 #. type: IP
739 #: en/live-boot.7:135
740 #, no-wrap
741 msgid "B</etc/live/boot.conf>"
742 msgstr ""
743
744 #. type: IP
745 #: en/live-boot.7:136
746 #, no-wrap
747 msgid "B</etc/live/boot.conf.d/>"
748 msgstr ""
749
750 #. type: IP
751 #: en/live-boot.7:137
752 #, no-wrap
753 msgid "B<live/boot.conf>"
754 msgstr ""
755
756 #. type: IP
757 #: en/live-boot.7:138
758 #, no-wrap
759 msgid "B<live/boot.conf.d/>"
760 msgstr ""
761
762 #. type: SH
763 #: en/live-boot.7:140 en/live-snapshot.1:52
764 #, no-wrap
765 msgid "SEE ALSO"
766 msgstr ""
767
768 #. type: Plain text
769 #: en/live-boot.7:142
770 msgid "I<live-snapshot>(1)"
771 msgstr ""
772
773 #. type: Plain text
774 #: en/live-boot.7:144 en/live-snapshot.1:56
775 msgid "I<live-config>(7)"
776 msgstr ""
777
778 #. type: Plain text
779 #: en/live-boot.7:146 en/live-snapshot.1:58
780 msgid "I<live-helper>(7)"
781 msgstr ""
782
783 #. type: SH
784 #: en/live-boot.7:147 en/live-snapshot.1:59
785 #, no-wrap
786 msgid "HOMEPAGE"
787 msgstr ""
788
789 #. type: Plain text
790 #: en/live-boot.7:149 en/live-snapshot.1:61
791 msgid ""
792 "More information about live-boot and the Debian Live project can be found on "
793 "the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
794 "E<lt>I<http://live.debian.net/manual/>E<gt>."
795 msgstr ""
796
797 #. type: SH
798 #: en/live-boot.7:150 en/live-snapshot.1:62
799 #, no-wrap
800 msgid "BUGS"
801 msgstr ""
802
803 #. type: Plain text
804 #: en/live-boot.7:152 en/live-snapshot.1:64
805 msgid ""
806 "Bugs can be reported by submitting a bugreport for the live-boot package in "
807 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
808 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
809 "debian.org>E<gt>."
810 msgstr ""
811
812 #. type: SH
813 #: en/live-boot.7:153 en/live-snapshot.1:65
814 #, no-wrap
815 msgid "AUTHOR"
816 msgstr ""
817
818 #. type: Plain text
819 #: en/live-boot.7:154 en/live-snapshot.1:66
820 msgid ""
821 "live-boot was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
822 "the Debian project."
823 msgstr ""