diff options
author | Daniel Baumann <daniel@debian.org> | 2013-02-12 08:28:13 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 13:54:15 +0200 |
commit | bd0059f36bacbf75006a9d700e32b3bd1b69d192 (patch) | |
tree | 206b370c724320385af65b4c4e74472431fa4c1e /manpages | |
parent | ce12b482343b4fc90268bba70aa37869a525c99b (diff) | |
download | live-boot-bd0059f36bacbf75006a9d700e32b3bd1b69d192.tar.gz live-boot-bd0059f36bacbf75006a9d700e32b3bd1b69d192.zip |
Updating manpage for persistence-label, thanks to Mike Gach <gach.mqt@gmail.com> (Closes: #697873).
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/de/live-boot.de.7 | 12 | ||||
-rw-r--r-- | manpages/de/persistence.conf.de.5 | 2 | ||||
-rw-r--r-- | manpages/en/live-boot.7 | 6 | ||||
-rw-r--r-- | manpages/en/persistence.conf.5 | 2 | ||||
-rw-r--r-- | manpages/es/live-boot.es.7 | 13 | ||||
-rw-r--r-- | manpages/es/persistence.conf.es.5 | 2 | ||||
-rw-r--r-- | manpages/po/de/live-boot.7.po | 16 | ||||
-rw-r--r-- | manpages/po/de/persistence.conf.5.po | 6 | ||||
-rw-r--r-- | manpages/po/es/live-boot.7.po | 24 | ||||
-rw-r--r-- | manpages/po/es/persistence.conf.5.po | 6 | ||||
-rw-r--r-- | manpages/pot/live-boot.7.pot | 14 | ||||
-rw-r--r-- | manpages/pot/persistence.conf.5.pot | 4 |
12 files changed, 45 insertions, 62 deletions
diff --git a/manpages/de/live-boot.de.7 b/manpages/de/live-boot.de.7 index 6fb2995..11c59bc 100644 --- a/manpages/de/live-boot.de.7 +++ b/manpages/de/live-boot.de.7 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT 7 08.01.2013 4.0~a4\-1 "Debian Live Project" +.TH LIVE\-BOOT 7 12.02.2013 4.0~a4\-1 "Debian Live Project" .SH NAME \fBlive\-boot\fP \- System Boot Scripts @@ -207,12 +207,10 @@ probing for persistence media. If "filesystem" is in the list, filesystems with matching labels will be used; if "file" is in the list, all filesystems will be probed for archives and image files with matching filenames. The default is "file,filesystem". -.IP \fBpersistence\-subtext\fP=\fISUFFIX\fP 4 -Add a suffix when searching for the image filenames or partition labels to -use for the above mentioned persistence feature, the SUFFIX will be added -after a dash (e.g.: "live\-sn" would transform to "live\-sn\-SUFFIX"). This is -handy to test multiple live\-boot based live\-systems with different -persistence storage choices. +.IP \fBpersistence\-label\fP=\fILABEL\fP 4 +live\-boot will use the name "LABEL" instead of "persistence" when searching +for persistent storage. LABEL can be any valid filename, partition label, or +GPT name. .IP \fBquickreboot\fP 4 This option causes live\-boot to reboot without attempting to eject the media and without asking the user to remove the boot media. diff --git a/manpages/de/persistence.conf.de.5 b/manpages/de/persistence.conf.de.5 index 3955fdc..d960f7c 100644 --- a/manpages/de/persistence.conf.de.5 +++ b/manpages/de/persistence.conf.de.5 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT conf 08.01.2013 4.0~a4\-1 "Debian Live Project" +.TH LIVE\-BOOT conf 12.02.2013 4.0~a4\-1 "Debian Live Project" .SH NAME \fBpersistence.conf\fP \- Configuration file for persistence media in live\-boot diff --git a/manpages/en/live-boot.7 b/manpages/en/live-boot.7 index 4f67c52..cc12e46 100644 --- a/manpages/en/live-boot.7 +++ b/manpages/en/live-boot.7 @@ -1,4 +1,4 @@ -.TH LIVE\-BOOT 7 2013\-01\-08 4.0~a4-1 "Debian Live Project" +.TH LIVE\-BOOT 7 2013\-02\-12 4.0~a4-1 "Debian Live Project" .SH NAME \fBlive\-boot\fR \- System Boot Scripts @@ -120,8 +120,8 @@ live\-boot will look for persistency files in the root directory of a partition, Filesystem changes are not saved back to persistence media. In particular, overlays and netboot NFS mounts are mounted read-only. .IP "\fBpersistence\-storage\fR=\fITYPE1\fR,\fITYPE2\fR ... \fITYPEn\fR" 4 This option determines which types of persistence storage to consider when probing for persistence media. If "filesystem" is in the list, filesystems with matching labels will be used; if "file" is in the list, all filesystems will be probed for archives and image files with matching filenames. The default is "file,filesystem". -.IP "\fBpersistence\-subtext\fR=\fISUFFIX\fR" 4 -Add a suffix when searching for the image filenames or partition labels to use for the above mentioned persistence feature, the SUFFIX will be added after a dash (e.g.: "live-sn" would transform to "live-sn-SUFFIX"). This is handy to test multiple live-boot based live-systems with different persistence storage choices. +.IP "\fBpersistence\-label\fR=\fILABEL\fR" 4 +live-boot will use the name "LABEL" instead of "persistence" when searching for persistent storage. LABEL can be any valid filename, partition label, or GPT name. .IP "\fBquickreboot\fR" 4 This option causes live\-boot to reboot without attempting to eject the media and without asking the user to remove the boot media. .IP "\fBshowmounts\fR" 4 diff --git a/manpages/en/persistence.conf.5 b/manpages/en/persistence.conf.5 index 1ae96be..b401895 100644 --- a/manpages/en/persistence.conf.5 +++ b/manpages/en/persistence.conf.5 @@ -1,4 +1,4 @@ -.TH LIVE\-BOOT conf 2013\-01\-08 4.0~a4-1 "Debian Live Project" +.TH LIVE\-BOOT conf 2013\-02\-12 4.0~a4-1 "Debian Live Project" .SH NAME \fBpersistence.conf\fR \- Configuration file for persistence media in diff --git a/manpages/es/live-boot.es.7 b/manpages/es/live-boot.es.7 index e2f43ef..1b3997d 100644 --- a/manpages/es/live-boot.es.7 +++ b/manpages/es/live-boot.es.7 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT 7 08.01.2013 4.0~a4\-1 "Proyecto Debian Live" +.TH LIVE\-BOOT 7 12.02.2013 4.0~a4\-1 "Proyecto Debian Live" .SH NOMBRE \fBlive\-boot\fP \- Scripts de Arranque del Sistema @@ -222,13 +222,10 @@ está en la lista, se usarán los sistemas de ficheros que tengan su etiqueta correspondiente; si "file" está en la lista, todos los sistemas de ficheros se probarán buscando ficheros y ficheros imagen con sus etiquetas correspondientes. Por defecto es "file,filesystem". -.IP \fBpersistence\-subtext\fP=\fISUFFIX\fP 4 -Añadir un sufijo cuando se buscan los nombres de las imágenes o etiquetas de -las particiones a utilizar para la función de la persistencia mencionada -anteriormente, el SUFFIX se añadirá después de un guión (por ejemplo: -"live\-sn" se transformaría en "live\-sn\-SUFFIX"). Esto es útil para probar -múltiples sistemas en vivo basados en live\-boot con diferentes opciones de -almacenamiento con persistencia. +.IP \fBpersistence\-label\fP=\fILABEL\fP 4 +live\-boot will use the name "LABEL" instead of "persistence" when searching +for persistent storage. LABEL can be any valid filename, partition label, or +GPT name. .IP \fBquickreboot\fP 4 Esta opción hace que live\-boot reinicie sin tratar de expulsar los medios y sin pedirle al usuario que extraiga el dispositivo usado para arrancar. diff --git a/manpages/es/persistence.conf.es.5 b/manpages/es/persistence.conf.es.5 index fd52063..6324a05 100644 --- a/manpages/es/persistence.conf.es.5 +++ b/manpages/es/persistence.conf.es.5 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT conf 08.01.2013 4.0~a4\-1 "Proyecto Debian Live" +.TH LIVE\-BOOT conf 12.02.2013 4.0~a4\-1 "Proyecto Debian Live" .SH NOMBRE \fBpersistence.conf\fP \- Fichero para configurar medios de almacenamiento con diff --git a/manpages/po/de/live-boot.7.po b/manpages/po/de/live-boot.7.po index 71dea1d..8fb7a26 100644 --- a/manpages/po/de/live-boot.7.po +++ b/manpages/po/de/live-boot.7.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot 4.0~a4-1\n" -"POT-Creation-Date: 2013-01-08 06:58+0100\n" +"POT-Creation-Date: 2013-02-12 08:27+0100\n" "PO-Revision-Date: 2012-04-08 22:48+0300\n" "Last-Translator: Daniel Baumann <daniel@debian.org>\n" "Language-Team: none\n" @@ -24,8 +24,8 @@ msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2013-01-08" -msgstr "08.01.2013" +msgid "2013-02-12" +msgstr "12.02.2013" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 @@ -655,17 +655,15 @@ msgstr "" #. type: IP #: en/live-boot.7:123 #, no-wrap -msgid "B<persistence-subtext>=I<SUFFIX>" +msgid "B<persistence-label>=I<LABEL>" msgstr "" #. type: Plain text #: en/live-boot.7:125 msgid "" -"Add a suffix when searching for the image filenames or partition labels to " -"use for the above mentioned persistence feature, the SUFFIX will be added " -"after a dash (e.g.: \"live-sn\" would transform to \"live-sn-SUFFIX\"). This " -"is handy to test multiple live-boot based live-systems with different " -"persistence storage choices." +"live-boot will use the name \"LABEL\" instead of \"persistence\" when " +"searching for persistent storage. LABEL can be any valid filename, partition " +"label, or GPT name." msgstr "" #. type: IP diff --git a/manpages/po/de/persistence.conf.5.po b/manpages/po/de/persistence.conf.5.po index 0ec5d6e..50c7753 100644 --- a/manpages/po/de/persistence.conf.5.po +++ b/manpages/po/de/persistence.conf.5.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot 4.0~a4-1\n" -"POT-Creation-Date: 2013-01-08 06:58+0100\n" +"POT-Creation-Date: 2013-02-12 08:27+0100\n" "PO-Revision-Date: 2012-04-08 22:48+0300\n" "Last-Translator: Daniel Baumann <daniel@debian.org>\n" "Language-Team: none\n" @@ -24,8 +24,8 @@ msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2013-01-08" -msgstr "08.01.2013" +msgid "2013-02-12" +msgstr "12.02.2013" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 diff --git a/manpages/po/es/live-boot.7.po b/manpages/po/es/live-boot.7.po index 475bc52..f898d48 100644 --- a/manpages/po/es/live-boot.7.po +++ b/manpages/po/es/live-boot.7.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot 4.0~a4-1\n" -"POT-Creation-Date: 2013-01-08 06:58+0100\n" +"POT-Creation-Date: 2013-02-12 08:27+0100\n" "PO-Revision-Date: 2013-01-08 14:00+0100\n" "Last-Translator: Carlos Zuferri <chals@altorricon.com>\n" "Language-Team: none\n" @@ -24,8 +24,8 @@ msgstr "LIVE-BOOT" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2013-01-08" -msgstr "08.01.2013" +msgid "2013-02-12" +msgstr "12.02.2013" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 @@ -803,24 +803,16 @@ msgstr "" #. type: IP #: en/live-boot.7:123 #, no-wrap -msgid "B<persistence-subtext>=I<SUFFIX>" -msgstr "B<persistence-subtext>=I<SUFFIX>" +msgid "B<persistence-label>=I<LABEL>" +msgstr "B<persistence-label>=I<LABEL>" #. type: Plain text #: en/live-boot.7:125 msgid "" -"Add a suffix when searching for the image filenames or partition labels to " -"use for the above mentioned persistence feature, the SUFFIX will be added " -"after a dash (e.g.: \"live-sn\" would transform to \"live-sn-SUFFIX\"). This " -"is handy to test multiple live-boot based live-systems with different " -"persistence storage choices." +"live-boot will use the name \"LABEL\" instead of \"persistence\" when " +"searching for persistent storage. LABEL can be any valid filename, partition " +"label, or GPT name." msgstr "" -"Añadir un sufijo cuando se buscan los nombres de las imágenes o etiquetas de " -"las particiones a utilizar para la función de la persistencia mencionada " -"anteriormente, el SUFFIX se añadirá después de un guión (por ejemplo: \"live-" -"sn\" se transformaría en \"live-sn-SUFFIX\"). Esto es útil para probar " -"múltiples sistemas en vivo basados en live-boot con diferentes opciones de " -"almacenamiento con persistencia." #. type: IP #: en/live-boot.7:125 diff --git a/manpages/po/es/persistence.conf.5.po b/manpages/po/es/persistence.conf.5.po index f826b32..272b74b 100644 --- a/manpages/po/es/persistence.conf.5.po +++ b/manpages/po/es/persistence.conf.5.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot 4.0~a4-1\n" -"POT-Creation-Date: 2013-01-08 06:58+0100\n" +"POT-Creation-Date: 2013-02-12 08:27+0100\n" "PO-Revision-Date: 2012-06-07 19:11+0200\n" "Last-Translator: Carlos Zuferri «chals» <chals@altorricon.com>\n" "Language-Team: none\n" @@ -23,8 +23,8 @@ msgstr "LIVE-BOOT" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2013-01-08" -msgstr "08.01.2013" +msgid "2013-02-12" +msgstr "12.02.2013" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 diff --git a/manpages/pot/live-boot.7.pot b/manpages/pot/live-boot.7.pot index 33ed0cd..de58daf 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: 2013-01-08 06:58+0100\n" +"POT-Creation-Date: 2013-02-12 08:27+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -25,7 +25,7 @@ msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2013-01-08" +msgid "2013-02-12" msgstr "" #. type: TH @@ -656,17 +656,15 @@ msgstr "" #. type: IP #: en/live-boot.7:123 #, no-wrap -msgid "B<persistence-subtext>=I<SUFFIX>" +msgid "B<persistence-label>=I<LABEL>" msgstr "" #. type: Plain text #: en/live-boot.7:125 msgid "" -"Add a suffix when searching for the image filenames or partition labels to " -"use for the above mentioned persistence feature, the SUFFIX will be added " -"after a dash (e.g.: \"live-sn\" would transform to \"live-sn-SUFFIX\"). This " -"is handy to test multiple live-boot based live-systems with different " -"persistence storage choices." +"live-boot will use the name \"LABEL\" instead of \"persistence\" when " +"searching for persistent storage. LABEL can be any valid filename, partition " +"label, or GPT name." msgstr "" #. type: IP diff --git a/manpages/pot/persistence.conf.5.pot b/manpages/pot/persistence.conf.5.pot index 3133e22..c0955a6 100644 --- a/manpages/pot/persistence.conf.5.pot +++ b/manpages/pot/persistence.conf.5.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot VERSION\n" -"POT-Creation-Date: 2013-01-08 06:58+0100\n" +"POT-Creation-Date: 2013-02-12 08:27+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -25,7 +25,7 @@ msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2013-01-08" +msgid "2013-02-12" msgstr "" #. type: TH |