1 # German translations for live-boot package
2 # Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
3 # This file is distributed under the same license as the live-boot package.
7 "Project-Id-Version: live-boot 3.0~a38-1\n"
8 "POT-Creation-Date: 2012-08-14 20:47+0300\n"
9 "PO-Revision-Date: 2012-04-08 22:48+0300\n"
10 "Last-Translator: Daniel Baumann <daniel@debian.org>\n"
11 "Language-Team: none\n"
14 "Content-Type: text/plain; charset=ASCII\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19 #: en/live-boot.7:1 en/live-persistence.conf.5:1
25 #: en/live-boot.7:1 en/live-persistence.conf.5:1
31 #: en/live-boot.7:1 en/live-persistence.conf.5:1
37 #: en/live-boot.7:1 en/live-persistence.conf.5:1
39 msgid "Debian Live Project"
43 #: en/live-boot.7:3 en/live-persistence.conf.5:3
50 msgid "B<live-boot> - System Boot Scripts"
54 #: en/live-boot.7:6 en/live-persistence.conf.5:7
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 "To configure the live-boot parameters used by default in a live image, see "
102 "the --bootappend-live option in the I<lb_config>(1) manual page."
108 msgid "Kernel Parameters"
114 "B<live-boot> is only activated if 'boot=live' was used as a kernel parameter."
120 "In addition, there are some more boot parameters to influence the behaviour, "
127 msgid "Configuration Files"
133 "B<live-boot> can be configured (but not activated) through configuration "
134 "files. Those files can be placed either in the root filesystem itself (/etc/"
135 "live/boot.conf, /etc/live/boot/*), or on the live media (live/boot.conf, "
140 #: en/live-boot.7:28 en/live-persistence.conf.5:57
148 msgid "B<live-boot> currently features the following parameters."
154 msgid "B<access>=I<ACCESS>"
160 "Set the accessibility level for physically or visually impaired users. "
161 "ACCESS must be one of v1, v2, v3, m1, or m2. v1=lesser visual impairment, "
162 "v2=moderate visual impairment, v3=blindness, m1=minor motor difficulties, "
163 "m2=moderate motor difficulties."
169 msgid "B<console>=I<TTY,SPEED>"
175 "Set the default console to be used with the \"live-getty\" option. Example: "
176 "\"console=ttyS0,115200\""
187 msgid "Makes initramfs boot process more verbose."
197 msgid "Without setting debug to a value the messages may not be shown."
203 msgid "B<fetch>=I<URL>"
209 msgid "B<httpfs>=I<URL>"
215 "Another form of netboot by downloading a squashfs image from a given url. "
216 "The fetch method copies the image to ram and the httpfs method uses fuse and "
217 "httpfs2 to mount the image in place. Copying to ram requires more memory and "
218 "might take a long time for large images. However, it is more likely to work "
219 "correctly because it does not require networking afterwards and the system "
220 "operates faster once booted because it does not require to contact the "
227 "Due to current limitations in busybox's wget and DNS resolution, an URL can "
228 "not contain a hostname but an IP only."
233 msgid "Not working: http://example.com/path/to/your_filesystem.squashfs"
238 msgid "Working: http://1.2.3.4/path/to/your_filesystem.squashfs"
244 "Also note that therefore it's currently not possible to fetch an image from "
245 "a namebased virtualhost of an httpd if it is sharing the ip with the main "
251 msgid "You may also use the live iso image in place of the squashfs image."
257 msgid "B<iscsi>=I<server-ip[,server-port];target-name>"
263 "Boot from an iSCSI target that has an iso or disk live image as one of its "
264 "LUNs. The specified target is searched for a LUN which looks like a live "
265 "media. If you use the B<iscsitarget> software iSCSI target solution which is "
266 "packaged in Debian your ietd.conf might look like this:"
271 msgid "# The target-name you specify in the iscsi= parameter"
278 "Target E<lt>target-nameE<gt>\n"
279 " Lun 0 Path=E<lt>path-to-your-live-image.isoE<gt>,Type=fileio,IOMode=ro\n"
280 " # If you want to boot multiple machines you might want to look at tuning some parameters like\n"
281 " # Wthreads or MaxConnections\n"
287 msgid "B<findiso>=I</PATH/TO/IMAGE>"
293 "Look for the specified ISO file on all disks where it usually looks for the ."
294 "squashfs file (so you don't have to know the device name as in fromiso=....)."
300 msgid "B<fromiso>=I</PATH/TO/IMAGE>"
306 "Allows to use a filesystem from within an iso image that's available on live-"
313 msgid "B<ignore_uuid>"
319 "Do not check that any UUID embedded in the initramfs matches the discovered "
320 "medium. live-boot may be told to generate a UUID by setting "
321 "LIVE_GENERATE_UUID=1 when building the initramfs."
327 msgid "B<verify-checksums>"
333 "If specified, an MD5 sum is calculated on the live media during boot and "
334 "compared to the value found in md5sum.txt found in the root directory of the "
341 msgid "B<ip>=[I<DEVICE>]:[I<CLIENT_IP>]:[I<SERVER_IP>]:[I<GATEWAY_IP>]:[I<NETMASK>]:[I<HOSTNAME>]:[I<AUTOCONF>] [,[I<DEVICE>]:[I<CLIENT_IP>]:[I<SERVER_IP>]:[I<GATEWAY_IP>]:[I<NETMASK>]:[I<HOSTNAME>]:[I<AUTOCONF>]]"
347 "Let you specify the name(s) and the options of the interface(s) that should "
348 "be configured at boot time. Do not specify this if you want to use dhcp "
349 "(default). It will be changed in a future release to mimick official kernel "
350 "boot param specification (e.g. ip=10.0.0.1::10.0.0.254:255.255.255.0::"
351 "eth0,:::::eth1:dhcp)."
357 msgid "B<ip>=[I<frommedia>]"
363 "If this variable is set, dhcp and static configuration are just skipped and "
364 "the system will use the (must be) media-preconfigured /etc/network/"
365 "interfaces instead."
371 msgid "{B<live-media>|B<bootfrom>}=I<DEVICE>"
377 "If you specify one of this two equivalent forms, live-boot will first try to "
378 "find this device for the \"/live\" directory where the read-only root "
379 "filesystem should reside. If it did not find something usable, the normal "
380 "scan for block devices is performed."
386 "Instead of specifing an actual device name, the keyword 'removable' can be "
387 "used to limit the search of acceptable live media to removable type only. "
388 "Note that if you want to further restrict the media to usb mass storage "
389 "only, you can use the 'removable-usb' keyword."
395 msgid "{B<live-media-encryption>|B<encryption>}=I<TYPE>"
401 "live-boot will mount the encrypted rootfs TYPE, asking the passphrase, "
402 "useful to build paranoid live systems :-). TYPE supported so far are \"aes\" "
403 "for loop-aes encryption type."
409 msgid "B<live-media-offset>=I<BYTES>"
415 "This way you could tell live-boot that your image starts at offset BYTES in "
416 "the above specified or autodiscovered device, this could be useful to hide "
417 "the Debian Live iso or image inside another iso or image, to create \"clean"
424 msgid "B<live-media-path>=I<PATH>"
430 "Sets the path to the live filesystem on the medium. By default, it is set to "
431 "'/live' and you should not change that unless you have customized your media "
438 msgid "B<live-media-timeout>=I<SECONDS>"
444 "Set the timeout in seconds for the device specified by \"live-media=\" to "
445 "become ready before giving up."
451 msgid "B<module>=I<NAME>"
457 "Instead of using the default optional file \"filesystem.module\" (see below) "
458 "another file could be specified without the extension \".module\"; it should "
459 "be placed on \"/live\" directory of the live medium."
465 msgid "B<netboot>[=nfs|cifs]"
471 "This tells live-boot to perform a network mount. The parameter \"nfsroot="
472 "\" (with optional \"nfsopts=\"), should specify where is the location of the "
473 "root filesystem. With no args, will try cifs first, and if it fails nfs."
484 msgid "This lets you specify custom nfs options."
490 msgid "B<nofastboot>"
494 #: en/live-boot.7:101
496 "This parameter disables the default disabling of filesystem checks in /etc/"
497 "fstab. If you have static filesystems on your harddisk and you want them to "
498 "be checked at boot time, use this parameter, otherwise they are skipped."
502 #: en/live-boot.7:101
504 msgid "B<nopersistence>"
508 #: en/live-boot.7:103
510 "disables the \"persistence\" feature, useful if the bootloader (like "
511 "syslinux) has been installed with persistence enabled."
515 #: en/live-boot.7:103
521 #: en/live-boot.7:105
522 msgid "Do not prompt to eject the CD or remove the USB flash drive on reboot."
526 #: en/live-boot.7:105
528 msgid "B<noprompt>=I<TYPE>"
532 #: en/live-boot.7:107
534 "This tells live-boot not to prompt to eject the CD (when noprompt=cd) or "
535 "remove the USB flash drive (when noprompt=usb) on reboot."
539 #: en/live-boot.7:107
541 msgid "B<ramdisk-size>"
545 #: en/live-boot.7:109
547 "This parameters allows to set a custom ramdisk size (it's the '-o size' "
548 "option of tmpfs mount). By default, there is no ramdisk size set, so the "
549 "default of mount applies (currently 50% of available RAM). Note that this "
550 "option has no currently no effect when booting with toram."
554 #: en/live-boot.7:109
560 #: en/live-boot.7:111
561 msgid "This parameter enables usage of local swap partitions."
565 #: en/live-boot.7:111
567 msgid "B<persistence>"
571 #: en/live-boot.7:113
573 "live-boot will probe devices for persistence media. These can be partitions "
574 "(with the correct GPT name), filesystems (with the correct label) or image "
575 "files (with the correct file name). Overlays are labeled/named \"persistence"
576 "\" (see I<live-persistence.conf>(5)). Overlay image files have extensions "
577 "which determines their filesystem, e.g. \"persistence.ext4\"."
581 #: en/live-boot.7:113
583 msgid "B<persistence-encryption>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
587 #: en/live-boot.7:115
589 "This option determines which types of encryption that we allow to be used "
590 "when probing devices for persistence media. If \"none\" is in the list, we "
591 "allow unencrypted media; if \"luks\" is in the list, we allow LUKS-encrypted "
592 "media. Whenever a device containing encrypted media is probed the user will "
593 "be prompted for the passphrase. The default value is \"none\"."
597 #: en/live-boot.7:115
599 msgid "B<persistence-media>={I<removable>|I<removable-usb>}"
603 #: en/live-boot.7:117
605 "If you specify the keyword 'removable', live-boot will try to find "
606 "persistence partitions on removable media only. Note that if you want to "
607 "further restrict the media to usb mass storage only, you can use the "
608 "'removable-usb' keyword."
612 #: en/live-boot.7:117
614 msgid "B<persistence-method>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
618 #: en/live-boot.7:119
620 "This option determines which types of persistence media we allow. If "
621 "\"overlay\" is in the list, we consider overlays (i.e. \"live-rw\" and "
622 "\"home-rw\"). The default is \"overlay\"."
626 #: en/live-boot.7:119
628 msgid "B<persistence-path>=I<PATH>"
632 #: en/live-boot.7:121
634 "live-boot will look for persistency files in the root directory of a "
635 "partition, with this parameter, the path can be configured so that you can "
636 "have multiple directories on the same partition to store persistency files."
640 #: en/live-boot.7:121
642 msgid "B<persistence-read-only>"
646 #: en/live-boot.7:123
648 "Filesystem changes are not saved back to persistence media. In particular, "
649 "overlays and netboot NFS mounts are mounted read-only."
653 #: en/live-boot.7:123
655 msgid "B<persistence-storage>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
659 #: en/live-boot.7:125
661 "This option determines which types of persistence storage to consider when "
662 "probing for persistence media. If \"filesystem\" is in the list, filesystems "
663 "with matching labels will be used; if \"file\" is in the list, all "
664 "filesystems will be probed for archives and image files with matching "
665 "filenames. The default is \"file,filesystem\"."
669 #: en/live-boot.7:125
671 msgid "B<persistence-subtext>=I<SUFFIX>"
675 #: en/live-boot.7:127
677 "Add a suffix when searching for the image filenames or partition labels to "
678 "use for the above mentioned persistence feature, the SUFFIX will be added "
679 "after a dash (e.g.: \"live-sn\" would transform to \"live-sn-SUFFIX\"). This "
680 "is handy to test multiple live-boot based live-systems with different "
681 "persistence storage choices."
685 #: en/live-boot.7:127
687 msgid "B<quickreboot>"
691 #: en/live-boot.7:129
693 "This option causes live-boot to reboot without attempting to eject the media "
694 "and without asking the user to remove the boot media."
698 #: en/live-boot.7:129
700 msgid "B<showmounts>"
704 #: en/live-boot.7:131
706 "This parameter will make live-boot to show on \"/\" the ro filesystems "
707 "(mostly compressed) on \"/live\". This is not enabled by default because "
708 "could lead to problems by applications like \"mono\" which store binary "
709 "paths on installation."
713 #: en/live-boot.7:131
719 #: en/live-boot.7:133
721 "If you boot with the normal quiet parameter, live-boot hides most messages "
722 "of its own. When adding silent, it hides all."
726 #: en/live-boot.7:133
728 msgid "B<todisk>=I<DEVICE>"
732 #: en/live-boot.7:135
734 "Adding this parameter, live-boot will try to copy the entire read-only media "
735 "to the specified device before mounting the root filesystem. It probably "
736 "needs a lot of free space. Subsequent boots should then skip this step and "
737 "just specify the \"live-media=DEVICE\" boot parameter with the same DEVICE "
742 #: en/live-boot.7:135
748 #: en/live-boot.7:137
750 "Adding this parameter, live-boot will try to copy the whole read-only media "
751 "to the computer's RAM before mounting the root filesystem. This could need a "
752 "lot of ram, according to the space used by the read-only media."
756 #: en/live-boot.7:137
758 msgid "B<union>=aufs|unionfs"
763 #: en/live-boot.7:140
765 "By default, live-boot uses aufs. With this parameter, you can switch to "
771 #: en/live-boot.7:142
777 #: en/live-boot.7:143
779 msgid "B</etc/live.conf>"
783 #: en/live-boot.7:145
785 "Some variables can be configured via this config file (inside the live "
790 #: en/live-boot.7:145
792 msgid "B<live/filesystem.module>"
797 #: en/live-boot.7:148
799 "This optional file (inside the live media) contains a list of white-space or "
800 "carriage-return-separated file names corresponding to disk images in the \"/"
801 "live\" directory. If this file exists, only images listed here will be "
802 "merged into the root aufs, and they will be loaded in the order listed here. "
803 "The first entry in this file will be the \"lowest\" point in the aufs, and "
804 "the last file in this list will be on the \"top\" of the aufs, directly "
805 "below /overlay. Without this file, any images in the \"/live\" directory "
806 "are loaded in alphanumeric order."
810 #: en/live-boot.7:149
816 #: en/live-boot.7:150
818 msgid "B</etc/live/boot.conf>"
822 #: en/live-boot.7:151
824 msgid "B</etc/live/boot/*>"
828 #: en/live-boot.7:152
830 msgid "B<live/boot.conf>"
834 #: en/live-boot.7:153
836 msgid "B<live/boot/*>"
840 #: en/live-boot.7:154
842 msgid "B<live-persistence.conf>"
846 #: en/live-boot.7:156 en/live-persistence.conf.5:191
852 #: en/live-boot.7:158
853 msgid "I<live-persistence.conf>(5)"
857 #: en/live-boot.7:160 en/live-persistence.conf.5:195
858 msgid "I<live-build>(7)"
862 #: en/live-boot.7:162 en/live-persistence.conf.5:197
863 msgid "I<live-config>(7)"
867 #: en/live-boot.7:164 en/live-persistence.conf.5:199
868 msgid "I<live-tools>(7)"
872 #: en/live-boot.7:165 en/live-persistence.conf.5:200
878 #: en/live-boot.7:167 en/live-persistence.conf.5:204
880 "More information about live-boot and the Debian Live project can be found on "
881 "the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
882 "E<lt>I<http://live.debian.net/manual/>E<gt>."
886 #: en/live-boot.7:168 en/live-persistence.conf.5:205
892 #: en/live-boot.7:170 en/live-persistence.conf.5:210
894 "Bugs can be reported by submitting a bugreport for the live-boot package in "
895 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
896 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
901 #: en/live-boot.7:171 en/live-persistence.conf.5:211
907 #: en/live-boot.7:172
909 "live-boot was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
910 "the Debian project."