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-05 14:11+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
50 msgid "B<live-boot> - System Boot Scripts"
54 #: en/live-boot.7:6 en/live-snapshot.1:17
62 "B<live-boot> contains the scripts that configure a Debian Live system during "
63 "the boot process (early userspace)."
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."
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."
94 "B<live-boot> can be configured through a boot parameter or a configuration "
101 msgid "Kernel Parameters"
107 "B<live-boot> is only activated if 'boot=live' was used as a kernel parameter."
113 "In addition, there are some more boot parameters to influence the behaviour, "
120 msgid "Configuration Files"
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/)."
133 #: en/live-boot.7:26 en/live-snapshot.1:20
141 msgid "B<live-boot> currently features the following parameters."
147 msgid "B<access>=I<ACCESS>"
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."
162 msgid "B<console>=I<TTY,SPEED>"
168 "Set the default console to be used with the \"live-getty\" option. Example: "
169 "\"console=ttyS0,115200\""
180 msgid "Makes initramfs boot process more verbose."
190 msgid "Without setting debug to a value the messages may not be shown."
196 msgid "B<fetch>=I<URL>"
202 msgid "B<httpfs>=I<URL>"
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 "
220 "Due to current limitations in busyboxs wget and DNS resolution, an URL can "
221 "not contain a hostname but an IP only."
226 msgid "Not working: http://example.com/path/to/your_filesystem.squashfs"
231 msgid "Working: http://1.2.3.4/path/to/your_filesystem.squashfs"
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 "
244 msgid "You may also use the live iso image in place of the squashfs image."
250 msgid "B<ignore_uuid>"
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."
264 msgid "B<integrity-check>"
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 "
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>]]"
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)."
294 msgid "B<ip>=[I<frommedia>]"
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."
308 msgid "{B<keyb>|B<kbd-chooser/method>}=I<KEYBOARD>, {B<klayout>|B<console-setup/layoutcode>}=I<LAYOUT>, {B<kvariant>|B<console-setup/variantcode>}=I<VARIANT>, {B<kmodel>I<|>B<console-setup/modelcode>}=I<CODE>, B<koptions>=I<OPTIONS>"
314 "Configure the running keyboard as specified, if this one misses live-boot "
315 "behaves as if \"keyb=us\" was specified. It will be interfered from \"locale="
316 "\" if locale is only 2 lowecase letters as a special case. You could also "
317 "specify console layout, variant, code, and options (no defaults)."
323 msgid "B<live-getty>"
329 "This changes the auto-login on virtual terminals to use the (experimental) "
330 "live-getty code. With this option set the standard kernel argument \"console="
331 "\" is parsed and if a serial console is specified then live-getty is used to "
332 "autologin on the serial console."
338 msgid "{B<live-media>|B<bootfrom>}=I<DEVICE>"
344 "If you specify one of this two equivalent forms, live-boot will first try to "
345 "find this device for the \"/live\" directory where the read-only root "
346 "filesystem should reside. If it did not find something usable, the normal "
347 "scan for block devices is performed."
353 "Instead of specifing an actual device name, the keyword 'removable' can be "
354 "used to limit the search of acceptable live media to removable type only. "
355 "Note that if you want to further restrict the media to usb mass storage "
356 "only, you can use the 'removable-usb' keyword."
362 msgid "{B<live-media-encryption>|B<encryption>}=I<TYPE>"
368 "live-boot will mount the encrypted rootfs TYPE, asking the passphrase, "
369 "useful to build paranoid live systems :-). TYPE supported so far are \"aes\" "
370 "for loop-aes encryption type."
376 msgid "B<live-media-offset>=I<BYTES>"
382 "This way you could tell live-boot that your image starts at offset BYTES in "
383 "the above specified or autodiscovered device, this could be useful to hide "
384 "the Debian Live iso or image inside another iso or image, to create \"clean"
391 msgid "B<live-media-path>=I<PATH>"
397 "Sets the path to the live filesystem on the medium. By default, it is set to "
398 "'/live' and you should not change that unless you have customized your media "
405 msgid "B<live-media-timeout>=I<SECONDS>"
411 "Set the timeout in seconds for the device specified by \"live-media=\" to "
412 "become ready before giving up."
418 msgid "B<module>=I<NAME>"
424 "Instead of using the default optional file \"filesystem.module\" (see below) "
425 "another file could be specified without the extension \".module\"; it should "
426 "be placed on \"/live\" directory of the live medium."
432 msgid "B<netboot>[=nfs|cifs]"
438 "This tells live-boot to perform a network mount. The parameter \"nfsroot="
439 "\" (with optional \"nfsopts=\"), should specify where is the location of the "
440 "root filesystem. With no args, will try cifs first, and if it fails nfs."
451 msgid "This lets you specify custom nfs options."
457 msgid "B<nofastboot>"
463 "This parameter disables the default disabling of filesystem checks in /etc/"
464 "fstab. If you have static filesystems on your harddisk and you want them to "
465 "be checked at boot time, use this parameter, otherwise they are skipped."
471 msgid "B<nopersistent>"
477 "disables the \"persistent\" feature, useful if the bootloader (like "
478 "syslinux) has been installed with persistent enabled."
489 msgid "Do not prompt to eject the CD or remove the USB flash drive on reboot."
500 msgid "This parameter enables usage of local swap partitions."
506 msgid "B<noxautoconfig>"
512 "This parameter disables Xorg auto-reconfiguration at boot time. This is "
513 "valuable if you either do the detection on your own, or, if you want to ship "
514 "a custom, premade xorg.conf in your live system."
520 msgid "B<persistent>[=nofiles]"
524 #: en/live-boot.7:100
526 "live-boot will look for persistent and snapshot partitions or files labeled "
527 "\"live-rw\", \"home-rw\", and files called \"live-sn*\", \"home-sn*\" and "
528 "will try to, in order: mount as /cow the first, mount the second in /home, "
529 "and just copy the contents of the latter in appropriate locations "
530 "(snapshots). Snapshots will be tried to be updated on reboot/shutdown. Look "
531 "at live-snapshot(1) for more informations. If \"nofiles\" is specified, only "
532 "filesystems with matching labels will be searched; no filesystems will be "
533 "traversed looking for archives or image files. This results in shorter boot "
538 #: en/live-boot.7:100
540 msgid "B<persistent-path>=I<PATH>"
544 #: en/live-boot.7:102
546 "live-boot will look for persistency files in the root directory of a "
547 "partition, with this parameter, the path can be configured so that you can "
548 "have multiple directories on the same partition to store persistency files."
552 #: en/live-boot.7:102
554 msgid "{B<preseed/file>|B<file>}=I<FILE>"
558 #: en/live-boot.7:104
560 "A path to a file present on the rootfs could be used to preseed debconf "
565 #: en/live-boot.7:104
567 msgid "B<package/question>=I<VALUE>"
571 #: en/live-boot.7:106
573 "All debian installed packages could be preseeded from command-line that way, "
574 "beware of blanks spaces, they will interfere with parsing, use a preseed "
579 #: en/live-boot.7:106
581 msgid "B<quickreboot>"
585 #: en/live-boot.7:108
587 "This option causes live-boot to reboot without attempting to eject the media "
588 "and without asking the user to remove the boot media."
592 #: en/live-boot.7:108
594 msgid "B<showmounts>"
598 #: en/live-boot.7:110
600 "This parameter will make live-boot to show on \"/\" the ro filesystems "
601 "(mostly compressed) on \"/live\". This is not enabled by default because "
602 "could lead to problems by applications like \"mono\" which store binary "
603 "paths on installation."
607 #: en/live-boot.7:110
613 #: en/live-boot.7:112
615 "If you boot with the normal quiet parameter, live-boot hides most messages "
616 "of its own. When adding silent, it hides all."
620 #: en/live-boot.7:112
626 #: en/live-boot.7:114
628 "Start up to text-mode shell prompts, disabling the graphical user interface."
632 #: en/live-boot.7:114
634 msgid "B<todisk>=I<DEVICE>"
638 #: en/live-boot.7:116
640 "Adding this parameter, live-boot will try to copy the entire read-only media "
641 "to the specified device before mounting the root filesystem. It probably "
642 "needs a lot of free space. Subsequent boots should then skip this step and "
643 "just specify the \"live-media=DEVICE\" boot parameter with the same DEVICE "
648 #: en/live-boot.7:116
654 #: en/live-boot.7:118
656 "Adding this parameter, live-boot will try to copy the whole read-only media "
657 "to the computer's RAM before mounting the root filesystem. This could need a "
658 "lot of ram, according to the space used by the read-only media."
662 #: en/live-boot.7:118
664 msgid "B<union>=aufs|unionfs"
668 #: en/live-boot.7:120
670 "By default, live-boot uses aufs. With this parameter, you can switch to "
675 #: en/live-boot.7:120
681 #: en/live-boot.7:122
683 "Uses xdebconfigurator, if present on the rootfs, to configure X instead of "
684 "the standard procedure (experimental)."
688 #: en/live-boot.7:122
690 msgid "B<xvideomode>=I<RESOLUTION>"
695 #: en/live-boot.7:125
696 msgid "Doesn't do xorg autodetection, but enforces a given resolution."
701 #: en/live-boot.7:127
707 #: en/live-boot.7:128 en/live-snapshot.1:43
709 msgid "B</etc/live.conf>"
713 #: en/live-boot.7:130 en/live-snapshot.1:45
715 "Some variables can be configured via this config file (inside the live "
720 #: en/live-boot.7:130 en/live-snapshot.1:45
722 msgid "B<live/filesystem.module>"
726 #: en/live-boot.7:132 en/live-snapshot.1:47
728 "This optional file (inside the live media) contains a list of white-space or "
729 "carriage-return-separated file names corresponding to disk images in the \"/"
730 "live\" directory. If this file exists, only images listed here will be "
731 "merged into the root aufs, and they will be loaded in the order listed here. "
732 "The first entry in this file will be the \"lowest\" point in the aufs, and "
733 "the last file in this list will be on the \"top\" of the aufs, directly "
734 "below /cow. Without this file, any images in the \"/live\" directory are "
735 "loaded in alphanumeric order."
739 #: en/live-boot.7:132 en/live-snapshot.1:47
741 msgid "B</etc/live-persistence.binds>"
745 #: en/live-boot.7:134 en/live-snapshot.1:49
747 "This optional file (which resides in the rootfs system, not in the live "
748 "media) is used as a list of directories which not need be persistent: ie. "
749 "their content does not need to survive reboots when using the persistence "
754 #: en/live-boot.7:137 en/live-snapshot.1:51
756 "This saves expensive writes and speeds up operations on volatile data such "
757 "as web caches and temporary files (like e.g. /tmp and .mozilla) which are "
758 "regenerated each time. This is achieved by bind mounting each listed "
759 "directory with a tmpfs on the original path."
763 #: en/live-boot.7:138 en/live-snapshot.1:42
769 #: en/live-boot.7:139
771 msgid "B</etc/live/boot.conf>"
775 #: en/live-boot.7:140
777 msgid "B</etc/live/boot.conf.d/>"
781 #: en/live-boot.7:141
783 msgid "B<live/boot.conf>"
787 #: en/live-boot.7:142
789 msgid "B<live/boot.conf.d/>"
793 #: en/live-boot.7:144 en/live-snapshot.1:52
799 #: en/live-boot.7:146
800 msgid "I<live-snapshot>(1)"
804 #: en/live-boot.7:148 en/live-snapshot.1:56
805 msgid "I<live-config>(7)"
809 #: en/live-boot.7:150 en/live-snapshot.1:58
810 msgid "I<live-helper>(7)"
814 #: en/live-boot.7:151 en/live-snapshot.1:59
820 #: en/live-boot.7:153 en/live-snapshot.1:61
822 "More information about live-boot and the Debian Live project can be found on "
823 "the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
824 "E<lt>I<http://live.debian.net/manual/>E<gt>."
828 #: en/live-boot.7:154 en/live-snapshot.1:62
834 #: en/live-boot.7:156 en/live-snapshot.1:64
836 "Bugs can be reported by submitting a bugreport for the live-boot package in "
837 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
838 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
843 #: en/live-boot.7:157 en/live-snapshot.1:65
849 #: en/live-boot.7:158 en/live-snapshot.1:66
851 "live-boot was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
852 "the Debian project."