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-10-28 09:20+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"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
20 #: en/live-boot.7:1 en/live-snapshot.1:1
26 #: en/live-boot.7:1 en/live-snapshot.1:1
32 #: en/live-boot.7:1 en/live-snapshot.1:1
38 #: en/live-boot.7:1 en/live-snapshot.1:1
40 msgid "Debian Live Project"
44 #: en/live-boot.7:3 en/live-snapshot.1:3
51 msgid "B<live-boot> - System Boot Scripts"
55 #: en/live-boot.7:6 en/live-snapshot.1:17
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 msgid "Kernel Parameters"
108 "B<live-boot> is only activated if 'boot=live' was used as a kernel parameter."
114 "In addition, there are some more boot parameters to influence the behaviour, "
121 msgid "Configuration Files"
127 "B<live-boot> can be configured (but not activated) through configuration "
128 "files. Those files can be placed either in the root filesystem itself (/etc/"
129 "live/boot.conf, /etc/live/boot.d/), or on the live media (live/boot.conf, "
134 #: en/live-boot.7:26 en/live-snapshot.1:20
142 msgid "B<live-boot> currently features the following parameters."
148 msgid "B<access>=I<ACCESS>"
154 "Set the accessibility level for physically or visually impared users. ACCESS "
155 "must be one of v1, v2, v3, m1, or m2. v1=lesser visual impairment, "
156 "v2=moderate visual impairment, v3=blindness, m1=minor motor difficulties, "
157 "m2=moderate motor difficulties."
163 msgid "B<console>=I<TTY,SPEED>"
169 "Set the default console to be used with the \"live-getty\" option. Example: "
170 "\"console=ttyS0,115200\""
181 msgid "Makes initramfs boot process more verbose."
191 msgid "Without setting debug to a value the messages may not be shown."
197 msgid "B<fetch>=I<URL>"
203 msgid "B<httpfs>=I<URL>"
209 "Another form of netboot by downloading a squashfs image from a given url. "
210 "The fetch method copies the image to ram and the httpfs method uses fuse and "
211 "httpfs2 to mount the image in place. Copying to ram requires more memory and "
212 "might take a long time for large images. However, it is more likely to work "
213 "correctly because it does not require networking afterwards and the system "
214 "operates faster once booted because it does not require to contact the "
221 "Due to current limitations in busyboxs wget and DNS resolution, an URL can "
222 "not contain a hostname but an IP only."
227 msgid "Not working: http://example.com/path/to/your_filesystem.squashfs"
232 msgid "Working: http://1.2.3.4/path/to/your_filesystem.squashfs"
238 "Also note that therefore it's currently not possible to fetch an image from "
239 "a namebased virtualhost of an httpd if it is sharing the ip with the main "
245 msgid "You may also use the live iso image in place of the squashfs image."
251 msgid "B<iscsi>=I<server-ip[,server-port];target-name>"
257 "Boot from an iSCSI target that has an iso or disk live image as one of its "
258 "LUNs. The specified target is searched for a LUN which looks like a live "
259 "media. If you use the B<iscsitarget> software iSCSI target solution which is "
260 "packaged in Debian your ietd.conf might look like this:"
265 msgid "# The target-name you specify in the iscsi= parameter"
272 "Target E<lt>target-nameE<gt>\n"
273 " Lun 0 Path=E<lt>path-to-your-live-image.isoE<gt>,Type=fileio,IOMode=ro\n"
274 " # If you want to boot multiple machines you might want to look at tuning some parameters like\n"
275 " # Wthreads or MaxConnections\n"
281 msgid "B<fromiso>=I</PATH/TO/IMAGE>"
287 "Allows to use a filesystem from within an iso image that's available on live-"
294 msgid "B<ignore_uuid>"
300 "Do not check that any UUID embedded in the initramfs matches the discovered "
301 "medium. live-boot may be told to generate a UUID by setting "
302 "LIVE_GENERATE_UUID=1 when building the initramfs."
308 msgid "B<integrity-check>"
314 "If specified, an MD5 sum is calculated on the live media during boot and "
315 "compared to the value found in md5sum.txt found in the root directory of the "
322 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>]]"
328 "Let you specify the name(s) and the options of the interface(s) that should "
329 "be configured at boot time. Do not specify this if you want to use dhcp "
330 "(default). It will be changed in a future release to mimick official kernel "
331 "boot param specification (e.g. ip=10.0.0.1::10.0.0.254:255.255.255.0::"
332 "eth0,:::::eth1:dhcp)."
338 msgid "B<ip>=[I<frommedia>]"
344 "If this variable is set, dhcp and static configuration are just skipped and "
345 "the system will use the (must be) media-preconfigured /etc/network/"
346 "interfaces instead."
352 msgid "{B<live-media>|B<bootfrom>}=I<DEVICE>"
358 "If you specify one of this two equivalent forms, live-boot will first try to "
359 "find this device for the \"/live\" directory where the read-only root "
360 "filesystem should reside. If it did not find something usable, the normal "
361 "scan for block devices is performed."
367 "Instead of specifing an actual device name, the keyword 'removable' can be "
368 "used to limit the search of acceptable live media to removable type only. "
369 "Note that if you want to further restrict the media to usb mass storage "
370 "only, you can use the 'removable-usb' keyword."
376 msgid "{B<live-media-encryption>|B<encryption>}=I<TYPE>"
382 "live-boot will mount the encrypted rootfs TYPE, asking the passphrase, "
383 "useful to build paranoid live systems :-). TYPE supported so far are \"aes\" "
384 "for loop-aes encryption type."
390 msgid "B<live-media-offset>=I<BYTES>"
396 "This way you could tell live-boot that your image starts at offset BYTES in "
397 "the above specified or autodiscovered device, this could be useful to hide "
398 "the Debian Live iso or image inside another iso or image, to create \"clean"
405 msgid "B<live-media-path>=I<PATH>"
411 "Sets the path to the live filesystem on the medium. By default, it is set to "
412 "'/live' and you should not change that unless you have customized your media "
419 msgid "B<live-media-timeout>=I<SECONDS>"
425 "Set the timeout in seconds for the device specified by \"live-media=\" to "
426 "become ready before giving up."
432 msgid "B<module>=I<NAME>"
438 "Instead of using the default optional file \"filesystem.module\" (see below) "
439 "another file could be specified without the extension \".module\"; it should "
440 "be placed on \"/live\" directory of the live medium."
446 msgid "B<netboot>[=nfs|cifs]"
452 "This tells live-boot to perform a network mount. The parameter \"nfsroot="
453 "\" (with optional \"nfsopts=\"), should specify where is the location of the "
454 "root filesystem. With no args, will try cifs first, and if it fails nfs."
465 msgid "This lets you specify custom nfs options."
471 msgid "B<nofastboot>"
477 "This parameter disables the default disabling of filesystem checks in /etc/"
478 "fstab. If you have static filesystems on your harddisk and you want them to "
479 "be checked at boot time, use this parameter, otherwise they are skipped."
485 msgid "B<nopersistent>"
491 "disables the \"persistent\" feature, useful if the bootloader (like "
492 "syslinux) has been installed with persistent enabled."
502 #: en/live-boot.7:101
503 msgid "Do not prompt to eject the CD or remove the USB flash drive on reboot."
507 #: en/live-boot.7:101
513 #: en/live-boot.7:103
514 msgid "This parameter enables usage of local swap partitions."
518 #: en/live-boot.7:103
520 msgid "B<persistent>[={nofiles|cryptsetup}]"
524 #: en/live-boot.7:105
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."
535 #: en/live-boot.7:107
537 "If \"nofiles\" is specified, only filesystems with matching labels will be "
538 "searched; no filesystems will be traversed looking for archives or image "
539 "files. This results in shorter boot times."
543 #: en/live-boot.7:109
545 "If \"cryptsetup\" is specified, filesystems stored on Luks-encrypted devices "
546 "will be considered as well as others when searching for a persistence "
547 "filesystem; the user will be prompted for any needed decryption passphrase."
551 #: en/live-boot.7:109
553 msgid "B<persistent-path>=I<PATH>"
557 #: en/live-boot.7:111
559 "live-boot will look for persistency files in the root directory of a "
560 "partition, with this parameter, the path can be configured so that you can "
561 "have multiple directories on the same partition to store persistency files."
565 #: en/live-boot.7:111
567 msgid "B<persistent-subtext>=I<SUFFIX>"
571 #: en/live-boot.7:113
573 "Add a suffix when searching for the image filenames or partition labels to "
574 "use for the above mentioned persistent feature, the SUFFIX will be added "
575 "after a dash (e.g.: \"live-sn\" would transform to \"live-sn-SUFFIX\"). This "
576 "is handy to test multiple live-boot based live-systems with different "
577 "persistent storage choices."
581 #: en/live-boot.7:113
583 msgid "{B<preseed/file>|B<file>}=I<FILE>"
587 #: en/live-boot.7:115
589 "A path to a file present on the rootfs could be used to preseed debconf "
594 #: en/live-boot.7:115
596 msgid "B<package/question>=I<VALUE>"
600 #: en/live-boot.7:117
602 "All debian installed packages could be preseeded from command-line that way, "
603 "beware of blanks spaces, they will interfere with parsing, use a preseed "
608 #: en/live-boot.7:117
610 msgid "B<quickreboot>"
614 #: en/live-boot.7:119
616 "This option causes live-boot to reboot without attempting to eject the media "
617 "and without asking the user to remove the boot media."
621 #: en/live-boot.7:119
623 msgid "B<showmounts>"
627 #: en/live-boot.7:121
629 "This parameter will make live-boot to show on \"/\" the ro filesystems "
630 "(mostly compressed) on \"/live\". This is not enabled by default because "
631 "could lead to problems by applications like \"mono\" which store binary "
632 "paths on installation."
636 #: en/live-boot.7:121
642 #: en/live-boot.7:123
644 "If you boot with the normal quiet parameter, live-boot hides most messages "
645 "of its own. When adding silent, it hides all."
649 #: en/live-boot.7:123
651 msgid "B<todisk>=I<DEVICE>"
655 #: en/live-boot.7:125
657 "Adding this parameter, live-boot will try to copy the entire read-only media "
658 "to the specified device before mounting the root filesystem. It probably "
659 "needs a lot of free space. Subsequent boots should then skip this step and "
660 "just specify the \"live-media=DEVICE\" boot parameter with the same DEVICE "
665 #: en/live-boot.7:125
671 #: en/live-boot.7:127
673 "Adding this parameter, live-boot will try to copy the whole read-only media "
674 "to the computer's RAM before mounting the root filesystem. This could need a "
675 "lot of ram, according to the space used by the read-only media."
679 #: en/live-boot.7:127
681 msgid "B<union>=aufs|unionfs"
686 #: en/live-boot.7:130
688 "By default, live-boot uses aufs. With this parameter, you can switch to "
694 #: en/live-boot.7:132
700 #: en/live-boot.7:133 en/live-snapshot.1:43
702 msgid "B</etc/live.conf>"
706 #: en/live-boot.7:135 en/live-snapshot.1:45
708 "Some variables can be configured via this config file (inside the live "
713 #: en/live-boot.7:135 en/live-snapshot.1:45
715 msgid "B<live/filesystem.module>"
719 #: en/live-boot.7:137 en/live-snapshot.1:47
721 "This optional file (inside the live media) contains a list of white-space or "
722 "carriage-return-separated file names corresponding to disk images in the \"/"
723 "live\" directory. If this file exists, only images listed here will be "
724 "merged into the root aufs, and they will be loaded in the order listed here. "
725 "The first entry in this file will be the \"lowest\" point in the aufs, and "
726 "the last file in this list will be on the \"top\" of the aufs, directly "
727 "below /cow. Without this file, any images in the \"/live\" directory are "
728 "loaded in alphanumeric order."
732 #: en/live-boot.7:137 en/live-snapshot.1:47
734 msgid "B</etc/live-persistence.binds>"
738 #: en/live-boot.7:139 en/live-snapshot.1:49
740 "This optional file (which resides in the rootfs system, not in the live "
741 "media) is used as a list of directories which not need be persistent: ie. "
742 "their content does not need to survive reboots when using the persistence "
747 #: en/live-boot.7:142 en/live-snapshot.1:51
749 "This saves expensive writes and speeds up operations on volatile data such "
750 "as web caches and temporary files (like e.g. /tmp and .mozilla) which are "
751 "regenerated each time. This is achieved by bind mounting each listed "
752 "directory with a tmpfs on the original path."
756 #: en/live-boot.7:143 en/live-snapshot.1:42
762 #: en/live-boot.7:144
764 msgid "B</etc/live/boot.conf>"
768 #: en/live-boot.7:145
770 msgid "B</etc/live/boot.d/>"
774 #: en/live-boot.7:146
776 msgid "B<live/boot.conf>"
780 #: en/live-boot.7:147
782 msgid "B<live/boot.d/>"
786 #: en/live-boot.7:149 en/live-snapshot.1:54
792 #: en/live-boot.7:151
793 msgid "I<live-snapshot>(1)"
797 #: en/live-boot.7:153 en/live-snapshot.1:58
798 msgid "I<live-build>(7)"
802 #: en/live-boot.7:155 en/live-snapshot.1:60
803 msgid "I<live-config>(7)"
807 #: en/live-boot.7:156 en/live-snapshot.1:61
813 #: en/live-boot.7:158 en/live-snapshot.1:63
815 "More information about live-boot and the Debian Live project can be found on "
816 "the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
817 "E<lt>I<http://live.debian.net/manual/>E<gt>."
821 #: en/live-boot.7:159 en/live-snapshot.1:64
827 #: en/live-boot.7:161 en/live-snapshot.1:66
829 "Bugs can be reported by submitting a bugreport for the live-boot package in "
830 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
831 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
836 #: en/live-boot.7:162 en/live-snapshot.1:67
842 #: en/live-boot.7:163 en/live-snapshot.1:68
844 "live-boot was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
845 "the Debian project."