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: 2012-12-10 20:00+0100\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"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
20 #: en/live-boot.7:1 en/persistence.conf.5:1
26 #: en/live-boot.7:1 en/persistence.conf.5:1
32 #: en/live-boot.7:1 en/persistence.conf.5:1
38 #: en/live-boot.7:1 en/persistence.conf.5:1
40 msgid "Debian Live Project"
44 #: en/live-boot.7:3 en/persistence.conf.5:3
51 msgid "B<live-boot> - System Boot Scripts"
55 #: en/live-boot.7:6 en/persistence.conf.5:7
63 "B<live-boot> contains the scripts that configure a Debian Live system during "
64 "the boot process (early userspace)."
71 "live-boot is a hook for the initramfs-tools, used to generate a initramfs "
72 "capable to boot live systems, such as those created by I<live-helper>(7). "
73 "This includes the Debian Live isos, netboot tarballs, and usb stick images."
80 "At boot time it will look for a (read-only) media containing a \"/live\" "
81 "directory where a root filesystems (often a compressed filesystem image like "
82 "squashfs) is stored. If found, it will create a writable environment, using "
83 "aufs, for Debian like systems to boot from."
95 "B<live-boot> can be configured through a boot parameter or a configuration "
102 "To configure the live-boot parameters used by default in a live image, see "
103 "the --bootappend-live option in the I<lb_config>(1) manual page."
109 msgid "Kernel Parameters"
115 "B<live-boot> is only activated if 'boot=live' was used as a kernel parameter."
121 "In addition, there are some more boot parameters to influence the behaviour, "
128 msgid "Configuration Files"
134 "B<live-boot> can be configured (but not activated) through configuration "
135 "files. Those files can be placed either in the root filesystem itself (/etc/"
136 "live/boot.conf, /etc/live/boot/*), or on the live media (live/boot.conf, "
141 #: en/live-boot.7:28 en/persistence.conf.5:57
149 msgid "B<live-boot> currently features the following parameters."
155 msgid "B<access>=I<ACCESS>"
161 "Set the accessibility level for physically or visually impaired users. "
162 "ACCESS must be one of v1, v2, v3, m1, or m2. v1=lesser visual impairment, "
163 "v2=moderate visual impairment, v3=blindness, m1=minor motor difficulties, "
164 "m2=moderate motor difficulties."
170 msgid "B<console>=I<TTY,SPEED>"
176 "Set the default console to be used with the \"live-getty\" option. Example: "
177 "\"console=ttyS0,115200\""
188 msgid "Makes initramfs boot process more verbose."
198 msgid "Without setting debug to a value the messages may not be shown."
204 msgid "B<fetch>=I<URL>"
210 msgid "B<httpfs>=I<URL>"
216 "Another form of netboot by downloading a squashfs image from a given url. "
217 "The fetch method copies the image to ram and the httpfs method uses fuse and "
218 "httpfs2 to mount the image in place. Copying to ram requires more memory and "
219 "might take a long time for large images. However, it is more likely to work "
220 "correctly because it does not require networking afterwards and the system "
221 "operates faster once booted because it does not require to contact the "
228 "Due to current limitations in busybox's wget and DNS resolution, an URL can "
229 "not contain a hostname but an IP only."
234 msgid "Not working: http://example.com/path/to/your_filesystem.squashfs"
239 msgid "Working: http://1.2.3.4/path/to/your_filesystem.squashfs"
245 "Also note that therefore it's currently not possible to fetch an image from "
246 "a namebased virtualhost of an httpd if it is sharing the ip with the main "
252 msgid "You may also use the live iso image in place of the squashfs image."
258 msgid "B<iscsi>=I<server-ip[,server-port];target-name>"
264 "Boot from an iSCSI target that has an iso or disk live image as one of its "
265 "LUNs. The specified target is searched for a LUN which looks like a live "
266 "media. If you use the B<iscsitarget> software iSCSI target solution which is "
267 "packaged in Debian your ietd.conf might look like this:"
272 msgid "# The target-name you specify in the iscsi= parameter"
279 "Target E<lt>target-nameE<gt>\n"
280 " Lun 0 Path=E<lt>path-to-your-live-image.isoE<gt>,Type=fileio,IOMode=ro\n"
281 " # If you want to boot multiple machines you might want to look at tuning some parameters like\n"
282 " # Wthreads or MaxConnections\n"
288 msgid "B<findiso>=I</PATH/TO/IMAGE>"
294 "Look for the specified ISO file on all disks where it usually looks for the ."
295 "squashfs file (so you don't have to know the device name as in fromiso=....)."
301 msgid "B<fromiso>=I</PATH/TO/IMAGE>"
307 "Allows to use a filesystem from within an iso image that's available on live-"
314 msgid "B<ignore_uuid>"
320 "Do not check that any UUID embedded in the initramfs matches the discovered "
321 "medium. live-boot may be told to generate a UUID by setting "
322 "LIVE_GENERATE_UUID=1 when building the initramfs."
328 msgid "B<verify-checksums>"
334 "If specified, an MD5 sum is calculated on the live media during boot and "
335 "compared to the value found in md5sum.txt found in the root directory of the "
342 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>]]"
348 "Let you specify the name(s) and the options of the interface(s) that should "
349 "be configured at boot time. Do not specify this if you want to use dhcp "
350 "(default). It will be changed in a future release to mimick official kernel "
351 "boot param specification (e.g. ip=10.0.0.1::10.0.0.254:255.255.255.0::"
352 "eth0,:::::eth1:dhcp)."
358 msgid "B<ip>=[I<frommedia>]"
364 "If this variable is set, dhcp and static configuration are just skipped and "
365 "the system will use the (must be) media-preconfigured /etc/network/"
366 "interfaces instead."
372 msgid "{B<live-media>|B<bootfrom>}=I<DEVICE>"
378 "If you specify one of this two equivalent forms, live-boot will first try to "
379 "find this device for the \"/live\" directory where the read-only root "
380 "filesystem should reside. If it did not find something usable, the normal "
381 "scan for block devices is performed."
387 "Instead of specifing an actual device name, the keyword 'removable' can be "
388 "used to limit the search of acceptable live media to removable type only. "
389 "Note that if you want to further restrict the media to usb mass storage "
390 "only, you can use the 'removable-usb' keyword."
396 msgid "{B<live-media-encryption>|B<encryption>}=I<TYPE>"
402 "live-boot will mount the encrypted rootfs TYPE, asking the passphrase, "
403 "useful to build paranoid live systems :-). TYPE supported so far are \"aes\" "
404 "for loop-aes encryption type."
410 msgid "B<live-media-offset>=I<BYTES>"
416 "This way you could tell live-boot that your image starts at offset BYTES in "
417 "the above specified or autodiscovered device, this could be useful to hide "
418 "the Debian Live iso or image inside another iso or image, to create \"clean"
425 msgid "B<live-media-path>=I<PATH>"
431 "Sets the path to the live filesystem on the medium. By default, it is set to "
432 "'/live' and you should not change that unless you have customized your media "
439 msgid "B<live-media-timeout>=I<SECONDS>"
445 "Set the timeout in seconds for the device specified by \"live-media=\" to "
446 "become ready before giving up."
452 msgid "B<module>=I<NAME>"
458 "Instead of using the default optional file \"filesystem.module\" (see below) "
459 "another file could be specified without the extension \".module\"; it should "
460 "be placed on \"/live\" directory of the live medium."
466 msgid "B<netboot>[=nfs|cifs]"
472 "This tells live-boot to perform a network mount. The parameter \"nfsroot="
473 "\" (with optional \"nfsopts=\"), should specify where is the location of the "
474 "root filesystem. With no args, will try cifs first, and if it fails nfs."
485 msgid "This lets you specify custom nfs options."
491 msgid "B<nofastboot>"
495 #: en/live-boot.7:101
497 "This parameter disables the default disabling of filesystem checks in /etc/"
498 "fstab. If you have static filesystems on your harddisk and you want them to "
499 "be checked at boot time, use this parameter, otherwise they are skipped."
503 #: en/live-boot.7:101
505 msgid "B<nopersistence>"
509 #: en/live-boot.7:103
511 "disables the \"persistence\" feature, useful if the bootloader (like "
512 "syslinux) has been installed with persistence enabled."
516 #: en/live-boot.7:103
522 #: en/live-boot.7:105
523 msgid "Do not prompt to eject the CD or remove the USB flash drive on reboot."
527 #: en/live-boot.7:105
529 msgid "B<noprompt>=I<TYPE>"
533 #: en/live-boot.7:107
535 "This tells live-boot not to prompt to eject the CD (when noprompt=cd) or "
536 "remove the USB flash drive (when noprompt=usb) on reboot."
540 #: en/live-boot.7:107
542 msgid "B<ramdisk-size>"
546 #: en/live-boot.7:109
548 "This parameters allows to set a custom ramdisk size (it's the '-o size' "
549 "option of tmpfs mount). By default, there is no ramdisk size set, so the "
550 "default of mount applies (currently 50% of available RAM). Note that this "
551 "option has no currently no effect when booting with toram."
555 #: en/live-boot.7:109
561 #: en/live-boot.7:111
562 msgid "This parameter enables usage of local swap partitions."
566 #: en/live-boot.7:111
568 msgid "B<persistence>"
572 #: en/live-boot.7:113
574 "live-boot will probe devices for persistence media. These can be partitions "
575 "(with the correct GPT name), filesystems (with the correct label) or image "
576 "files (with the correct file name). Overlays are labeled/named \"persistence"
577 "\" (see I<persistence.conf>(5)). Overlay image files have extensions which "
578 "determines their filesystem, e.g. \"persistence.ext4\"."
582 #: en/live-boot.7:113
584 msgid "B<persistence-encryption>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
588 #: en/live-boot.7:115
590 "This option determines which types of encryption that we allow to be used "
591 "when probing devices for persistence media. If \"none\" is in the list, we "
592 "allow unencrypted media; if \"luks\" is in the list, we allow LUKS-encrypted "
593 "media. Whenever a device containing encrypted media is probed the user will "
594 "be prompted for the passphrase. The default value is \"none\"."
598 #: en/live-boot.7:115
600 msgid "B<persistence-media>={I<removable>|I<removable-usb>}"
604 #: en/live-boot.7:117
606 "If you specify the keyword 'removable', live-boot will try to find "
607 "persistence partitions on removable media only. Note that if you want to "
608 "further restrict the media to usb mass storage only, you can use the "
609 "'removable-usb' keyword."
613 #: en/live-boot.7:117
615 msgid "B<persistence-method>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
619 #: en/live-boot.7:119
621 "This option determines which types of persistence media we allow. If "
622 "\"overlay\" is in the list, we consider overlays (i.e. \"live-rw\" and "
623 "\"home-rw\"). The default is \"overlay\"."
627 #: en/live-boot.7:119
629 msgid "B<persistence-path>=I<PATH>"
633 #: en/live-boot.7:121
635 "live-boot will look for persistency files in the root directory of a "
636 "partition, with this parameter, the path can be configured so that you can "
637 "have multiple directories on the same partition to store persistency files."
641 #: en/live-boot.7:121
643 msgid "B<persistence-read-only>"
647 #: en/live-boot.7:123
649 "Filesystem changes are not saved back to persistence media. In particular, "
650 "overlays and netboot NFS mounts are mounted read-only."
654 #: en/live-boot.7:123
656 msgid "B<persistence-storage>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
660 #: en/live-boot.7:125
662 "This option determines which types of persistence storage to consider when "
663 "probing for persistence media. If \"filesystem\" is in the list, filesystems "
664 "with matching labels will be used; if \"file\" is in the list, all "
665 "filesystems will be probed for archives and image files with matching "
666 "filenames. The default is \"file,filesystem\"."
670 #: en/live-boot.7:125
672 msgid "B<persistence-subtext>=I<SUFFIX>"
676 #: en/live-boot.7:127
678 "Add a suffix when searching for the image filenames or partition labels to "
679 "use for the above mentioned persistence feature, the SUFFIX will be added "
680 "after a dash (e.g.: \"live-sn\" would transform to \"live-sn-SUFFIX\"). This "
681 "is handy to test multiple live-boot based live-systems with different "
682 "persistence storage choices."
686 #: en/live-boot.7:127
688 msgid "B<quickreboot>"
692 #: en/live-boot.7:129
694 "This option causes live-boot to reboot without attempting to eject the media "
695 "and without asking the user to remove the boot media."
699 #: en/live-boot.7:129
701 msgid "B<showmounts>"
705 #: en/live-boot.7:131
707 "This parameter will make live-boot to show on \"/\" the ro filesystems "
708 "(mostly compressed) on \"/lib/live\". This is not enabled by default because "
709 "could lead to problems by applications like \"mono\" which store binary "
710 "paths on installation."
714 #: en/live-boot.7:131
720 #: en/live-boot.7:133
722 "If you boot with the normal quiet parameter, live-boot hides most messages "
723 "of its own. When adding silent, it hides all."
727 #: en/live-boot.7:133
729 msgid "B<todisk>=I<DEVICE>"
733 #: en/live-boot.7:135
735 "Adding this parameter, live-boot will try to copy the entire read-only media "
736 "to the specified device before mounting the root filesystem. It probably "
737 "needs a lot of free space. Subsequent boots should then skip this step and "
738 "just specify the \"live-media=DEVICE\" boot parameter with the same DEVICE "
743 #: en/live-boot.7:135
749 #: en/live-boot.7:137
751 "Adding this parameter, live-boot will try to copy the whole read-only media "
752 "to the computer's RAM before mounting the root filesystem. This could need a "
753 "lot of ram, according to the space used by the read-only media."
757 #: en/live-boot.7:137
759 msgid "B<union>=aufs|unionfs"
764 #: en/live-boot.7:140
766 "By default, live-boot uses aufs. With this parameter, you can switch to "
772 #: en/live-boot.7:142
778 #: en/live-boot.7:143
780 msgid "B</etc/live.conf>"
784 #: en/live-boot.7:145
786 "Some variables can be configured via this config file (inside the live "
791 #: en/live-boot.7:145
793 msgid "B<live/filesystem.module>"
798 #: en/live-boot.7:148
800 "This optional file (inside the live media) contains a list of white-space or "
801 "carriage-return-separated file names corresponding to disk images in the \"/"
802 "live\" directory. If this file exists, only images listed here will be "
803 "merged into the root aufs, and they will be loaded in the order listed here. "
804 "The first entry in this file will be the \"lowest\" point in the aufs, and "
805 "the last file in this list will be on the \"top\" of the aufs, directly "
806 "below /overlay. Without this file, any images in the \"/live\" directory "
807 "are loaded in alphanumeric order."
811 #: en/live-boot.7:149
817 #: en/live-boot.7:150
819 msgid "B</etc/live/boot.conf>"
823 #: en/live-boot.7:151
825 msgid "B</etc/live/boot/*>"
829 #: en/live-boot.7:152
831 msgid "B<live/boot.conf>"
835 #: en/live-boot.7:153
837 msgid "B<live/boot/*>"
841 #: en/live-boot.7:154
843 msgid "B<persistence.conf>"
847 #: en/live-boot.7:156 en/persistence.conf.5:191
853 #: en/live-boot.7:158
854 msgid "I<persistence.conf>(5)"
858 #: en/live-boot.7:160 en/persistence.conf.5:195
859 msgid "I<live-build>(7)"
863 #: en/live-boot.7:162 en/persistence.conf.5:197
864 msgid "I<live-config>(7)"
868 #: en/live-boot.7:164 en/persistence.conf.5:199
869 msgid "I<live-tools>(7)"
873 #: en/live-boot.7:165 en/persistence.conf.5:200
879 #: en/live-boot.7:167 en/persistence.conf.5:204
881 "More information about live-boot and the Debian Live project can be found on "
882 "the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
883 "E<lt>I<http://live.debian.net/manual/>E<gt>."
887 #: en/live-boot.7:168 en/persistence.conf.5:205
893 #: en/live-boot.7:170 en/persistence.conf.5:210
895 "Bugs can be reported by submitting a bugreport for the live-boot package in "
896 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
897 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
902 #: en/live-boot.7:171 en/persistence.conf.5:211
908 #: en/live-boot.7:172
910 "live-boot was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
911 "the Debian project."