From: Daniel Baumann Date: Sat, 8 Feb 2014 16:33:23 +0000 (+0100) Subject: Adding upstream version 4.0~alpha19. X-Git-Tag: upstream/4.0_alpha19^0 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=cf0dc79d531aef28e681d386c120d6741b67ebc5;p=live-boot-grml.git Adding upstream version 4.0~alpha19. --- diff --git a/VERSION b/VERSION index 573484c..d5eae3d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0~alpha18-1 +4.0~alpha19-1 diff --git a/components/3020-swapon b/components/3020-swap similarity index 100% rename from components/3020-swapon rename to components/3020-swap diff --git a/manpages/bin/update-version.sh b/manpages/bin/update-version.sh index 725ebab..bf65481 100755 --- a/manpages/bin/update-version.sh +++ b/manpages/bin/update-version.sh @@ -1,7 +1,7 @@ #!/bin/sh ## live-boot(7) - System Boot Components -## Copyright (C) 2006-2013 Daniel Baumann +## Copyright (C) 2006-2014 Daniel Baumann ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. ## This is free software, and you are welcome to redistribute it @@ -35,8 +35,8 @@ do then for _FILE in po/${_LANGUAGE}/*.po do - sed -i -e "s|^msgstr .*.2013-.*$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \ - -e "s|^msgstr .*.2013\"$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \ + sed -i -e "s|^msgstr .*.2014-.*$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \ + -e "s|^msgstr .*.2014\"$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \ "${_FILE}" done fi @@ -47,8 +47,8 @@ if ls po/pt_BR/*.po > /dev/null 2>&1 then for _FILE in po/pt_BR/*.po do - sed -i -e "s|^msgstr .*.2013-.*$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \ - -e "s|^msgstr .*-2013\"$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \ + sed -i -e "s|^msgstr .*.2014-.*$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \ + -e "s|^msgstr .*-2014\"$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \ "${_FILE}" done fi diff --git a/manpages/de/live-boot.de.7 b/manpages/de/live-boot.de.7 index 9da7b24..9b2ccaf 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 20.11.2013 4.0~alpha18\-1 "Live Systems Project" +.TH LIVE\-BOOT 7 2014\-02\-08 4.0~alpha19\-1 "Live Systems Project" .SH NAME \fBlive\-boot\fP \- System Boot Components @@ -171,7 +171,7 @@ This parameter 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 default of mount applies (currently 50% of available RAM). Note that this option has currently no effect when booting with toram. -.IP \fBswapon\fP 4 +.IP \fBswap=true\fP 4 This parameter enables usage of local swap partitions. .IP \fBpersistence\fP 4 live\-boot will probe devices for persistence media. These can be partitions diff --git a/manpages/de/persistence.conf.de.5 b/manpages/de/persistence.conf.de.5 index a7e2c16..1fd62ec 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 20.11.2013 4.0~alpha18\-1 "Live Systems Project" +.TH LIVE\-BOOT conf 2014\-02\-08 4.0~alpha19\-1 "Live Systems 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 a5aaaa3..6c82c8c 100644 --- a/manpages/en/live-boot.7 +++ b/manpages/en/live-boot.7 @@ -1,4 +1,4 @@ -.TH LIVE\-BOOT 7 2013\-11\-20 4.0~alpha18-1 "Live Systems Project" +.TH LIVE\-BOOT 7 2014\-02\-08 4.0~alpha19-1 "Live Systems Project" .SH NAME \fBlive\-boot\fR \- System Boot Components @@ -104,7 +104,7 @@ disables the "persistence" feature, useful if the bootloader (like syslinux) has Do not prompt to eject the live medium. .IP "\fBramdisk\-size\fR" 4 This parameter 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 default of mount applies (currently 50% of available RAM). Note that this option has currently no effect when booting with toram. -.IP "\fBswapon\fR" 4 +.IP "\fBswap=true\fR" 4 This parameter enables usage of local swap partitions. .IP "\fBpersistence\fR" 4 live\-boot will probe devices for persistence media. These can be partitions (with the correct GPT name), filesystems (with the correct label) or image files (with the correct file name). Overlays are labeled/named "persistence" (see \fIpersistence.conf\fR(5)). Overlay image files are named "persistence". diff --git a/manpages/en/persistence.conf.5 b/manpages/en/persistence.conf.5 index 623c3c7..72e341c 100644 --- a/manpages/en/persistence.conf.5 +++ b/manpages/en/persistence.conf.5 @@ -1,4 +1,4 @@ -.TH LIVE\-BOOT conf 2013\-11\-20 4.0~alpha18-1 "Live Systems Project" +.TH LIVE\-BOOT conf 2014\-02\-08 4.0~alpha19-1 "Live Systems 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 6a3c428..03ea578 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 20.11.2013 4.0~alpha18\-1 "Proyecto Live Systems" +.TH LIVE\-BOOT 7 2014\-02\-08 4.0~alpha19\-1 "Proyecto Live Systems" .SH NOMBRE \fBlive\-boot\fP \- Componentes de Arranque del Sistema @@ -180,7 +180,7 @@ es la opción '\-o size' del montaje tmpfs). No hay un tamaño de ramdisk predeterminado, por lo que se aplica el valor por defecto (actualmente el 50% de la RAM disponible). Tener en cuenta que esta opción no tiene actualmente ningún efecto cuando se arranca con toram. -.IP \fBswapon\fP 4 +.IP \fBswap=true\fP 4 Este parámetro permite el uso de particiones swap locales. .IP \fBpersistence\fP 4 live\-boot buscará dispositivos con "persistence". Estos pueden ser diff --git a/manpages/es/persistence.conf.es.5 b/manpages/es/persistence.conf.es.5 index 741927d..741f8a1 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 20.11.2013 4.0~alpha18\-1 "Proyecto Live Systems" +.TH LIVE\-BOOT conf 2014\-02\-08 4.0~alpha19\-1 "Proyecto Live Systems" .SH NOMBRE \fBpersistence.conf\fP \- Fichero para configurar medios de almacenamiento con diff --git a/manpages/ja/live-boot.ja.7 b/manpages/ja/live-boot.ja.7 index 7288edc..948ce8f 100644 --- a/manpages/ja/live-boot.ja.7 +++ b/manpages/ja/live-boot.ja.7 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT 7 2013\-11\-10 4.0~alpha18\-1 "Live システムプロジェクト" +.TH LIVE\-BOOT 7 2014\-02\-08 4.0~alpha19\-1 "Live システムプロジェクト" .SH 名前 \fBlive\-boot\fP \- システム起動構成要素 @@ -139,7 +139,7 @@ Live メディアを取り出すかどうか確認しません。 このパラメータにより独自の RAM ディスクサイズ (tmpfs マウント時の「\-o サイズ」オプション) をセットできます。デフォルトでは RAM ディスクサイズはセットされていないため、マウント時のデフォルト値が適用されます (現在は利用可能な RAM の 50%)。toram を指定してブートした場合、このオプションは現在のところ効果がないことに注意してください -.IP \fBswapon\fP 4 +.IP \fBswap=true\fP 4 このパラメータはローカルのスワップパーティションの利用を有効にします。 .IP \fBpersistence\fP 4 live\-boot は保持用メディアのデバイスを調査します。このデバイスにはパーティション (GPT (GUID Partition diff --git a/manpages/ja/persistence.conf.ja.5 b/manpages/ja/persistence.conf.ja.5 index 02b15a0..9e296ea 100644 --- a/manpages/ja/persistence.conf.ja.5 +++ b/manpages/ja/persistence.conf.ja.5 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT conf 2013\-11\-10 4.0~alpha18\-1 "Live システムプロジェクト" +.TH LIVE\-BOOT conf 2014\-02\-08 4.0~alpha19\-1 "Live システムプロジェクト" .SH 名前 \fBpersistence.conf\fP \- live\-boot 状態保持用メディアの設定ファイル diff --git a/manpages/po/de/live-boot.7.po b/manpages/po/de/live-boot.7.po index 54cd5d3..d4b3943 100644 --- a/manpages/po/de/live-boot.7.po +++ b/manpages/po/de/live-boot.7.po @@ -1,11 +1,11 @@ # German translations for live-boot package -# Copyright (C) 2006-2013 Daniel Baumann +# Copyright (C) 2006-2014 Daniel Baumann # This file is distributed under the same license as the live-boot package. # msgid "" msgstr "" -"Project-Id-Version: live-boot 4.0~alpha18-1\n" -"POT-Creation-Date: 2013-11-20 11:04+0100\n" +"Project-Id-Version: live-boot 4.0~alpha19-1\n" +"POT-Creation-Date: 2014-02-08 17:31+0100\n" "PO-Revision-Date: 2013-11-10 20:10+0900\n" "Last-Translator: Carlos Zuferri \n" "Language-Team: none\n" @@ -24,14 +24,14 @@ msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2013-11-20" -msgstr "20.11.2013" +msgid "2014-02-08" +msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "4.0~alpha18-1" -msgstr "4.0~alpha18-1" +msgid "4.0~alpha19-1" +msgstr "4.0~alpha19-1" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 @@ -540,7 +540,7 @@ msgstr "" #. type: IP #: en/live-boot.7:107 #, no-wrap -msgid "B" +msgid "B" msgstr "" #. type: Plain text diff --git a/manpages/po/de/persistence.conf.5.po b/manpages/po/de/persistence.conf.5.po index ffecfe0..d77ce22 100644 --- a/manpages/po/de/persistence.conf.5.po +++ b/manpages/po/de/persistence.conf.5.po @@ -1,11 +1,11 @@ # German translations for live-boot package -# Copyright (C) 2006-2013 Daniel Baumann +# Copyright (C) 2006-2014 Daniel Baumann # This file is distributed under the same license as the live-boot package. # msgid "" msgstr "" -"Project-Id-Version: live-boot 4.0~alpha18-1\n" -"POT-Creation-Date: 2013-11-20 11:04+0100\n" +"Project-Id-Version: live-boot 4.0~alpha19-1\n" +"POT-Creation-Date: 2014-02-08 17:31+0100\n" "PO-Revision-Date: 2013-11-10 20:10+0900\n" "Last-Translator: Carlos Zuferri \n" "Language-Team: none\n" @@ -24,14 +24,14 @@ msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2013-11-20" -msgstr "20.11.2013" +msgid "2014-02-08" +msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "4.0~alpha18-1" -msgstr "4.0~alpha18-1" +msgid "4.0~alpha19-1" +msgstr "4.0~alpha19-1" #. 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 d0f2386..e598881 100644 --- a/manpages/po/es/live-boot.7.po +++ b/manpages/po/es/live-boot.7.po @@ -1,11 +1,11 @@ # Spanish translations for live-boot package -# Copyright (C) 2012-2013 Carlos Zuferri «chals» +# Copyright (C) 2012-2014 Carlos Zuferri «chals» # This file is distributed under the same license as the live-boot package. # msgid "" msgstr "" -"Project-Id-Version: live-boot 4.0~alpha18-1\n" -"POT-Creation-Date: 2013-11-20 11:04+0100\n" +"Project-Id-Version: live-boot 4.0~alpha19-1\n" +"POT-Creation-Date: 2014-02-08 17:31+0100\n" "PO-Revision-Date: 2013-11-10 20:10+0900\n" "Last-Translator: Carlos Zuferri \n" "Language-Team: none\n" @@ -25,14 +25,14 @@ msgstr "LIVE-BOOT" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2013-11-20" -msgstr "20.11.2013" +msgid "2014-02-08" +msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "4.0~alpha18-1" -msgstr "4.0~alpha18-1" +msgid "4.0~alpha19-1" +msgstr "4.0~alpha19-1" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 @@ -655,8 +655,8 @@ msgstr "" #. type: IP #: en/live-boot.7:107 #, no-wrap -msgid "B" -msgstr "B" +msgid "B" +msgstr "B" #. type: Plain text #: en/live-boot.7:109 diff --git a/manpages/po/es/persistence.conf.5.po b/manpages/po/es/persistence.conf.5.po index 1c4cd0e..983d240 100644 --- a/manpages/po/es/persistence.conf.5.po +++ b/manpages/po/es/persistence.conf.5.po @@ -1,11 +1,11 @@ # Spanish translations for live-boot package -# Copyright (C) 2012-2013 Carlos Zuferri «chals» +# Copyright (C) 2012-2014 Carlos Zuferri «chals» # This file is distributed under the same license as the live-boot package. # msgid "" msgstr "" -"Project-Id-Version: live-boot 4.0~alpha18-1\n" -"POT-Creation-Date: 2013-11-20 11:04+0100\n" +"Project-Id-Version: live-boot 4.0~alpha19-1\n" +"POT-Creation-Date: 2014-02-08 17:31+0100\n" "PO-Revision-Date: 2013-11-10 20:10+0900\n" "Last-Translator: Carlos Zuferri \n" "Language-Team: none\n" @@ -23,14 +23,14 @@ msgstr "LIVE-BOOT" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2013-11-20" -msgstr "20.11.2013" +msgid "2014-02-08" +msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "4.0~alpha18-1" -msgstr "4.0~alpha18-1" +msgid "4.0~alpha19-1" +msgstr "4.0~alpha19-1" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 diff --git a/manpages/po/ja/live-boot.7.po b/manpages/po/ja/live-boot.7.po index b9ec6da..0a66673 100644 --- a/manpages/po/ja/live-boot.7.po +++ b/manpages/po/ja/live-boot.7.po @@ -1,11 +1,11 @@ # Japenese translations for live-boot package -# Copyright (C) 2013 victory +# Copyright (C) 2013-2014 victory # This file is distributed under the same license as the live-boot package. # msgid "" msgstr "" -"Project-Id-Version: live-boot 4.0~alpha18-1\n" -"POT-Creation-Date: 2013-11-20 11:04+0100\n" +"Project-Id-Version: live-boot 4.0~alpha19-1\n" +"POT-Creation-Date: 2014-02-08 17:31+0100\n" "PO-Revision-Date: 2013-11-10 20:10+0900\n" "Last-Translator: victory \n" "Language-Team: none\n" @@ -23,14 +23,14 @@ msgstr "LIVE-BOOT" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2013-11-20" -msgstr "2013-11-10" +msgid "2014-02-08" +msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "4.0~alpha18-1" -msgstr "4.0~alpha18-1" +msgid "4.0~alpha19-1" +msgstr "4.0~alpha19-1" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 @@ -643,8 +643,8 @@ msgstr "" #. type: IP #: en/live-boot.7:107 #, no-wrap -msgid "B" -msgstr "B" +msgid "B" +msgstr "B" #. type: Plain text #: en/live-boot.7:109 diff --git a/manpages/po/ja/persistence.conf.5.po b/manpages/po/ja/persistence.conf.5.po index 2d96845..68a1d39 100644 --- a/manpages/po/ja/persistence.conf.5.po +++ b/manpages/po/ja/persistence.conf.5.po @@ -1,11 +1,11 @@ # Japenese translations for live-boot package -# Copyright (C) 2013 victory +# Copyright (C) 2013-2014 victory # This file is distributed under the same license as the live-boot package. # msgid "" msgstr "" -"Project-Id-Version: live-boot 4.0~alpha18-1\n" -"POT-Creation-Date: 2013-11-20 11:04+0100\n" +"Project-Id-Version: live-boot 4.0~alpha19-1\n" +"POT-Creation-Date: 2014-02-08 17:31+0100\n" "PO-Revision-Date: 2013-11-06 04:30+0900\n" "Last-Translator: victory \n" "Language-Team: none\n" @@ -23,14 +23,14 @@ msgstr "LIVE-BOOT" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2013-11-20" -msgstr "2013-11-10" +msgid "2014-02-08" +msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "4.0~alpha18-1" -msgstr "4.0~alpha18-1" +msgid "4.0~alpha19-1" +msgstr "4.0~alpha19-1" #. 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 4eaa508..8504cfa 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-11-20 11:04+0100\n" +"POT-Creation-Date: 2014-02-08 17:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,13 +25,13 @@ msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2013-11-20" +msgid "2014-02-08" msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "4.0~alpha18-1" +msgid "4.0~alpha19-1" msgstr "" #. type: TH @@ -541,7 +541,7 @@ msgstr "" #. type: IP #: en/live-boot.7:107 #, no-wrap -msgid "B" +msgid "B" msgstr "" #. type: Plain text diff --git a/manpages/pot/persistence.conf.5.pot b/manpages/pot/persistence.conf.5.pot index 989baf2..27d2152 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-11-20 11:04+0100\n" +"POT-Creation-Date: 2014-02-08 17:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,13 +25,13 @@ msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2013-11-20" +msgid "2014-02-08" msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "4.0~alpha18-1" +msgid "4.0~alpha19-1" msgstr "" #. type: TH