X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=manpages%2Fpot%2Flive-boot.7.pot;h=447900cab02f517e2a2a5721849e7b2ae3f07f1b;hb=e77f47ca9964b83a76e183ea653dd91402a6757b;hp=0c655f983fd10e78bdaf7c1c5faf8b7bcf97a450;hpb=524e4fb039ccd35a7101e66b661d7b94373487c1;p=live-boot-grml.git diff --git a/manpages/pot/live-boot.7.pot b/manpages/pot/live-boot.7.pot index 0c655f9..447900c 100644 --- a/manpages/pot/live-boot.7.pot +++ b/manpages/pot/live-boot.7.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot VERSION\n" -"POT-Creation-Date: 2012-06-05 19:38+0300\n" +"POT-Creation-Date: 2013-03-10 22:13+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,31 +17,31 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. type: TH -#: en/live-boot.7:1 en/live-persistence.conf.5:1 en/live-snapshot.1:1 +#: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap msgid "LIVE-BOOT" msgstr "" #. type: TH -#: en/live-boot.7:1 en/live-persistence.conf.5:1 en/live-snapshot.1:1 +#: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2012-06-05" +msgid "2013-03-10" msgstr "" #. type: TH -#: en/live-boot.7:1 en/live-persistence.conf.5:1 en/live-snapshot.1:1 +#: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "3.0~a30-1" +msgid "4.0~a9-1" msgstr "" #. type: TH -#: en/live-boot.7:1 en/live-persistence.conf.5:1 en/live-snapshot.1:1 +#: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap msgid "Debian Live Project" msgstr "" #. type: SH -#: en/live-boot.7:3 en/live-persistence.conf.5:3 en/live-snapshot.1:3 +#: en/live-boot.7:3 en/persistence.conf.5:3 #, no-wrap msgid "NAME" msgstr "" @@ -52,7 +52,7 @@ msgid "B - System Boot Scripts" msgstr "" #. type: SH -#: en/live-boot.7:6 en/live-persistence.conf.5:7 en/live-snapshot.1:17 +#: en/live-boot.7:6 en/persistence.conf.5:7 #, no-wrap msgid "DESCRIPTION" msgstr "" @@ -133,12 +133,12 @@ msgstr "" msgid "" "B can be configured (but not activated) through configuration " "files. Those files can be placed either in the root filesystem itself (/etc/" -"live/boot.conf, /etc/live/boot.d/*.conf), or on the live media (live/boot." -"conf, live/boot.d/*.conf)." +"live/boot.conf, /etc/live/boot/*), or on the live media (live/boot.conf, " +"live/boot/*)." msgstr "" #. type: SH -#: en/live-boot.7:28 en/live-persistence.conf.5:57 en/live-snapshot.1:20 +#: en/live-boot.7:28 en/persistence.conf.5:57 #, no-wrap msgid "OPTIONS" msgstr "" @@ -339,7 +339,7 @@ msgstr "" #. type: IP #: en/live-boot.7:77 #, no-wrap -msgid "B=[I]:[I]:[I]:[I]:[I]:[I]:[I] [,[I]:[I]:[I]:[I]:[I]:[I]:[I]]" +msgid "B=[I]:[I]:[I]:[I]:[I] [,[I]:[I]:[I]:[I]:[I]]" msgstr "" #. type: Plain text @@ -515,35 +515,22 @@ msgstr "" #. type: IP #: en/live-boot.7:103 #, no-wrap -msgid "B" +msgid "B" msgstr "" #. type: Plain text #: en/live-boot.7:105 -msgid "Do not prompt to eject the CD or remove the USB flash drive on reboot." +msgid "Do not prompt to eject the live medium." msgstr "" #. type: IP #: en/live-boot.7:105 #, no-wrap -msgid "B=I" -msgstr "" - -#. type: Plain text -#: en/live-boot.7:107 -msgid "" -"This tells live-boot not to prompt to eject the CD (when noprompt=cd) or " -"remove the USB flash drive (when noprompt=usb) on reboot." -msgstr "" - -#. type: IP -#: en/live-boot.7:107 -#, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:109 +#: en/live-boot.7:107 msgid "" "This parameters allows to set a custom ramdisk size (it's the '-o size' " "option of tmpfs mount). By default, there is no ramdisk size set, so the " @@ -552,46 +539,40 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:109 +#: en/live-boot.7:107 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:111 +#: en/live-boot.7:109 msgid "This parameter enables usage of local swap partitions." msgstr "" #. type: IP -#: en/live-boot.7:111 +#: en/live-boot.7:109 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:113 +#: en/live-boot.7:111 msgid "" "live-boot will probe devices for persistence media. These can be partitions " -"(with the correct GPT name), filesystems (with the correct label) or image/" -"archive files (with the correct file name). Overlays are labeled/named " -"either \"full-ov\", which will be mounted on /, or \"custom-ov\", which can " -"be completely customized (see I(5)); snapshots are " -"labeled/named either \"live-sn\" or \"home-sn\" and will be extracted into / " -"or /home, respectively (see I(1) for more information). The " -"order these are handled are: full-ov, custom-ov, live-sn, home-sn. Overlay " -"image files and snapshot archive files have extensions which determines " -"their filesystem or archive type, e.g. \"custom-ov.ext4\" and \"home-sn." -"squashfs\"." +"(with the correct GPT name), filesystems (with the correct label) or image " +"files (with the correct file name). Overlays are labeled/named \"persistence" +"\" (see I(5)). Overlay image files have extensions which " +"determines their filesystem, e.g. \"persistence.ext4\"." msgstr "" #. type: IP -#: en/live-boot.7:113 +#: en/live-boot.7:111 #, no-wrap msgid "B=I,I ... I" msgstr "" #. type: Plain text -#: en/live-boot.7:115 +#: en/live-boot.7:113 msgid "" "This option determines which types of encryption that we allow to be used " "when probing devices for persistence media. If \"none\" is in the list, we " @@ -601,43 +582,42 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:115 +#: en/live-boot.7:113 #, no-wrap msgid "B={I|I}" msgstr "" #. type: Plain text -#: en/live-boot.7:117 +#: en/live-boot.7:115 msgid "" "If you specify the keyword 'removable', live-boot will try to find " -"persistence and snapshot partitions on removable media only. Note that if " -"you want to further restrict the media to usb mass storage only, you can use " -"the 'removable-usb' keyword." +"persistence partitions on removable media only. Note that if you want to " +"further restrict the media to usb mass storage only, you can use the " +"'removable-usb' keyword." msgstr "" #. type: IP -#: en/live-boot.7:117 +#: en/live-boot.7:115 #, no-wrap msgid "B=I,I ... I" msgstr "" #. type: Plain text -#: en/live-boot.7:119 +#: en/live-boot.7:117 msgid "" "This option determines which types of persistence media we allow. If " "\"overlay\" is in the list, we consider overlays (i.e. \"live-rw\" and " -"\"home-rw\"); if \"snapshot\" is in the list, we consider snapshots (i.e. " -"\"live-sn\" and \"home-sn\"). The default is \"overlay,snapshot\"." +"\"home-rw\"). The default is \"overlay\"." msgstr "" #. type: IP -#: en/live-boot.7:119 +#: en/live-boot.7:117 #, no-wrap msgid "B=I" msgstr "" #. type: Plain text -#: en/live-boot.7:121 +#: en/live-boot.7:119 msgid "" "live-boot will look for persistency files in the root directory of a " "partition, with this parameter, the path can be configured so that you can " @@ -645,27 +625,26 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:121 +#: en/live-boot.7:119 #, no-wrap msgid "B" msgstr "" #. type: Plain text -#: en/live-boot.7:123 +#: en/live-boot.7:121 msgid "" "Filesystem changes are not saved back to persistence media. In particular, " -"overlays and netboot NFS mounts are mounted read-only, and snapshots are not " -"resynced on shutdown." +"overlays and netboot NFS mounts are mounted read-only." msgstr "" #. type: IP -#: en/live-boot.7:123 +#: en/live-boot.7:121 #, no-wrap msgid "B=I,I ... I" msgstr "" #. type: Plain text -#: en/live-boot.7:125 +#: en/live-boot.7:123 msgid "" "This option determines which types of persistence storage to consider when " "probing for persistence media. If \"filesystem\" is in the list, filesystems " @@ -675,70 +654,68 @@ msgid "" msgstr "" #. type: IP -#: en/live-boot.7:125 +#: en/live-boot.7:123 #, no-wrap -msgid "B=I" +msgid "B=I