From: Daniel Baumann Date: Tue, 5 Jun 2012 17:38:53 +0000 (+0200) Subject: Releasing debian version 3.0~a30-1. X-Git-Tag: debian/3.0_a30-1^0 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=524e4fb039ccd35a7101e66b661d7b94373487c1 Releasing debian version 3.0~a30-1. --- diff --git a/VERSION b/VERSION index 791dbb4..d056a44 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0~a29-1 +3.0~a30-1 diff --git a/debian/changelog b/debian/changelog index 8b2f96f..353df9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +live-boot (3.0~a30-1) experimental; urgency=low + + * Removing dead lang2locale function and associated files, not used + anywhere. + * Converting select_eth_device initramfs-tools pre-mount script into + regular live-boot script. + * Consistenly using 'true' instead of 'Yes' or 'yes' when using + booleans. + * Removing some dead boot parameters. + * Splitting out integrity-check function to subscript. + * Rewriting live-media checksum verification to work with any SHA and + MD5 digests. + * Updating read-only handling to new parameter handling. + * Updating internal cmdline handling. + * Updating swapon handling to new parameter handling. + * Also allowing /dev/vd* to be used as swap devices and drop /dev/hd*. + * Splitting out swap handling and rewriting to a live-boot subscript. + * Moving validateroot bottom script into main boot script itself. + * Removing exporting of variables for reviewed options in the cmdline + function, not required. + * Removing fastboot handling, the normal system handles this via + 'fastboot' bootparameter already. + * Transforming persistence_excludes bottom script into normal live- + boot script. + * Transforming fstab bottom script into normal live-boot script. + * Transforming networking bottom script into normal live-boot script. + * Simplyfing initramfs-tools specific files within the source tree. + + -- Daniel Baumann Tue, 05 Jun 2012 19:37:54 +0200 + live-boot (3.0~a29-1) experimental; urgency=low * Automatically translate date formats in po files. diff --git a/manpages/de/live-boot.de.7 b/manpages/de/live-boot.de.7 index 2bf2986..fe38748 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 05.06.2012 3.0~a29\-1 "Debian Live Project" +.TH LIVE\-BOOT 7 05.06.2012 3.0~a30\-1 "Debian Live Project" .SH NAME \fBlive\-boot\fP \- System Boot Scripts @@ -106,7 +106,7 @@ live\-media. Do not check that any UUID embedded in the initramfs matches the discovered medium. live\-boot may be told to generate a UUID by setting LIVE_GENERATE_UUID=1 when building the initramfs. -.IP \fBintegrity\-check\fP 4 +.IP \fBverify\-checksums\fP 4 If specified, an MD5 sum is calculated on the live media during boot and compared to the value found in md5sum.txt found in the root directory of the live media. diff --git a/manpages/de/live-persistence.conf.de.5 b/manpages/de/live-persistence.conf.de.5 index 873a5fc..9045999 100644 --- a/manpages/de/live-persistence.conf.de.5 +++ b/manpages/de/live-persistence.conf.de.5 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT conf 05.06.2012 3.0~a29\-1 "Debian Live Project" +.TH LIVE\-BOOT conf 05.06.2012 3.0~a30\-1 "Debian Live Project" .SH NAME \fBlive\-persistence.conf\fP \- Configuration file for persistence media in diff --git a/manpages/de/live-snapshot.de.1 b/manpages/de/live-snapshot.de.1 index b984c8f..8518b3f 100644 --- a/manpages/de/live-snapshot.de.1 +++ b/manpages/de/live-snapshot.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT 1 05.06.2012 3.0~a29\-1 "Debian Live Project" +.TH LIVE\-BOOT 1 05.06.2012 3.0~a30\-1 "Debian Live Project" .SH NAME \fBlive\-snapshot\fP \- simple script to ease persistence usage diff --git a/manpages/en/live-boot.7 b/manpages/en/live-boot.7 index fa5f82b..7863439 100644 --- a/manpages/en/live-boot.7 +++ b/manpages/en/live-boot.7 @@ -1,4 +1,4 @@ -.TH LIVE\-BOOT 7 2012\-06\-05 3.0~a29-1 "Debian Live Project" +.TH LIVE\-BOOT 7 2012\-06\-05 3.0~a30-1 "Debian Live Project" .SH NAME \fBlive\-boot\fR \- System Boot Scripts diff --git a/manpages/en/live-persistence.conf.5 b/manpages/en/live-persistence.conf.5 index ecf703c..bdc8116 100644 --- a/manpages/en/live-persistence.conf.5 +++ b/manpages/en/live-persistence.conf.5 @@ -1,4 +1,4 @@ -.TH LIVE\-BOOT conf 2012\-06\-05 3.0~a29-1 "Debian Live Project" +.TH LIVE\-BOOT conf 2012\-06\-05 3.0~a30-1 "Debian Live Project" .SH NAME \fBlive-persistence.conf\fR \- Configuration file for persistence media in diff --git a/manpages/en/live-snapshot.1 b/manpages/en/live-snapshot.1 index 8e13ae9..94046e0 100644 --- a/manpages/en/live-snapshot.1 +++ b/manpages/en/live-snapshot.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BOOT 1 2012\-06\-05 3.0~a29-1 "Debian Live Project" +.TH LIVE\-BOOT 1 2012\-06\-05 3.0~a30-1 "Debian Live Project" .SH NAME \fBlive\-snapshot\fR \- simple script to ease persistence usage diff --git a/manpages/es/live-boot.es.7 b/manpages/es/live-boot.es.7 index fc83f88..28a0374 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 05.06.2012 3.0~a29\-1 "Proyecto Debian Live" +.TH LIVE\-BOOT 7 05.06.2012 3.0~a30\-1 "Proyecto Debian Live" .SH NOMBRE \fBlive\-boot\fP \- Scripts de Arranque del Sistema @@ -110,7 +110,7 @@ está disponible en los medios en vivo. No comprobar que cualquier UUID integrado en el initramfs coincida con el medio encontrado. Se puede especificar a live\-boot que genere un UUID configurando LIVE_GENERATE_UUID=1 en el momento de crear el initramfs. -.IP \fBintegrity\-check\fP 4 +.IP \fBverify\-checksums\fP 4 Si se especifica, se calcula una suma MD5 sobre los medios en vivo durante el arranque y se compara con el valor md5sum.txt que se encuentra en el directorio raíz de los medios en vivo. diff --git a/manpages/es/live-persistence.conf.es.5 b/manpages/es/live-persistence.conf.es.5 index 58dcca2..7a7eed2 100644 --- a/manpages/es/live-persistence.conf.es.5 +++ b/manpages/es/live-persistence.conf.es.5 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT conf 05.06.2012 3.0~a29\-1 "Proyecto Debian Live" +.TH LIVE\-BOOT conf 05.06.2012 3.0~a30\-1 "Proyecto Debian Live" .SH NOMBRE \fBlive\-persistence.conf\fP \- Fichero para configurar medios de almacenamiento diff --git a/manpages/es/live-snapshot.es.1 b/manpages/es/live-snapshot.es.1 index fa155a1..26db71f 100644 --- a/manpages/es/live-snapshot.es.1 +++ b/manpages/es/live-snapshot.es.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT 1 05.06.2012 3.0~a29\-1 "Proyecto Debian Live" +.TH LIVE\-BOOT 1 05.06.2012 3.0~a30\-1 "Proyecto Debian Live" .SH NOMBRE \fBlive\-snapshot\fP \- sencillo script para facilitar el uso de la persistencia diff --git a/manpages/po/de/live-boot.7.po b/manpages/po/de/live-boot.7.po index 583c785..71f84e9 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 3.0~a28-1\n" -"POT-Creation-Date: 2012-06-05 16:01+0300\n" +"POT-Creation-Date: 2012-06-05 19:38+0300\n" "PO-Revision-Date: 2012-04-08 22:48+0300\n" "Last-Translator: Daniel Baumann \n" "Language-Team: none\n" @@ -30,7 +30,7 @@ msgstr "05.06.2012" #. type: TH #: en/live-boot.7:1 en/live-persistence.conf.5:1 en/live-snapshot.1:1 #, no-wrap -msgid "3.0~a29-1" +msgid "3.0~a30-1" msgstr "" #. type: TH @@ -324,7 +324,7 @@ msgstr "" #. type: IP #: en/live-boot.7:75 #, no-wrap -msgid "B" +msgid "B" msgstr "" #. type: Plain text diff --git a/manpages/po/de/live-persistence.conf.5.po b/manpages/po/de/live-persistence.conf.5.po index bb87060..6ac758f 100644 --- a/manpages/po/de/live-persistence.conf.5.po +++ b/manpages/po/de/live-persistence.conf.5.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot 3.0~a28-1\n" -"POT-Creation-Date: 2012-06-05 16:01+0300\n" +"POT-Creation-Date: 2012-06-05 19:38+0300\n" "PO-Revision-Date: 2012-04-08 22:48+0300\n" "Last-Translator: Daniel Baumann \n" "Language-Team: none\n" @@ -30,7 +30,7 @@ msgstr "05.06.2012" #. type: TH #: en/live-boot.7:1 en/live-persistence.conf.5:1 en/live-snapshot.1:1 #, no-wrap -msgid "3.0~a29-1" +msgid "3.0~a30-1" msgstr "" #. type: TH diff --git a/manpages/po/de/live-snapshot.1.po b/manpages/po/de/live-snapshot.1.po index f9eff74..5f9676f 100644 --- a/manpages/po/de/live-snapshot.1.po +++ b/manpages/po/de/live-snapshot.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot 3.0~a28-1\n" -"POT-Creation-Date: 2012-06-05 16:01+0300\n" +"POT-Creation-Date: 2012-06-05 19:38+0300\n" "PO-Revision-Date: 2012-04-08 22:48+0300\n" "Last-Translator: Daniel Baumann \n" "Language-Team: none\n" @@ -30,7 +30,7 @@ msgstr "05.06.2012" #. type: TH #: en/live-boot.7:1 en/live-persistence.conf.5:1 en/live-snapshot.1:1 #, no-wrap -msgid "3.0~a29-1" +msgid "3.0~a30-1" msgstr "" #. type: TH diff --git a/manpages/po/es/live-boot.7.po b/manpages/po/es/live-boot.7.po index edd098e..b96ee1a 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 3.0~a28-1\n" -"POT-Creation-Date: 2012-06-05 16:01+0300\n" +"POT-Creation-Date: 2012-06-05 19:38+0300\n" "PO-Revision-Date: 2012-05-13 18:30+0100\n" "Last-Translator: Carlos Zuferri «chals» \n" "Language-Team: none\n" @@ -30,8 +30,7 @@ msgstr "05.06.2012" #. type: TH #: en/live-boot.7:1 en/live-persistence.conf.5:1 en/live-snapshot.1:1 #, fuzzy, no-wrap -#| msgid "3.0~a28-1" -msgid "3.0~a29-1" +msgid "3.0~a30-1" msgstr "3.0~a28-1" #. type: TH @@ -399,8 +398,9 @@ msgstr "" #. type: IP #: en/live-boot.7:75 -#, no-wrap -msgid "B" +#, fuzzy, no-wrap +#| msgid "B" +msgid "B" msgstr "B" #. type: Plain text diff --git a/manpages/po/es/live-persistence.conf.5.po b/manpages/po/es/live-persistence.conf.5.po index 6456b3f..1f80837 100644 --- a/manpages/po/es/live-persistence.conf.5.po +++ b/manpages/po/es/live-persistence.conf.5.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot 3.0~a28-1\n" -"POT-Creation-Date: 2012-06-05 16:01+0300\n" +"POT-Creation-Date: 2012-06-05 19:38+0300\n" "PO-Revision-Date: \n" "Last-Translator: Carlos Zuferri «chals» \n" "Language-Team: none\n" @@ -29,8 +29,7 @@ msgstr "05.06.2012" #. type: TH #: en/live-boot.7:1 en/live-persistence.conf.5:1 en/live-snapshot.1:1 #, fuzzy, no-wrap -#| msgid "3.0~a28-1" -msgid "3.0~a29-1" +msgid "3.0~a30-1" msgstr "3.0~a28-1" #. type: TH diff --git a/manpages/po/es/live-snapshot.1.po b/manpages/po/es/live-snapshot.1.po index 6b21dd3..8c64719 100644 --- a/manpages/po/es/live-snapshot.1.po +++ b/manpages/po/es/live-snapshot.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot 3.0~a28-1\n" -"POT-Creation-Date: 2012-06-05 16:01+0300\n" +"POT-Creation-Date: 2012-06-05 19:38+0300\n" "PO-Revision-Date: 2012-05-13 18:37+0100\n" "Last-Translator: Carlos Zuferri «chals» \n" "Language-Team: none\n" @@ -29,8 +29,7 @@ msgstr "05.06.2012" #. type: TH #: en/live-boot.7:1 en/live-persistence.conf.5:1 en/live-snapshot.1:1 #, fuzzy, no-wrap -#| msgid "3.0~a28-1" -msgid "3.0~a29-1" +msgid "3.0~a30-1" msgstr "3.0~a28-1" #. type: TH diff --git a/manpages/pot/live-boot.7.pot b/manpages/pot/live-boot.7.pot index 203a296..0c655f9 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 16:01+0300\n" +"POT-Creation-Date: 2012-06-05 19:38+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,7 @@ msgstr "" #. type: TH #: en/live-boot.7:1 en/live-persistence.conf.5:1 en/live-snapshot.1:1 #, no-wrap -msgid "3.0~a29-1" +msgid "3.0~a30-1" msgstr "" #. type: TH @@ -325,7 +325,7 @@ msgstr "" #. type: IP #: en/live-boot.7:75 #, no-wrap -msgid "B" +msgid "B" msgstr "" #. type: Plain text diff --git a/manpages/pot/live-persistence.conf.5.pot b/manpages/pot/live-persistence.conf.5.pot index 7b3e9a1..dd3d63a 100644 --- a/manpages/pot/live-persistence.conf.5.pot +++ b/manpages/pot/live-persistence.conf.5.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot VERSION\n" -"POT-Creation-Date: 2012-06-05 16:01+0300\n" +"POT-Creation-Date: 2012-06-05 19:38+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,7 @@ msgstr "" #. type: TH #: en/live-boot.7:1 en/live-persistence.conf.5:1 en/live-snapshot.1:1 #, no-wrap -msgid "3.0~a29-1" +msgid "3.0~a30-1" msgstr "" #. type: TH diff --git a/manpages/pot/live-snapshot.1.pot b/manpages/pot/live-snapshot.1.pot index f0e62b0..35dbcce 100644 --- a/manpages/pot/live-snapshot.1.pot +++ b/manpages/pot/live-snapshot.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot VERSION\n" -"POT-Creation-Date: 2012-06-05 16:01+0300\n" +"POT-Creation-Date: 2012-06-05 19:38+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,7 @@ msgstr "" #. type: TH #: en/live-boot.7:1 en/live-persistence.conf.5:1 en/live-snapshot.1:1 #, no-wrap -msgid "3.0~a29-1" +msgid "3.0~a30-1" msgstr "" #. type: TH