1 # German translations for live-boot package
2 # (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~a28-1\n"
8 "POT-Creation-Date: 2012-06-05 16:01+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 en/live-snapshot.1:1
25 #: en/live-boot.7:1 en/live-persistence.conf.5:1 en/live-snapshot.1:1
31 #: en/live-boot.7:1 en/live-persistence.conf.5:1 en/live-snapshot.1:1
37 #: en/live-boot.7:1 en/live-persistence.conf.5:1 en/live-snapshot.1:1
39 msgid "Debian Live Project"
43 #: en/live-boot.7:3 en/live-persistence.conf.5:3 en/live-snapshot.1:3
50 msgid "B<live-boot> - System Boot Scripts"
54 #: en/live-boot.7:6 en/live-persistence.conf.5:7 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 "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.d/*.conf), or on the live media (live/boot."
136 "conf, live/boot.d/*.conf)."
140 #: en/live-boot.7:28 en/live-persistence.conf.5:57 en/live-snapshot.1:20
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<integrity-check>"
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 "archive files (with the correct file name). Overlays are labeled/named "
576 "either \"full-ov\", which will be mounted on /, or \"custom-ov\", which can "
577 "be completely customized (see I<live-persistence.conf>(5)); snapshots are "
578 "labeled/named either \"live-sn\" or \"home-sn\" and will be extracted into / "
579 "or /home, respectively (see I<live-snapshot>(1) for more information). The "
580 "order these are handled are: full-ov, custom-ov, live-sn, home-sn. Overlay "
581 "image files and snapshot archive files have extensions which determines "
582 "their filesystem or archive type, e.g. \"custom-ov.ext4\" and \"home-sn."
587 #: en/live-boot.7:113
589 msgid "B<persistence-encryption>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
593 #: en/live-boot.7:115
595 "This option determines which types of encryption that we allow to be used "
596 "when probing devices for persistence media. If \"none\" is in the list, we "
597 "allow unencrypted media; if \"luks\" is in the list, we allow LUKS-encrypted "
598 "media. Whenever a device containing encrypted media is probed the user will "
599 "be prompted for the passphrase. The default value is \"none\"."
603 #: en/live-boot.7:115
605 msgid "B<persistence-media>={I<removable>|I<removable-usb>}"
609 #: en/live-boot.7:117
611 "If you specify the keyword 'removable', live-boot will try to find "
612 "persistence and snapshot partitions on removable media only. Note that if "
613 "you want to further restrict the media to usb mass storage only, you can use "
614 "the 'removable-usb' keyword."
618 #: en/live-boot.7:117
620 msgid "B<persistence-method>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
624 #: en/live-boot.7:119
626 "This option determines which types of persistence media we allow. If "
627 "\"overlay\" is in the list, we consider overlays (i.e. \"live-rw\" and "
628 "\"home-rw\"); if \"snapshot\" is in the list, we consider snapshots (i.e. "
629 "\"live-sn\" and \"home-sn\"). The default is \"overlay,snapshot\"."
633 #: en/live-boot.7:119
635 msgid "B<persistence-path>=I<PATH>"
639 #: en/live-boot.7:121
641 "live-boot will look for persistency files in the root directory of a "
642 "partition, with this parameter, the path can be configured so that you can "
643 "have multiple directories on the same partition to store persistency files."
647 #: en/live-boot.7:121
649 msgid "B<persistence-read-only>"
653 #: en/live-boot.7:123
655 "Filesystem changes are not saved back to persistence media. In particular, "
656 "overlays and netboot NFS mounts are mounted read-only, and snapshots are not "
657 "resynced on shutdown."
661 #: en/live-boot.7:123
663 msgid "B<persistence-storage>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
667 #: en/live-boot.7:125
669 "This option determines which types of persistence storage to consider when "
670 "probing for persistence media. If \"filesystem\" is in the list, filesystems "
671 "with matching labels will be used; if \"file\" is in the list, all "
672 "filesystems will be probed for archives and image files with matching "
673 "filenames. The default is \"file,filesystem\"."
677 #: en/live-boot.7:125
679 msgid "B<persistence-subtext>=I<SUFFIX>"
683 #: en/live-boot.7:127
685 "Add a suffix when searching for the image filenames or partition labels to "
686 "use for the above mentioned persistence feature, the SUFFIX will be added "
687 "after a dash (e.g.: \"live-sn\" would transform to \"live-sn-SUFFIX\"). This "
688 "is handy to test multiple live-boot based live-systems with different "
689 "persistence storage choices."
693 #: en/live-boot.7:127
695 msgid "B<quickreboot>"
699 #: en/live-boot.7:129
701 "This option causes live-boot to reboot without attempting to eject the media "
702 "and without asking the user to remove the boot media."
706 #: en/live-boot.7:129
708 msgid "B<showmounts>"
712 #: en/live-boot.7:131
714 "This parameter will make live-boot to show on \"/\" the ro filesystems "
715 "(mostly compressed) on \"/live\". This is not enabled by default because "
716 "could lead to problems by applications like \"mono\" which store binary "
717 "paths on installation."
721 #: en/live-boot.7:131
727 #: en/live-boot.7:133
729 "If you boot with the normal quiet parameter, live-boot hides most messages "
730 "of its own. When adding silent, it hides all."
734 #: en/live-boot.7:133
736 msgid "B<todisk>=I<DEVICE>"
740 #: en/live-boot.7:135
742 "Adding this parameter, live-boot will try to copy the entire read-only media "
743 "to the specified device before mounting the root filesystem. It probably "
744 "needs a lot of free space. Subsequent boots should then skip this step and "
745 "just specify the \"live-media=DEVICE\" boot parameter with the same DEVICE "
750 #: en/live-boot.7:135
756 #: en/live-boot.7:137
758 "Adding this parameter, live-boot will try to copy the whole read-only media "
759 "to the computer's RAM before mounting the root filesystem. This could need a "
760 "lot of ram, according to the space used by the read-only media."
764 #: en/live-boot.7:137
766 msgid "B<union>=aufs|unionfs"
771 #: en/live-boot.7:140
773 "By default, live-boot uses aufs. With this parameter, you can switch to "
779 #: en/live-boot.7:142
785 #: en/live-boot.7:143 en/live-snapshot.1:43
787 msgid "B</etc/live.conf>"
791 #: en/live-boot.7:145 en/live-snapshot.1:45
793 "Some variables can be configured via this config file (inside the live "
798 #: en/live-boot.7:145 en/live-snapshot.1:45
800 msgid "B<live/filesystem.module>"
804 #: en/live-boot.7:147 en/live-snapshot.1:47
806 "This optional file (inside the live media) contains a list of white-space or "
807 "carriage-return-separated file names corresponding to disk images in the \"/"
808 "live\" directory. If this file exists, only images listed here will be "
809 "merged into the root aufs, and they will be loaded in the order listed here. "
810 "The first entry in this file will be the \"lowest\" point in the aufs, and "
811 "the last file in this list will be on the \"top\" of the aufs, directly "
812 "below /overlay. Without this file, any images in the \"/live\" directory "
813 "are loaded in alphanumeric order."
817 #: en/live-boot.7:147 en/live-snapshot.1:47
819 msgid "B</etc/live-persistence.binds>"
823 #: en/live-boot.7:149
825 "This optional file (which resides in the rootfs system, not in the live "
826 "media) is used as a list of directories which not need be persistent: ie. "
827 "their content does not need to survive reboots when using the persistence "
832 #: en/live-boot.7:152 en/live-snapshot.1:51
834 "This saves expensive writes and speeds up operations on volatile data such "
835 "as web caches and temporary files (like e.g. /tmp and .mozilla) which are "
836 "regenerated each time. This is achieved by bind mounting each listed "
837 "directory with a tmpfs on the original path."
841 #: en/live-boot.7:153 en/live-snapshot.1:42
847 #: en/live-boot.7:154
849 msgid "B</etc/live/boot.conf>"
853 #: en/live-boot.7:155
855 msgid "B</etc/live/boot.d/*.conf>"
859 #: en/live-boot.7:156
861 msgid "B<live/boot.conf>"
865 #: en/live-boot.7:157
867 msgid "B<live/boot.d/*.conf>"
871 #: en/live-boot.7:158
873 msgid "B<live-persistence.conf>"
877 #: en/live-boot.7:160 en/live-persistence.conf.5:191 en/live-snapshot.1:54
883 #: en/live-boot.7:162
884 msgid "I<live-snapshot>(1)"
888 #: en/live-boot.7:164
889 msgid "I<live-persistence.conf>(5)"
893 #: en/live-boot.7:166 en/live-persistence.conf.5:195 en/live-snapshot.1:58
894 msgid "I<live-build>(7)"
898 #: en/live-boot.7:168 en/live-persistence.conf.5:197 en/live-snapshot.1:60
899 msgid "I<live-config>(7)"
903 #: en/live-boot.7:170 en/live-persistence.conf.5:199 en/live-snapshot.1:62
904 msgid "I<live-tools>(7)"
908 #: en/live-boot.7:171 en/live-persistence.conf.5:200 en/live-snapshot.1:63
914 #: en/live-boot.7:173 en/live-persistence.conf.5:204 en/live-snapshot.1:65
916 "More information about live-boot and the Debian Live project can be found on "
917 "the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
918 "E<lt>I<http://live.debian.net/manual/>E<gt>."
922 #: en/live-boot.7:174 en/live-persistence.conf.5:205 en/live-snapshot.1:66
928 #: en/live-boot.7:176 en/live-persistence.conf.5:210 en/live-snapshot.1:68
930 "Bugs can be reported by submitting a bugreport for the live-boot package in "
931 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
932 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
937 #: en/live-boot.7:177 en/live-persistence.conf.5:211 en/live-snapshot.1:69
943 #: en/live-boot.7:178 en/live-snapshot.1:70
945 "live-boot was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
946 "the Debian project."