diff options
43 files changed, 956 insertions, 1025 deletions
diff --git a/functions/chroot.sh b/functions/chroot.sh index b0895a3f0..d8cd175b3 100755 --- a/functions/chroot.sh +++ b/functions/chroot.sh @@ -28,7 +28,7 @@ Chroot () if [ "${LB_USE_FAKEROOT}" != "true" ] then - ${LB_ROOT_COMMAND} ${_LINUX32} chroot "${CHROOT}" /usr/bin/env -i HOME="/root" PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin" TERM="${TERM}" DEBIAN_FRONTEND="${LB_DEBCONF_FRONTEND}" DEBIAN_PRIORITY="${LB_DEBCONF_PRIORITY}" DEBCONF_NONINTERACTIVE_SEEN="true" DEBCONF_NOWARNINGS="${LB_DEBCONF_NOWARNINGS}" ${ENV} ${COMMANDS} + ${LB_ROOT_COMMAND} ${_LINUX32} chroot "${CHROOT}" /usr/bin/env -i HOME="/root" PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin" TERM="${TERM}" DEBIAN_FRONTEND="${LB_DEBCONF_FRONTEND}" DEBIAN_PRIORITY="${LB_DEBCONF_PRIORITY}" DEBCONF_NONINTERACTIVE_SEEN="true" DEBCONF_NOWARNINGS="true" ${ENV} ${COMMANDS} else # Building with fakeroot/fakechroot ${LB_ROOT_COMMAND} ${_LINUX32} chroot "${CHROOT}" ${ENV} ${COMMANDS} diff --git a/functions/defaults.sh b/functions/defaults.sh index d2c84c4c3..89c02d8eb 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -170,19 +170,8 @@ Set_defaults () # Setting debconf frontend LB_DEBCONF_FRONTEND="${LB_DEBCONF_FRONTEND:-noninteractive}" - LB_DEBCONF_NOWARNINGS="${LB_DEBCONF_NOWARNINGS:-yes}" LB_DEBCONF_PRIORITY="${LB_DEBCONF_PRIORITY:-critical}" - case "${LB_DEBCONF_NOWARNINGS}" in - true) - LB_DEBCONF_NOWARNINGS="yes" - ;; - - false) - LB_DEBCONF_NOWARNINGS="no" - ;; - esac - # Setting initramfs hook case "${LB_SYSTEM}" in live) diff --git a/manpages/de/lb.de.1 b/manpages/de/lb.de.1 index b305dd665..d8c56d0e1 100644 --- a/manpages/de/lb.de.1 +++ b/manpages/de/lb.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2012\-10\-25 3.0~a66\-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2012\-10\-31 3.0~a66\-1 "Debian Live Project" .SH NAME \fBlb\fP \- wrapper for live\-build programs diff --git a/manpages/de/lb_binary.de.1 b/manpages/de/lb_binary.de.1 index a11c28929..d9bb0fab7 100644 --- a/manpages/de/lb_binary.de.1 +++ b/manpages/de/lb_binary.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2012\-10\-25 3.0~a66\-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2012\-10\-31 3.0~a66\-1 "Debian Live Project" .SH NAME \fBlb binary\fP \- Complete the binary stage diff --git a/manpages/de/lb_bootstrap.de.1 b/manpages/de/lb_bootstrap.de.1 index 454722a80..7e3ec001c 100644 --- a/manpages/de/lb_bootstrap.de.1 +++ b/manpages/de/lb_bootstrap.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2012\-10\-25 3.0~a66\-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2012\-10\-31 3.0~a66\-1 "Debian Live Project" .SH NAME \fBlb bootstrap\fP \- Complete the bootstrap stage diff --git a/manpages/de/lb_build.de.1 b/manpages/de/lb_build.de.1 index 82034a3e5..db5f359f5 100644 --- a/manpages/de/lb_build.de.1 +++ b/manpages/de/lb_build.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2012\-10\-25 3.0~a66\-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2012\-10\-31 3.0~a66\-1 "Debian Live Project" .SH NAME \fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages diff --git a/manpages/de/lb_chroot.de.1 b/manpages/de/lb_chroot.de.1 index 58d901466..a945b9053 100644 --- a/manpages/de/lb_chroot.de.1 +++ b/manpages/de/lb_chroot.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2012\-10\-25 3.0~a66\-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2012\-10\-31 3.0~a66\-1 "Debian Live Project" .SH NAME \fBlb chroot\fP \- Complete the chroot stage diff --git a/manpages/de/lb_clean.de.1 b/manpages/de/lb_clean.de.1 index 66b122fe9..169391510 100644 --- a/manpages/de/lb_clean.de.1 +++ b/manpages/de/lb_clean.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2012\-10\-25 3.0~a66\-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2012\-10\-31 3.0~a66\-1 "Debian Live Project" .SH NAME \fBlb clean\fP \- Clean build directory diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1 index 5350a617b..258853e97 100644 --- a/manpages/de/lb_config.de.1 +++ b/manpages/de/lb_config.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2012\-10\-25 3.0~a66\-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2012\-10\-31 3.0~a66\-1 "Debian Live Project" .SH NAME \fBlb config\fP \- Create config directory @@ -72,8 +72,6 @@ .br [\fB\-\-debconf\-frontend\fP dialog|editor|noninteractive|readline] .br - [\fB\-\-debconf\-nowarnings\fP true|false] -.br [\fB\-\-debconf\-priority\fP low|medium|high|critical] .br [\fB\-\-debian\-installer\fP true|cdrom|netinst|netboot|businesscard|live|false] @@ -410,10 +408,6 @@ normally used one in the config directory. defines what value the debconf frontend should be set to inside the chroot. Note that setting it to anything by noninteractive, which is the default, makes your build asking questions during the build. -.IP "\fB\-\-debconf\-nowarnings\fP true|false" 4 -defines if warnings of debconf should be displayed or not. Warnings from -debconf are generally very rare and by default, we skip them, if any, in -order to keep the build process entirely non interactive. .IP "\fB\-\-debconf\-priority\fP low|medium|high|critical" 4 defines what value the debconf priority shoul dbe set to inside the chroot. By default, it is set to critical, which means that almost no diff --git a/manpages/de/lb_source.de.1 b/manpages/de/lb_source.de.1 index 5da3743fa..e425eab03 100644 --- a/manpages/de/lb_source.de.1 +++ b/manpages/de/lb_source.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2012\-10\-25 3.0~a66\-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2012\-10\-31 3.0~a66\-1 "Debian Live Project" .SH NAME \fBlb source\fP \- Complete the source stage diff --git a/manpages/de/lb_testroot.de.1 b/manpages/de/lb_testroot.de.1 index 4786b1779..7a400d5cd 100644 --- a/manpages/de/lb_testroot.de.1 +++ b/manpages/de/lb_testroot.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2012\-10\-25 3.0~a66\-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2012\-10\-31 3.0~a66\-1 "Debian Live Project" .SH NAME \fBlb testroot\fP \- Ensure that a system is built as root diff --git a/manpages/de/live-build.de.7 b/manpages/de/live-build.de.7 index becd4624d..9bf6870ae 100644 --- a/manpages/de/live-build.de.7 +++ b/manpages/de/live-build.de.7 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 7 2012\-10\-25 3.0~a66\-1 "Debian Live Project" +.TH LIVE\-BUILD 7 2012\-10\-31 3.0~a66\-1 "Debian Live Project" .SH NAME \fBlive\-build\fP \- the Debian Live tool suite diff --git a/manpages/en/lb.1 b/manpages/en/lb.1 index 53e4c7992..e9edc60e0 100644 --- a/manpages/en/lb.1 +++ b/manpages/en/lb.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2012\-10\-25 3.0~a66-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2012\-10\-31 3.0~a66-1 "Debian Live Project" .SH NAME \fBlb\fR \- wrapper for live\-build programs diff --git a/manpages/en/lb_binary.1 b/manpages/en/lb_binary.1 index 511069a76..c886a1e9f 100644 --- a/manpages/en/lb_binary.1 +++ b/manpages/en/lb_binary.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2012\-10\-25 3.0~a66-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2012\-10\-31 3.0~a66-1 "Debian Live Project" .SH NAME \fBlb binary\fR \- Complete the binary stage diff --git a/manpages/en/lb_bootstrap.1 b/manpages/en/lb_bootstrap.1 index a25bb3cd9..59af616cf 100644 --- a/manpages/en/lb_bootstrap.1 +++ b/manpages/en/lb_bootstrap.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2012\-10\-25 3.0~a66-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2012\-10\-31 3.0~a66-1 "Debian Live Project" .SH NAME \fBlb bootstrap\fR \- Complete the bootstrap stage diff --git a/manpages/en/lb_build.1 b/manpages/en/lb_build.1 index 77f2912c7..d5fc5a9fb 100644 --- a/manpages/en/lb_build.1 +++ b/manpages/en/lb_build.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2012\-10\-25 3.0~a66-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2012\-10\-31 3.0~a66-1 "Debian Live Project" .SH NAME \fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages diff --git a/manpages/en/lb_chroot.1 b/manpages/en/lb_chroot.1 index 01fa5e298..8261ec1c2 100644 --- a/manpages/en/lb_chroot.1 +++ b/manpages/en/lb_chroot.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2012\-10\-25 3.0~a66-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2012\-10\-31 3.0~a66-1 "Debian Live Project" .SH NAME \fBlb chroot\fR \- Complete the chroot stage diff --git a/manpages/en/lb_clean.1 b/manpages/en/lb_clean.1 index c63983fbc..99189547a 100644 --- a/manpages/en/lb_clean.1 +++ b/manpages/en/lb_clean.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2012\-10\-25 3.0~a66-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2012\-10\-31 3.0~a66-1 "Debian Live Project" .SH NAME \fBlb clean\fR \- Clean build directory diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 085d42b9c..2f288a597 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2012\-10\-25 3.0~a66-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2012\-10\-31 3.0~a66-1 "Debian Live Project" .SH NAME \fBlb config\fR \- Create config directory @@ -67,8 +67,6 @@ .br [\fB\-\-debconf\-frontend\fR dialog|editor|noninteractive|readline] .br - [\fB\-\-debconf\-nowarnings\fR true|false] -.br [\fB\-\-debconf\-priority\fR low|medium|high|critical] .br [\fB\-\-debian\-installer\fR true|cdrom|netinst|netboot|businesscard|live|false] @@ -307,8 +305,6 @@ minimizes config directory by automatically removing unused and thus empty subdi using a user specified alternative configuration file in addition to the normally used one in the config directory. .IP "\fB\-\-debconf\-frontend\fR dialog|editor|noninteractive|readline" 4 defines what value the debconf frontend should be set to inside the chroot. Note that setting it to anything by noninteractive, which is the default, makes your build asking questions during the build. -.IP "\fB\-\-debconf\-nowarnings\fR true|false" 4 -defines if warnings of debconf should be displayed or not. Warnings from debconf are generally very rare and by default, we skip them, if any, in order to keep the build process entirely non interactive. .IP "\fB\-\-debconf\-priority\fR low|medium|high|critical" 4 defines what value the debconf priority shoul dbe set to inside the chroot. By default, it is set to critical, which means that almost no questions are displayed. Note that this only has an effect if you use any debconf frontend different from noninteractive. .IP "\fB\-\-debian\-installer\fR true|cdrom|netinst|netboot|businesscard|live|false" 4 diff --git a/manpages/en/lb_source.1 b/manpages/en/lb_source.1 index 1e18c9748..146f2d6ff 100644 --- a/manpages/en/lb_source.1 +++ b/manpages/en/lb_source.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2012\-10\-25 3.0~a66-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2012\-10\-31 3.0~a66-1 "Debian Live Project" .SH NAME \fBlb source\fR \- Complete the source stage diff --git a/manpages/en/lb_testroot.1 b/manpages/en/lb_testroot.1 index a822bc499..6c8544c9a 100644 --- a/manpages/en/lb_testroot.1 +++ b/manpages/en/lb_testroot.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2012\-10\-25 3.0~a66-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2012\-10\-31 3.0~a66-1 "Debian Live Project" .SH NAME \fBlb testroot\fR \- Ensure that a system is built as root diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7 index 4ff6d73e4..08c91bad0 100644 --- a/manpages/en/live-build.7 +++ b/manpages/en/live-build.7 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 7 2012\-10\-25 3.0~a66-1 "Debian Live Project" +.TH LIVE\-BUILD 7 2012\-10\-31 3.0~a66-1 "Debian Live Project" .SH NAME \fBlive\-build\fR \- the Debian Live tool suite diff --git a/manpages/po/de/lb.1.po b/manpages/po/de/lb.1.po index 5bc1e8497..6fa5a825b 100644 --- a/manpages/po/de/lb.1.po +++ b/manpages/po/de/lb.1.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+0100\n" "PO-Revision-Date: 2012-08-02 18:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -81,7 +81,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -96,7 +96,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -112,7 +112,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -127,7 +127,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -135,21 +135,21 @@ msgstr "" #. type: Plain text #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24 -#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:503 en/lb_source.1:22 +#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22 #: en/lb_testroot.1:26 msgid "I<live-build>(7)" msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -157,7 +157,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -167,7 +167,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -175,7 +175,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -186,7 +186,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -194,7 +194,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " diff --git a/manpages/po/de/lb_binary.1.po b/manpages/po/de/lb_binary.1.po index cd4c14db2..7f79fa43c 100644 --- a/manpages/po/de/lb_binary.1.po +++ b/manpages/po/de/lb_binary.1.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+0100\n" "PO-Revision-Date: 2012-08-02 18:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -66,7 +66,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -74,7 +74,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -82,7 +82,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -97,7 +97,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -105,21 +105,21 @@ msgstr "" #. type: Plain text #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24 -#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:503 en/lb_source.1:22 +#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22 #: en/lb_testroot.1:26 msgid "I<live-build>(7)" msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -127,7 +127,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -137,7 +137,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -145,7 +145,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -156,7 +156,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -164,7 +164,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " diff --git a/manpages/po/de/lb_bootstrap.1.po b/manpages/po/de/lb_bootstrap.1.po index 1d9744d21..6dde85f33 100644 --- a/manpages/po/de/lb_bootstrap.1.po +++ b/manpages/po/de/lb_bootstrap.1.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+0100\n" "PO-Revision-Date: 2012-08-02 18:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -66,7 +66,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -74,7 +74,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -82,7 +82,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -97,7 +97,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -105,21 +105,21 @@ msgstr "" #. type: Plain text #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24 -#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:503 en/lb_source.1:22 +#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22 #: en/lb_testroot.1:26 msgid "I<live-build>(7)" msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -127,7 +127,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -137,7 +137,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -145,7 +145,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -156,7 +156,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -164,7 +164,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " diff --git a/manpages/po/de/lb_build.1.po b/manpages/po/de/lb_build.1.po index ece92a0fe..b783ce051 100644 --- a/manpages/po/de/lb_build.1.po +++ b/manpages/po/de/lb_build.1.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+0100\n" "PO-Revision-Date: 2012-08-02 18:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -66,7 +66,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -74,7 +74,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -82,7 +82,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -90,7 +90,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -98,21 +98,21 @@ msgstr "" #. type: Plain text #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24 -#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:503 en/lb_source.1:22 +#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22 #: en/lb_testroot.1:26 msgid "I<live-build>(7)" msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -120,7 +120,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -130,7 +130,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -138,7 +138,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -149,7 +149,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -157,7 +157,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " diff --git a/manpages/po/de/lb_chroot.1.po b/manpages/po/de/lb_chroot.1.po index f3eddb4c6..a71d668aa 100644 --- a/manpages/po/de/lb_chroot.1.po +++ b/manpages/po/de/lb_chroot.1.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+0100\n" "PO-Revision-Date: 2012-08-02 18:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -66,7 +66,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -74,7 +74,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -82,7 +82,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -97,7 +97,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -105,21 +105,21 @@ msgstr "" #. type: Plain text #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24 -#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:503 en/lb_source.1:22 +#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22 #: en/lb_testroot.1:26 msgid "I<live-build>(7)" msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -127,7 +127,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -137,7 +137,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -145,7 +145,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -156,7 +156,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -164,7 +164,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " diff --git a/manpages/po/de/lb_clean.1.po b/manpages/po/de/lb_clean.1.po index 04139ede9..855f8304f 100644 --- a/manpages/po/de/lb_clean.1.po +++ b/manpages/po/de/lb_clean.1.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+0100\n" "PO-Revision-Date: 2012-08-02 18:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -66,7 +66,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -74,7 +74,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -82,7 +82,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -90,7 +90,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -98,21 +98,21 @@ msgstr "" #. type: Plain text #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24 -#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:503 en/lb_source.1:22 +#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22 #: en/lb_testroot.1:26 msgid "I<live-build>(7)" msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -120,7 +120,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -130,7 +130,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -138,7 +138,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -149,7 +149,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -157,7 +157,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " diff --git a/manpages/po/de/lb_config.1.po b/manpages/po/de/lb_config.1.po index 32692033c..c2ebd1f2b 100644 --- a/manpages/po/de/lb_config.1.po +++ b/manpages/po/de/lb_config.1.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+0100\n" "PO-Revision-Date: 2012-08-02 18:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -66,7 +66,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -74,7 +74,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -82,7 +82,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -90,7 +90,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -98,21 +98,21 @@ msgstr "" #. type: Plain text #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24 -#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:503 en/lb_source.1:22 +#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22 #: en/lb_testroot.1:26 msgid "I<live-build>(7)" msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -120,7 +120,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -130,7 +130,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -138,7 +138,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -149,7 +149,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -157,7 +157,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " @@ -327,430 +327,425 @@ msgstr "" #. type: Plain text #: en/lb_config.1:71 -msgid " [B<--debconf-nowarnings> true|false]" -msgstr "" - -#. type: Plain text -#: en/lb_config.1:73 msgid " [B<--debconf-priority> low|medium|high|critical]" msgstr "" #. type: Plain text -#: en/lb_config.1:75 +#: en/lb_config.1:73 msgid "" " [B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:77 +#: en/lb_config.1:75 msgid " [B<--debian-installer-distribution> daily|I<CODENAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:79 +#: en/lb_config.1:77 msgid " [B<--debian-installer-preseedfile> I<FILE>|I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:81 +#: en/lb_config.1:79 msgid " [B<--debian-installer-gui> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:83 +#: en/lb_config.1:81 msgid " [B<--debug>]" msgstr "" #. type: Plain text -#: en/lb_config.1:85 +#: en/lb_config.1:83 msgid " [-d|B<--distribution> I<CODENAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:87 +#: en/lb_config.1:85 msgid " [B<--parent-distribution> I<CODENAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:89 +#: en/lb_config.1:87 msgid " [B<--parent-debian-installer-distribution> I<CODENAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:91 +#: en/lb_config.1:89 msgid " [B<--dump>]" msgstr "" #. type: Plain text -#: en/lb_config.1:93 +#: en/lb_config.1:91 msgid " [B<--fdisk> fdisk|fdisk.dist]" msgstr "" #. type: Plain text -#: en/lb_config.1:95 +#: en/lb_config.1:93 msgid " [B<--firmware-binary true|false>]" msgstr "" #. type: Plain text -#: en/lb_config.1:97 +#: en/lb_config.1:95 msgid " [B<--firmware-chroot true|false>]" msgstr "" #. type: Plain text -#: en/lb_config.1:99 +#: en/lb_config.1:97 msgid " [B<--force>]" msgstr "" #. type: Plain text -#: en/lb_config.1:101 +#: en/lb_config.1:99 msgid " [B<--grub-splash> I<FILE>]" msgstr "" #. type: Plain text -#: en/lb_config.1:103 +#: en/lb_config.1:101 msgid " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]" msgstr "" #. type: Plain text -#: en/lb_config.1:105 +#: en/lb_config.1:103 msgid " [B<--hooks> I<FILE>]" msgstr "" #. type: Plain text -#: en/lb_config.1:107 +#: en/lb_config.1:105 msgid " [B<--ignore-system-defaults>]" msgstr "" #. type: Plain text -#: en/lb_config.1:109 +#: en/lb_config.1:107 msgid " [B<--initramfs> auto|none|live-boot|casper]" msgstr "" #. type: Plain text -#: en/lb_config.1:111 +#: en/lb_config.1:109 msgid " [B<--initramfs-compression> bzip2|gzip|lzma]" msgstr "" #. type: Plain text -#: en/lb_config.1:113 +#: en/lb_config.1:111 msgid " [B<--initsystem> sysvinit|runit|systemd|upstart|none]" msgstr "" #. type: Plain text -#: en/lb_config.1:115 +#: en/lb_config.1:113 msgid " [B<--interactive> shell]" msgstr "" #. type: Plain text -#: en/lb_config.1:117 +#: en/lb_config.1:115 msgid " [B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"]" msgstr "" #. type: Plain text -#: en/lb_config.1:119 +#: en/lb_config.1:117 msgid " [B<--iso-application> I<NAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:121 +#: en/lb_config.1:119 msgid " [B<--iso-preparer> I<NAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:123 +#: en/lb_config.1:121 msgid " [B<--iso-publisher> I<NAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:125 +#: en/lb_config.1:123 msgid " [B<--iso-volume> I<NAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:127 +#: en/lb_config.1:125 msgid " [B<--jffs2-eraseblock> I<SIZE>]" msgstr "" #. type: Plain text -#: en/lb_config.1:129 +#: en/lb_config.1:127 msgid " [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]" msgstr "" #. type: Plain text -#: en/lb_config.1:131 +#: en/lb_config.1:129 msgid " [-k|B<--linux-flavours> I<FLAVOUR>|I<\"FLAVOURS\">]" msgstr "" #. type: Plain text -#: en/lb_config.1:133 +#: en/lb_config.1:131 msgid " [B<--linux-packages> I<\"PACKAGES\">]" msgstr "" #. type: Plain text -#: en/lb_config.1:135 +#: en/lb_config.1:133 msgid " [B<--losetup> losetup|losetup.orig]" msgstr "" #. type: Plain text -#: en/lb_config.1:137 +#: en/lb_config.1:135 msgid " [B<--memtest> memtest86+|memtest86|none]" msgstr "" #. type: Plain text -#: en/lb_config.1:139 +#: en/lb_config.1:137 msgid " [-m|B<--parent-mirror-bootstrap> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:141 +#: en/lb_config.1:139 msgid " [B<--parent-mirror-chroot> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:143 +#: en/lb_config.1:141 msgid " [B<--parent-mirror-chroot-security> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:145 +#: en/lb_config.1:143 msgid " [B<--parent-mirror-chroot-updates> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:147 +#: en/lb_config.1:145 msgid " [B<--parent-mirror-chroot-backports> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:149 +#: en/lb_config.1:147 msgid " [B<--parent-mirror-binary> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:151 +#: en/lb_config.1:149 msgid " [B<--parent-mirror-binary-security> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:153 +#: en/lb_config.1:151 msgid " [B<--parent-mirror-binary-updates> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:155 +#: en/lb_config.1:153 msgid " [B<--parent-mirror-binary-backports> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:157 +#: en/lb_config.1:155 msgid " [B<--parent-mirror-debian-installer> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:159 +#: en/lb_config.1:157 msgid " [B<--mirror-bootstrap> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:161 +#: en/lb_config.1:159 msgid " [B<--mirror-chroot> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:163 +#: en/lb_config.1:161 msgid " [B<--mirror-chroot-security> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:165 +#: en/lb_config.1:163 msgid " [B<--mirror-chroot-updates> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:167 +#: en/lb_config.1:165 msgid " [B<--mirror-chroot-backports> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:169 +#: en/lb_config.1:167 msgid " [B<--mirror-binary> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:171 +#: en/lb_config.1:169 msgid " [B<--mirror-binary-security> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:173 +#: en/lb_config.1:171 msgid " [B<--mirror-binary-updates> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:175 +#: en/lb_config.1:173 msgid " [B<--mirror-binary-backports> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:177 +#: en/lb_config.1:175 msgid " [B<--mirror-debian-installer> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:179 +#: en/lb_config.1:177 msgid " [B<--mode> debian|emdebian|progress-linux|ubuntu|kubuntu]" msgstr "" #. type: Plain text -#: en/lb_config.1:181 +#: en/lb_config.1:179 msgid " [B<--system> live|normal]" msgstr "" #. type: Plain text -#: en/lb_config.1:183 +#: en/lb_config.1:181 msgid " [B<--net-root-filesystem> nfs|cfs]" msgstr "" #. type: Plain text -#: en/lb_config.1:185 +#: en/lb_config.1:183 msgid " [B<--net-root-mountoptions> I<OPTIONS>]" msgstr "" #. type: Plain text -#: en/lb_config.1:187 +#: en/lb_config.1:185 msgid " [B<--net-root-path> I<PATH>]" msgstr "" #. type: Plain text -#: en/lb_config.1:189 +#: en/lb_config.1:187 msgid " [B<--net-root-server> I<IP>|I<HOSTNAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:191 +#: en/lb_config.1:189 msgid " [B<--net-cow-filesystem> nfs|cfs]" msgstr "" #. type: Plain text -#: en/lb_config.1:193 +#: en/lb_config.1:191 msgid " [B<--net-cow-mountoptions> I<OPTIONS>]" msgstr "" #. type: Plain text -#: en/lb_config.1:195 +#: en/lb_config.1:193 msgid " [B<--net-cow-path> I<PATH>]" msgstr "" #. type: Plain text -#: en/lb_config.1:197 +#: en/lb_config.1:195 msgid " [B<--net-cow-server> I<IP>|I<HOSTNAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:199 +#: en/lb_config.1:197 msgid " [B<--net-tarball> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:201 +#: en/lb_config.1:199 msgid " [-p|B<--package-lists> I<LIST>|I<\"LISTS\">]" msgstr "" #. type: Plain text -#: en/lb_config.1:203 +#: en/lb_config.1:201 msgid " [B<--quiet>]" msgstr "" #. type: Plain text -#: en/lb_config.1:205 +#: en/lb_config.1:203 msgid " [B<--root-command> sudo]" msgstr "" #. type: Plain text -#: en/lb_config.1:207 +#: en/lb_config.1:205 msgid " [B<--use-fakeroot> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:209 +#: en/lb_config.1:207 msgid " [B<--archives> I<ARCHIVE>|I<\"ARCHIVES\">]" msgstr "" #. type: Plain text -#: en/lb_config.1:211 +#: en/lb_config.1:209 msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]" msgstr "" #. type: Plain text -#: en/lb_config.1:213 +#: en/lb_config.1:211 msgid "" " [B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|I<\"PARENT_ARCHIVE_AREAS" "\">]" msgstr "" #. type: Plain text -#: en/lb_config.1:215 +#: en/lb_config.1:213 msgid " [B<--security> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:217 +#: en/lb_config.1:215 msgid " [B<--source> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:219 +#: en/lb_config.1:217 msgid " [-s|B<--source-images> iso|netboot|tar|hdd]" msgstr "" #. type: Plain text -#: en/lb_config.1:221 +#: en/lb_config.1:219 msgid " [B<--syslinux-theme> I<THEME_SUFFIX>]" msgstr "" #. type: Plain text -#: en/lb_config.1:223 +#: en/lb_config.1:221 msgid " [B<--tasksel> apt|aptitude|tasksel]" msgstr "" #. type: Plain text -#: en/lb_config.1:225 +#: en/lb_config.1:223 msgid " [B<--templates> I<PATH>]" msgstr "" #. type: Plain text -#: en/lb_config.1:227 +#: en/lb_config.1:225 msgid " [B<--hdd-size >I<MB>]" msgstr "" #. type: Plain text -#: en/lb_config.1:229 +#: en/lb_config.1:227 msgid " [B<--updates> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:231 +#: en/lb_config.1:229 msgid " [B<--backports> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:233 +#: en/lb_config.1:231 msgid " [B<--exposed-root> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:235 +#: en/lb_config.1:233 msgid " [B<--verbose>]" msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:238 +#: en/lb_config.1:236 msgid " [B<--win32-loader true|false]>" msgstr "" #. type: Plain text -#: en/lb_config.1:241 +#: en/lb_config.1:239 msgid "" "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the " "Debian Live tool suite." @@ -758,7 +753,7 @@ msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:244 +#: en/lb_config.1:242 msgid "" "B<lb config> populates the configuration directory for live-build. By " "default, this directory is named 'config' and is created in the current " @@ -767,7 +762,7 @@ msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:247 +#: en/lb_config.1:245 msgid "" "Note: Currently B<lb config> tries to be smart and sets defaults for some " "options depending on the setting of other options (e.g. which linux packages " @@ -783,7 +778,7 @@ msgid "" msgstr "" #. type: Plain text -#: en/lb_config.1:250 +#: en/lb_config.1:248 msgid "" "In addition to its specific options B<lb config> understands all generic " "live-build options. See I<live-build>(7) for a complete list of all generic " @@ -792,26 +787,26 @@ msgstr "" #. FIXME #. type: IP -#: en/lb_config.1:252 +#: en/lb_config.1:250 #, no-wrap msgid "B<--apt> apt|aptitude" msgstr "" #. type: Plain text -#: en/lb_config.1:254 +#: en/lb_config.1:252 msgid "" "defines if apt-get or aptitude is used to install packages when building the " "image. The default is apt." msgstr "" #. type: IP -#: en/lb_config.1:254 +#: en/lb_config.1:252 #, no-wrap msgid "B<--apt-ftp-proxy> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:256 +#: en/lb_config.1:254 msgid "" "sets the ftp proxy to be used by apt. By default, this is empty. Note that " "this variable is only for the proxy that gets used by apt internally within " @@ -819,13 +814,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:256 +#: en/lb_config.1:254 #, no-wrap msgid "B<--apt-http-proxy> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:258 +#: en/lb_config.1:256 msgid "" "sets the http proxy to be used by apt. By default, this is empty. Note that " "this variable is only for the proxy that gets used by apt internally within " @@ -833,26 +828,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:258 +#: en/lb_config.1:256 #, no-wrap msgid "B<--apt-indices> true|false|none" msgstr "" #. type: Plain text -#: en/lb_config.1:260 +#: en/lb_config.1:258 msgid "" "defines if the resulting images should have apt indices or not and defaults " "to true. If set to none, no indices are included at all." msgstr "" #. type: IP -#: en/lb_config.1:260 +#: en/lb_config.1:258 #, no-wrap msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:262 +#: en/lb_config.1:260 msgid "" "defines the default options that will be appended to every apt call that is " "made inside chroot during the building of the image. By default, this is set " @@ -860,13 +855,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:262 +#: en/lb_config.1:260 #, no-wrap msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:264 +#: en/lb_config.1:262 msgid "" "defines the default options that will be appended to every aptitude call " "that is made inside chroot during building of the image. By default, this is " @@ -874,13 +869,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:264 +#: en/lb_config.1:262 #, no-wrap msgid "B<--apt-pipeline> I<DEPTH>" msgstr "" #. type: Plain text -#: en/lb_config.1:266 +#: en/lb_config.1:264 msgid "" "sets the depth of the apt/aptitude pipeline. In cases where the remote " "server is not RFC conforming or buggy (such as Squid 2.0.2) this option can " @@ -892,51 +887,51 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:266 +#: en/lb_config.1:264 #, no-wrap msgid "B<--apt-recommends> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:268 +#: en/lb_config.1:266 msgid "" "defines if apt should install recommended packages automatically. By " "default, this is true except in emdebian mode." msgstr "" #. type: IP -#: en/lb_config.1:268 +#: en/lb_config.1:266 #, no-wrap msgid "B<--apt-secure> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:270 +#: en/lb_config.1:268 msgid "" "defines if apt should check repository signatures. This is true by default." msgstr "" #. type: IP -#: en/lb_config.1:270 +#: en/lb_config.1:268 #, no-wrap msgid "B<--apt-source-archives> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:272 +#: en/lb_config.1:270 msgid "" "defines if deb-src entries should be included in the resulting live image or " "not, defaults to on." msgstr "" #. type: IP -#: en/lb_config.1:272 +#: en/lb_config.1:270 #, no-wrap msgid "-a|B<--architectures> I<ARCHITECTURE>" msgstr "" #. type: Plain text -#: en/lb_config.1:274 +#: en/lb_config.1:272 msgid "" "defines the architecture of the to be build image. By default, this is set " "to the host architecture. Note that you cannot crossbuild for another " @@ -947,13 +942,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:274 +#: en/lb_config.1:272 #, no-wrap msgid "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd" msgstr "" #. type: Plain text -#: en/lb_config.1:276 +#: en/lb_config.1:274 msgid "" "defines the image type to build. By default, for images using syslinux this " "is set to iso-hybrid to build CD/DVD images that may also be used like hdd " @@ -961,13 +956,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:276 +#: en/lb_config.1:274 #, no-wrap msgid "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4" msgstr "" #. type: Plain text -#: en/lb_config.1:278 +#: en/lb_config.1:276 msgid "" "defines the filesystem to be used in the image type. This only has an effect " "if the selected binary image type does allow to choose a filesystem. For " @@ -980,24 +975,24 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:278 +#: en/lb_config.1:276 #, no-wrap msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:280 +#: en/lb_config.1:278 msgid "sets boot parameters specific to debian-installer, if included." msgstr "" #. type: IP -#: en/lb_config.1:280 +#: en/lb_config.1:278 #, no-wrap msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:282 +#: en/lb_config.1:280 msgid "" "sets boot parameters specific to debian-live. A complete list of boot " "parameters can be found in the I<live-boot>(7) and I<live-config>(7) manual " @@ -1005,13 +1000,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:282 +#: en/lb_config.1:280 #, no-wrap msgid "B<--bootloader> grub|syslinux|yaboot" msgstr "" #. type: Plain text -#: en/lb_config.1:284 +#: en/lb_config.1:282 msgid "" "defines which bootloader is beeing used in the generated image. This has " "only an effect if the selected binary image type does allow to choose the " @@ -1024,39 +1019,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:284 +#: en/lb_config.1:282 #, no-wrap msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap" msgstr "" #. type: Plain text -#: en/lb_config.1:286 +#: en/lb_config.1:284 msgid "" "defines which program is used to bootstrap the debian chroot, default is " "debootstrap." msgstr "" #. type: IP -#: en/lb_config.1:286 +#: en/lb_config.1:284 #, no-wrap msgid "B<--cache> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:288 +#: en/lb_config.1:286 msgid "" "defines globally if any cache should be used at all. Different caches can be " "controled through the their own options." msgstr "" #. type: IP -#: en/lb_config.1:288 +#: en/lb_config.1:286 #, no-wrap msgid "B<--cache-indices> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:290 +#: en/lb_config.1:288 msgid "" "defines if downloaded package indices and lists should be cached which is " "false by default. Enabling it would allow to rebuild an image completely " @@ -1064,13 +1059,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:290 +#: en/lb_config.1:288 #, no-wrap msgid "B<--cache-packages> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:292 +#: en/lb_config.1:290 msgid "" "defines if downloaded packages files should be cached which is true by " "default. Disabling it does save space consumtion in your build directory, " @@ -1081,13 +1076,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:292 +#: en/lb_config.1:290 #, no-wrap msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:294 +#: en/lb_config.1:292 msgid "" "sets which stages should be cached. By default set to bootstrap. As an " "exception to the normal stage names, also rootfs can be used here which does " @@ -1097,13 +1092,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:294 +#: en/lb_config.1:292 #, no-wrap msgid "B<--checksums> md5|sha1|sha256|none" msgstr "" #. type: Plain text -#: en/lb_config.1:296 +#: en/lb_config.1:294 msgid "" "defines if the binary image should contain a file called md5sums.txt, " "sha1sums.txt and/or sha256sums.txt. These lists all files on the image " @@ -1115,39 +1110,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:296 +#: en/lb_config.1:294 #, no-wrap msgid "B<--compression> bzip2|gzip|lzip|none" msgstr "" #. type: Plain text -#: en/lb_config.1:298 +#: en/lb_config.1:296 msgid "" "defines the compression program to be used to compress tarballs. Defaults to " "gzip." msgstr "" #. type: IP -#: en/lb_config.1:298 +#: en/lb_config.1:296 #, no-wrap msgid "B<--config> I<GIT_URL>::I<GIT_ID>" msgstr "" #. type: Plain text -#: en/lb_config.1:300 +#: en/lb_config.1:298 msgid "" "allows to bootstrap a config tree from a git repositories, optionally " "appended by a Git Id (branch, commit, tag, etc.)." msgstr "" #. type: IP -#: en/lb_config.1:300 +#: en/lb_config.1:298 #, no-wrap msgid "B<--build-with-chroot> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:302 +#: en/lb_config.1:300 msgid "" "defines whetever live-build should use the tools from within the chroot to " "build the binary image or not by using and including the host systems tools. " @@ -1162,13 +1157,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:302 +#: en/lb_config.1:300 #, no-wrap msgid "B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none" msgstr "" #. type: Plain text -#: en/lb_config.1:304 +#: en/lb_config.1:302 msgid "" "defines which filesystem type should be used for the root filesystem image. " "If you use none, then no filesystem image is created and the root filesystem " @@ -1179,39 +1174,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:304 +#: en/lb_config.1:302 #, no-wrap msgid "B<--clean>" msgstr "" #. type: Plain text -#: en/lb_config.1:306 +#: en/lb_config.1:304 msgid "" "minimizes config directory by automatically removing unused and thus empty " "subdirectories." msgstr "" #. type: IP -#: en/lb_config.1:306 +#: en/lb_config.1:304 #, no-wrap msgid "-c|B<--conffile> I<FILE>" msgstr "" #. type: Plain text -#: en/lb_config.1:308 +#: en/lb_config.1:306 msgid "" "using a user specified alternative configuration file in addition to the " "normally used one in the config directory." msgstr "" #. type: IP -#: en/lb_config.1:308 +#: en/lb_config.1:306 #, no-wrap msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline" msgstr "" #. type: Plain text -#: en/lb_config.1:310 +#: en/lb_config.1:308 msgid "" "defines what value the debconf frontend should be set to inside the chroot. " "Note that setting it to anything by noninteractive, which is the default, " @@ -1219,27 +1214,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:310 -#, no-wrap -msgid "B<--debconf-nowarnings> true|false" -msgstr "" - -#. type: Plain text -#: en/lb_config.1:312 -msgid "" -"defines if warnings of debconf should be displayed or not. Warnings from " -"debconf are generally very rare and by default, we skip them, if any, in " -"order to keep the build process entirely non interactive." -msgstr "" - -#. type: IP -#: en/lb_config.1:312 +#: en/lb_config.1:308 #, no-wrap msgid "B<--debconf-priority> low|medium|high|critical" msgstr "" #. type: Plain text -#: en/lb_config.1:314 +#: en/lb_config.1:310 msgid "" "defines what value the debconf priority shoul dbe set to inside the chroot. " "By default, it is set to critical, which means that almost no questions are " @@ -1248,13 +1229,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:314 +#: en/lb_config.1:310 #, no-wrap msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false" msgstr "" #. type: Plain text -#: en/lb_config.1:316 +#: en/lb_config.1:312 msgid "" "defines which type, if any, of the debian-installer should be included in " "the resulting binary image. By default, no installer is included. All " @@ -1266,13 +1247,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:316 +#: en/lb_config.1:312 #, no-wrap msgid "B<--debian-installer-distribution> daily|I<CODENAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:318 +#: en/lb_config.1:314 msgid "" "defines the distribution where the debian-installer files should be taken " "out from. Normally, this should be set to the same distribution as the live " @@ -1281,13 +1262,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:318 +#: en/lb_config.1:314 #, no-wrap msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:320 +#: en/lb_config.1:316 msgid "" "sets the filename or URL for an optionally used and included preseeding file " "for debian-installer. If config/binary_debian-installer/preseed.cfg exists, " @@ -1295,13 +1276,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:320 +#: en/lb_config.1:316 #, no-wrap msgid "B<--debian-installer-gui> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:322 +#: en/lb_config.1:318 msgid "" "defines if the debian-installer graphical GTK interface should be true or " "not. In Debian mode and for most versions of Ubuntu, this option is true, " @@ -1309,60 +1290,60 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:322 en/live-build.7:36 +#: en/lb_config.1:318 en/live-build.7:36 #, no-wrap msgid "B<--debug>" msgstr "" #. type: Plain text -#: en/lb_config.1:324 +#: en/lb_config.1:320 msgid "turn on debugging informational messages." msgstr "" #. type: IP -#: en/lb_config.1:324 +#: en/lb_config.1:320 #, no-wrap msgid "-d|B<--distribution> I<CODENAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:326 +#: en/lb_config.1:322 msgid "defines the distribution of the resulting live system." msgstr "" #. type: IP -#: en/lb_config.1:326 +#: en/lb_config.1:322 #, no-wrap msgid "-d|B<--parent-distribution> I<CODENAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:328 +#: en/lb_config.1:324 msgid "" "defines the parent distribution for derivatives of the resulting live system." msgstr "" #. type: IP -#: en/lb_config.1:328 +#: en/lb_config.1:324 #, no-wrap msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:330 +#: en/lb_config.1:326 msgid "" "defines the parent debian-installer distribution for derivatives of the " "resulting live system." msgstr "" #. type: IP -#: en/lb_config.1:330 +#: en/lb_config.1:326 #, no-wrap msgid "B<--dump>" msgstr "" #. type: Plain text -#: en/lb_config.1:332 +#: en/lb_config.1:328 msgid "" "prepares a report of the currently present live system configuration and the " "version of live-build used. This is useful to provide if you submit bug " @@ -1371,26 +1352,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:332 +#: en/lb_config.1:328 #, no-wrap msgid "B<--fdisk> fdisk|fdisk.dist" msgstr "" #. type: Plain text -#: en/lb_config.1:334 +#: en/lb_config.1:330 msgid "" "sets the filename of the fdisk binary from the host system that should be " "used. This is autodetected and does generally not need any customization." msgstr "" #. type: IP -#: en/lb_config.1:334 en/live-build.7:38 +#: en/lb_config.1:330 en/live-build.7:38 #, no-wrap msgid "B<--force>" msgstr "" #. type: Plain text -#: en/lb_config.1:336 +#: en/lb_config.1:332 msgid "" "forces re-execution of already run stages. Use only if you know what you are " "doing. It is generally safer to use B<lb clean> to clean up before re-" @@ -1398,26 +1379,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:336 +#: en/lb_config.1:332 #, no-wrap msgid "B<--grub-splash> I<FILE>" msgstr "" #. type: Plain text -#: en/lb_config.1:338 +#: en/lb_config.1:334 msgid "" "defines the name of an optional to be included splash screen graphic for the " "grub bootloader." msgstr "" #. type: IP -#: en/lb_config.1:338 +#: en/lb_config.1:334 #, no-wrap msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:340 +#: en/lb_config.1:336 msgid "" "defines the default options that will be appended to (almost) every gzip " "call during the building of the image. By default, this is set to --best to " @@ -1426,13 +1407,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:340 +#: en/lb_config.1:336 #, no-wrap msgid "B<--hooks> I<FILE>" msgstr "" #. type: Plain text -#: en/lb_config.1:342 +#: en/lb_config.1:338 msgid "" "defines which hooks available in /usr/share/live/build/examples/hooks should " "be activated. Normally, there are no hooks executed. Make sure you know and " @@ -1440,13 +1421,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:342 +#: en/lb_config.1:338 #, no-wrap msgid "B<--ignore-system-defaults>" msgstr "" #. type: Plain text -#: en/lb_config.1:344 +#: en/lb_config.1:340 msgid "" "B<lb config> by default reads system defaults from I</etc/live/build.conf> " "and I</etc/live/build/*> when generating a new live system config directory. " @@ -1455,13 +1436,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:344 +#: en/lb_config.1:340 #, no-wrap msgid "B<--initramfs> auto|none|live-boot|casper" msgstr "" #. type: Plain text -#: en/lb_config.1:346 +#: en/lb_config.1:342 msgid "" "sets the name of package that contains the live system specific initramfs " "modification. By default, auto is used, which means that at build time of " @@ -1472,26 +1453,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:346 +#: en/lb_config.1:342 #, no-wrap msgid "B<--initramfs-compression> bzip2|gzip|lzma]" msgstr "" #. type: Plain text -#: en/lb_config.1:348 +#: en/lb_config.1:344 msgid "" "defines the compression program to be used to compress the initramfs. " "Defaults to gzip." msgstr "" #. type: IP -#: en/lb_config.1:348 +#: en/lb_config.1:344 #, no-wrap msgid "B<--interactive> shell" msgstr "" #. type: Plain text -#: en/lb_config.1:350 +#: en/lb_config.1:346 msgid "" "defines if after the chroot stage and before the beginning of the binary " "stage, a interactive shell login should be spawned in the chroot in order to " @@ -1505,24 +1486,24 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:350 +#: en/lb_config.1:346 #, no-wrap msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:352 +#: en/lb_config.1:348 msgid "defines options to pass to isohybrid." msgstr "" #. type: IP -#: en/lb_config.1:352 +#: en/lb_config.1:348 #, no-wrap msgid "B<--iso-application> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:354 +#: en/lb_config.1:350 msgid "" "sets the APPLICATION field in the header of a resulting CD/DVD image and " "defaults to \"Debian Live\" in debian mode, and to \"Emdebian Live\" in " @@ -1530,13 +1511,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:354 +#: en/lb_config.1:350 #, no-wrap msgid "B<--iso-preparer> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:356 +#: en/lb_config.1:352 msgid "" "sets the PREPARER field in the header of a resulting CD/DVD image. By " "default this is set to \"live-build I<VERSION>; http://packages.qa.debian." @@ -1545,13 +1526,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:356 +#: en/lb_config.1:352 #, no-wrap msgid "B<--iso-publisher> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:358 +#: en/lb_config.1:354 msgid "" "sets the PUBLISHED field in the header of a resulting CD/DVD image. By " "default, this is set to 'Debian Live project; http:/live.debian.net/; debian-" @@ -1560,13 +1541,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:358 +#: en/lb_config.1:354 #, no-wrap msgid "B<--iso-volume> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:360 +#: en/lb_config.1:356 msgid "" "sets the VOLUME field in the header of a resulting CD/DVD and defaults to " "'(I<MODE>) (I<DISTRIBUTION>) (I<DATE>)' whereas MODE is expanded to the name " @@ -1575,13 +1556,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:360 +#: en/lb_config.1:356 #, no-wrap msgid "B<--jffs2-eraseblock> I<SIZE>" msgstr "" #. type: Plain text -#: en/lb_config.1:362 +#: en/lb_config.1:358 msgid "" "sets the eraseblock size for a JFFS2 (Second Journalling Flash File System) " "filesystem. The default is 64 KiB. If you use an erase block size different " @@ -1591,39 +1572,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:362 +#: en/lb_config.1:358 #, no-wrap msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:364 +#: en/lb_config.1:360 msgid "" "sets the keyring package or additional keyring packages. By default this is " "set to debian-archive-keyring." msgstr "" #. type: IP -#: en/lb_config.1:364 +#: en/lb_config.1:360 #, no-wrap msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:366 +#: en/lb_config.1:362 msgid "" "sets the kernel flavours to be installed. Note that in case you specify more " "than that the first will be configured the default kernel that gets booted." msgstr "" #. type: IP -#: en/lb_config.1:366 +#: en/lb_config.1:362 #, no-wrap msgid "B<--linux-packages> \"I<PACKAGES>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:368 +#: en/lb_config.1:364 msgid "" "sets the internal name of the kernel packages naming scheme. If you use " "debian kernel packages, you will not have to adjust it. If you decide to use " @@ -1637,26 +1618,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:368 +#: en/lb_config.1:364 #, no-wrap msgid "B<--losetup> losetup|losetup.orig" msgstr "" #. type: Plain text -#: en/lb_config.1:370 +#: en/lb_config.1:366 msgid "" "sets the filename of the losetup binary from the host system that should be " "used. This is autodetected and does generally not need any customization." msgstr "" #. type: IP -#: en/lb_config.1:370 +#: en/lb_config.1:366 #, no-wrap msgid "B<--memtest> memtest86+|memtest86|none" msgstr "" #. type: Plain text -#: en/lb_config.1:372 +#: en/lb_config.1:368 msgid "" "defines if memtest, memtest86+ or no memory tester at all should be included " "as secondary bootloader configuration. This is only available on amd64 and " @@ -1664,13 +1645,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:372 +#: en/lb_config.1:368 #, no-wrap msgid "-m|B<--parent-mirror-bootstrap> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:374 +#: en/lb_config.1:370 msgid "" "sets the location of the debian package mirror that should be used to " "bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may " @@ -1678,13 +1659,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:374 +#: en/lb_config.1:370 #, no-wrap msgid "B<--parent-mirror-chroot> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:376 +#: en/lb_config.1:372 msgid "" "sets the location of the debian package mirror that will be used to fetch " "the packages in order to build the live system. By default, this is set to " @@ -1692,13 +1673,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:376 +#: en/lb_config.1:372 #, no-wrap msgid "B<--parent-mirror-chroot-security> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:378 +#: en/lb_config.1:374 msgid "" "sets the location of the debian security package mirror that will be used to " "fetch the packages in order to build the live system. By default, this " @@ -1706,13 +1687,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:378 +#: en/lb_config.1:374 #, no-wrap msgid "B<--parent-mirror-chroot-updates> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:380 +#: en/lb_config.1:376 msgid "" "sets the location of the debian updates package mirror that will be used to " "fetch packages in order to build the live system. By default, this is set to " @@ -1720,13 +1701,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:380 +#: en/lb_config.1:376 #, no-wrap msgid "B<--parent-mirror-chroot-backports> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:382 +#: en/lb_config.1:378 msgid "" "sets the location of the debian backports package mirror that will be used " "to fetch packages in order to build the live system. By default, this points " @@ -1734,13 +1715,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:382 +#: en/lb_config.1:378 #, no-wrap msgid "B<--parent-mirror-binary> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:384 +#: en/lb_config.1:380 msgid "" "sets the location of the debian package mirror that should end up configured " "in the final image and which is the one a user would see and use. This has " @@ -1750,13 +1731,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:384 +#: en/lb_config.1:380 #, no-wrap msgid "B<--parent-mirror-binary-security> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:386 +#: en/lb_config.1:382 msgid "" "sets the location of the debian security package mirror that should end up " "configured in the final image. By default, 'http://security.debian.org/' is " @@ -1764,13 +1745,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:386 +#: en/lb_config.1:382 #, no-wrap msgid "B<--parent-mirror-binary-updates> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:388 +#: en/lb_config.1:384 msgid "" "sets the location of the debian updates package mirror that should end up " "configured in the final image. By default, the value of --parent-mirror-" @@ -1778,13 +1759,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:388 +#: en/lb_config.1:384 #, no-wrap msgid "B<--parent-mirror-binary-backports> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:390 +#: en/lb_config.1:386 msgid "" "sets the location of the debian backports package mirror that should end up " "configured in the final image. By default, 'http://backports.debian.org/" @@ -1792,13 +1773,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:390 +#: en/lb_config.1:386 #, no-wrap msgid "B<--parent-mirror-debian-installer> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:392 +#: en/lb_config.1:388 msgid "" "sets the location of the mirror that will be used to fetch the debian " "installer images. By default, this points to the same mirror used to build " @@ -1806,13 +1787,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:392 +#: en/lb_config.1:388 #, no-wrap msgid "B<--mirror-bootstrap> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:394 +#: en/lb_config.1:390 msgid "" "sets the location of the debian package mirror that should be used to " "bootstrap the derivative from. This defaults to http://ftp.de.debian.org/" @@ -1820,13 +1801,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:394 +#: en/lb_config.1:390 #, no-wrap msgid "B<--mirror-chroot> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:396 +#: en/lb_config.1:392 msgid "" "sets the location of the debian package mirror that will be used to fetch " "the packages of the derivative in order to build the live system. By " @@ -1834,13 +1815,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:396 +#: en/lb_config.1:392 #, no-wrap msgid "B<--mirror-chroot-security> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:398 +#: en/lb_config.1:394 msgid "" "sets the location of the debian security package mirror that will be used to " "fetch the packages of the derivative in order to build the live system. By " @@ -1848,13 +1829,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:398 +#: en/lb_config.1:394 #, no-wrap msgid "B<--mirror-chroot-updates> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:400 +#: en/lb_config.1:396 msgid "" "sets the location of the debian updates package mirror that will be used to " "fetch packages of the derivative in order to build the live system. By " @@ -1862,13 +1843,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:400 +#: en/lb_config.1:396 #, no-wrap msgid "B<--mirror-chroot-backports> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:402 +#: en/lb_config.1:398 msgid "" "sets the location of the debian backports package mirror that will be used " "to fetch packages of the derivative in order to build the live system. By " @@ -1876,13 +1857,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:402 +#: en/lb_config.1:398 #, no-wrap msgid "B<--mirror-binary> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:404 +#: en/lb_config.1:400 msgid "" "sets the location of the derivative package mirror that should end up " "configured in the final image and which is the one a user would see and use. " @@ -1892,52 +1873,52 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:404 +#: en/lb_config.1:400 #, no-wrap msgid "B<--mirror-binary-security> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:406 +#: en/lb_config.1:402 msgid "" "sets the location of the derivatives security package mirror that should end " "up configured in the final image." msgstr "" #. type: IP -#: en/lb_config.1:406 +#: en/lb_config.1:402 #, no-wrap msgid "B<--mirror-binary-updates> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:408 +#: en/lb_config.1:404 msgid "" "sets the location of the derivatives updates package mirror that should end " "up configured in the final image." msgstr "" #. type: IP -#: en/lb_config.1:408 +#: en/lb_config.1:404 #, no-wrap msgid "B<--mirror-binary-backports> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:410 +#: en/lb_config.1:406 msgid "" "sets the location of the derivatives backports package mirror that should " "end up configured in the final image." msgstr "" #. type: IP -#: en/lb_config.1:410 +#: en/lb_config.1:406 #, no-wrap msgid "B<--mirror-debian-installer> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:412 +#: en/lb_config.1:408 msgid "" "sets the location of the mirror that will be used to fetch the debian " "installer images of the derivative. By default, this points to the same " @@ -1945,65 +1926,65 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:412 +#: en/lb_config.1:408 #, no-wrap msgid "B<--mode> debian|emdebian|progress|ubuntu" msgstr "" #. type: Plain text -#: en/lb_config.1:414 +#: en/lb_config.1:410 msgid "" "defines a global mode to load project specific defaults. By default this is " "set to debian." msgstr "" #. type: IP -#: en/lb_config.1:414 +#: en/lb_config.1:410 #, no-wrap msgid "B<--system> live|normal" msgstr "" #. type: Plain text -#: en/lb_config.1:416 +#: en/lb_config.1:412 msgid "" "defines if the resulting system image should a live system or a normal, non-" "live system." msgstr "" #. type: IP -#: en/lb_config.1:416 +#: en/lb_config.1:412 #, no-wrap msgid "B<--net-root-filesystem> nfs|cfs" msgstr "" #. type: Plain text -#: en/lb_config.1:418 +#: en/lb_config.1:414 msgid "" "defines the filesystem that will be configured in the bootloader " "configuration for your netboot image. This defaults to nfs." msgstr "" #. type: IP -#: en/lb_config.1:418 +#: en/lb_config.1:414 #, no-wrap msgid "B<--net-root-mountoptions> I<OPTIONS>" msgstr "" #. type: Plain text -#: en/lb_config.1:420 +#: en/lb_config.1:416 msgid "" "sets additional options for mounting the root filesystem in netboot images " "and is by default empty." msgstr "" #. type: IP -#: en/lb_config.1:420 +#: en/lb_config.1:416 #, no-wrap msgid "B<--net-root-path> I<PATH>" msgstr "" #. type: Plain text -#: en/lb_config.1:422 +#: en/lb_config.1:418 msgid "" "sets the file path that will be configured in the bootloader configuration " "for your netboot image. This defaults to /srv/debian-live in debian mode and " @@ -2012,13 +1993,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:422 +#: en/lb_config.1:418 #, no-wrap msgid "B<--net-root-server> I<IP>|I<HOSTNAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:424 +#: en/lb_config.1:420 msgid "" "sets the IP or hostname that will be configured in the bootloader " "configuration for the root filesystem of your netboot image. This defaults " @@ -2026,38 +2007,38 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:424 +#: en/lb_config.1:420 #, no-wrap msgid "B<--net-cow-filesystem> nfs|cfs" msgstr "" #. type: Plain text -#: en/lb_config.1:426 +#: en/lb_config.1:422 msgid "" "defines the filesystem type for the copy-on-write layer and defaults to nfs." msgstr "" #. type: IP -#: en/lb_config.1:426 +#: en/lb_config.1:422 #, no-wrap msgid "B<--net-cow-mountoptions> I<OPTIONS>" msgstr "" #. type: Plain text -#: en/lb_config.1:428 +#: en/lb_config.1:424 msgid "" "sets additional options for mounting the copy-on-write layer in netboot " "images and is by default empty." msgstr "" #. type: IP -#: en/lb_config.1:428 +#: en/lb_config.1:424 #, no-wrap msgid "B<--net-cow-path> I<PATH>" msgstr "" #. type: Plain text -#: en/lb_config.1:430 +#: en/lb_config.1:426 msgid "" "defines the path to client writable filesystem. Anywhere that " "I<client_mac_address> is specified in the path live-boot will substitute the " @@ -2065,28 +2046,28 @@ msgid "" msgstr "" #. type: Plain text -#: en/lb_config.1:433 +#: en/lb_config.1:429 msgid "Example:" msgstr "" #. type: Plain text -#: en/lb_config.1:435 +#: en/lb_config.1:431 msgid "/export/hosts/client_mac_address" msgstr "" #. type: Plain text -#: en/lb_config.1:437 +#: en/lb_config.1:433 msgid "/export/hosts/00-16-D3-33-92-E8" msgstr "" #. type: IP -#: en/lb_config.1:437 +#: en/lb_config.1:433 #, no-wrap msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:439 +#: en/lb_config.1:435 msgid "" "sets the IP or hostname that will be configured in the bootloader " "configuration for the copy-on-write filesystem of your netboot image and is " @@ -2094,13 +2075,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:439 +#: en/lb_config.1:435 #, no-wrap msgid "B<--net-tarball> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:441 +#: en/lb_config.1:437 msgid "" "defines if a compressed tarball should be created. Disabling this options " "leads to no tarball at all, the plain binary directory is considered the " @@ -2108,13 +2089,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:441 +#: en/lb_config.1:437 #, no-wrap msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:443 +#: en/lb_config.1:439 msgid "" "defines which lists available in /usr/share/live/build/package-lists should " "be used. By default, this is set to standard. Note that in case you have " @@ -2124,37 +2105,37 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:443 en/live-build.7:40 +#: en/lb_config.1:439 en/live-build.7:40 #, no-wrap msgid "B<--quiet>" msgstr "" #. type: Plain text -#: en/lb_config.1:445 +#: en/lb_config.1:441 msgid "reduces the verbosity of messages output by B<lb build>." msgstr "" #. type: IP -#: en/lb_config.1:445 +#: en/lb_config.1:441 #, no-wrap msgid "B<--archives> I<ARCHIVE>|\"I<ARCHIVES>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:447 +#: en/lb_config.1:443 msgid "" "enables one of available third-party archive configurations in /usr/share/" "live/build/archives." msgstr "" #. type: IP -#: en/lb_config.1:447 +#: en/lb_config.1:443 #, no-wrap msgid "B<--root-command> sudo" msgstr "" #. type: Plain text -#: en/lb_config.1:449 +#: en/lb_config.1:445 msgid "" "controls if live-build should use sudo internally to build the live image. " "Note that this is not well tested and that you should, when relying on sudo, " @@ -2162,13 +2143,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:449 +#: en/lb_config.1:445 #, no-wrap msgid "B<--use-fakeroot> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:451 +#: en/lb_config.1:447 msgid "" "controls if live-build should utilize fakeroot and fakechroot to try and " "avoid requiring root privillages where possible. By default, this option is " @@ -2176,13 +2157,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:451 +#: en/lb_config.1:447 #, no-wrap msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:453 +#: en/lb_config.1:449 msgid "" "defines which package archive areas of a debian packages archive should be " "used for configured debian package mirrors. By default, this is set to main. " @@ -2192,37 +2173,37 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:453 +#: en/lb_config.1:449 #, no-wrap msgid "B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|\"I<PARENT_ARCHIVE_AREAS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:455 +#: en/lb_config.1:451 msgid "defines the archive areas for derivatives of the resulting live system." msgstr "" #. type: IP -#: en/lb_config.1:455 +#: en/lb_config.1:451 #, no-wrap msgid "B<--security> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:457 +#: en/lb_config.1:453 msgid "" "defines if the security repositories specified in the security mirror " "options should be used or not." msgstr "" #. type: IP -#: en/lb_config.1:457 +#: en/lb_config.1:453 #, no-wrap msgid "B<--source> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:459 +#: en/lb_config.1:455 msgid "" "defines if a corresponding source image to the binary image should be build. " "By default this is false because most people do not require this and would " @@ -2232,24 +2213,24 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:459 +#: en/lb_config.1:455 #, no-wrap msgid "-s|B<--source-images> iso|netboot|tar|hdd" msgstr "" #. type: Plain text -#: en/lb_config.1:461 +#: en/lb_config.1:457 msgid "defines the image type for the source image. Default is tar." msgstr "" #. type: IP -#: en/lb_config.1:461 +#: en/lb_config.1:457 #, no-wrap msgid "B<--firmware-binary> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:463 +#: en/lb_config.1:459 msgid "" "defines if firmware packages should be automatically included into the " "binary pool for debian-installer. Note that only firmware packages available " @@ -2260,13 +2241,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:463 +#: en/lb_config.1:459 #, no-wrap msgid "B<--firmware-chroot> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:465 +#: en/lb_config.1:461 msgid "" "defines if firmware packages should be automatically included into the live " "image. Note that only firmware packages available within the configured " @@ -2276,39 +2257,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:465 +#: en/lb_config.1:461 #, no-wrap msgid "B<--swap-file-path> I<PATH>" msgstr "" #. type: Plain text -#: en/lb_config.1:467 +#: en/lb_config.1:463 msgid "" "defines the path to a swap file to create in the binary image. Default is " "not to create a swap file." msgstr "" #. type: IP -#: en/lb_config.1:467 +#: en/lb_config.1:463 #, no-wrap msgid "B<--swap-file-size> I<MB>" msgstr "" #. type: Plain text -#: en/lb_config.1:469 +#: en/lb_config.1:465 msgid "" "defines what size in megabytes the swap file should be, if one is to be " "created. Default is 512MB." msgstr "" #. type: IP -#: en/lb_config.1:469 +#: en/lb_config.1:465 #, no-wrap msgid "B<--syslinux-theme> I<THEME_SUFFIX>" msgstr "" #. type: Plain text -#: en/lb_config.1:471 +#: en/lb_config.1:467 msgid "" "defines the syslinux theme to use. The theme suffix is the name of a " "directory in /usr/share/syslinux/themes/ provided by a package named " @@ -2317,39 +2298,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:471 +#: en/lb_config.1:467 #, no-wrap msgid "B<--tasksel> apt|aptitude|tasksel" msgstr "" #. type: Plain text -#: en/lb_config.1:473 +#: en/lb_config.1:469 msgid "" "selects which program is used to install tasks. By default, this is set to " "tasksel." msgstr "" #. type: IP -#: en/lb_config.1:473 +#: en/lb_config.1:469 #, no-wrap msgid "B<--templates> I<PATH>" msgstr "" #. type: Plain text -#: en/lb_config.1:475 +#: en/lb_config.1:471 msgid "" "sets the path to the templates that live-build is going to use, e.g. for " "bootloaders. By default, this is set to /usr/share/live/build/templates/." msgstr "" #. type: IP -#: en/lb_config.1:475 +#: en/lb_config.1:471 #, no-wrap msgid "B<--hdd-size> MB" msgstr "" #. type: Plain text -#: en/lb_config.1:477 +#: en/lb_config.1:473 msgid "" "defines what size the hdd image should be. Note that although the default is " "set to 10000 (= 10GB), it will not need 10GB space on your harddisk as the " @@ -2357,39 +2338,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:477 +#: en/lb_config.1:473 #, no-wrap msgid "B<--updates> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:479 +#: en/lb_config.1:475 msgid "" "defines if debian updates package archives should be included in the image " "or not." msgstr "" #. type: IP -#: en/lb_config.1:479 +#: en/lb_config.1:475 #, no-wrap msgid "B<--backports> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:481 +#: en/lb_config.1:477 msgid "" "defines if debian backports package archives should be included in the image " "or not." msgstr "" #. type: IP -#: en/lb_config.1:481 +#: en/lb_config.1:477 #, no-wrap msgid "B<--exposed-root> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:483 +#: en/lb_config.1:479 msgid "" "defines whether to expose the root filesystem as read only and not covered " "by the union filesystem. This has useful implications for certain speciality " @@ -2397,37 +2378,37 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:483 en/live-build.7:42 +#: en/lb_config.1:479 en/live-build.7:42 #, no-wrap msgid "B<--verbose>" msgstr "" #. type: Plain text -#: en/lb_config.1:485 +#: en/lb_config.1:481 msgid "increases the verbosity of messages output by B<lb build>." msgstr "" #. type: IP -#: en/lb_config.1:485 +#: en/lb_config.1:481 #, no-wrap msgid "B<--win32-loader true|false>" msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:488 +#: en/lb_config.1:484 msgid "defines if win32-loader should be included in the binary image or not." msgstr "" #. type: SH -#: en/lb_config.1:489 +#: en/lb_config.1:485 #, no-wrap msgid "ENVIRONMENT" msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:492 +#: en/lb_config.1:488 msgid "" "Currently, command line switches can also be specified through the " "corresponding environment variable. However, this generally should not be " @@ -2441,20 +2422,20 @@ msgstr "" #. FIXME #. type: IP -#: en/lb_config.1:496 +#: en/lb_config.1:492 #, no-wrap msgid "B<auto/config>" msgstr "" #. type: IP -#: en/lb_config.1:497 +#: en/lb_config.1:493 #, no-wrap msgid "B</etc/live/build.conf, /etc/live/build/*>" msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:500 +#: en/lb_config.1:496 msgid "" "An optional, global configuration file for B<lb config> variables. It is " "useful to specify a few system wide defaults, like " @@ -2463,11 +2444,11 @@ msgid "" msgstr "" #. type: Plain text -#: en/lb_config.1:505 en/live-build.7:225 +#: en/lb_config.1:501 en/live-build.7:225 msgid "I<live-boot>(7)" msgstr "" #. type: Plain text -#: en/lb_config.1:507 en/live-build.7:227 +#: en/lb_config.1:503 en/live-build.7:227 msgid "I<live-config>(7)" msgstr "" diff --git a/manpages/po/de/lb_source.1.po b/manpages/po/de/lb_source.1.po index ae1abf6f3..d785cfef2 100644 --- a/manpages/po/de/lb_source.1.po +++ b/manpages/po/de/lb_source.1.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+0100\n" "PO-Revision-Date: 2012-08-02 18:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -66,7 +66,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -74,7 +74,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -82,7 +82,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -97,7 +97,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -105,21 +105,21 @@ msgstr "" #. type: Plain text #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24 -#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:503 en/lb_source.1:22 +#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22 #: en/lb_testroot.1:26 msgid "I<live-build>(7)" msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -127,7 +127,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -137,7 +137,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -145,7 +145,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -156,7 +156,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -164,7 +164,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " diff --git a/manpages/po/de/lb_testroot.1.po b/manpages/po/de/lb_testroot.1.po index d5f8185b4..3d4fc4ca7 100644 --- a/manpages/po/de/lb_testroot.1.po +++ b/manpages/po/de/lb_testroot.1.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+0100\n" "PO-Revision-Date: 2012-08-02 18:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -66,7 +66,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -74,7 +74,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -82,7 +82,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -97,7 +97,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -105,21 +105,21 @@ msgstr "" #. type: Plain text #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24 -#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:503 en/lb_source.1:22 +#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22 #: en/lb_testroot.1:26 msgid "I<live-build>(7)" msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -127,7 +127,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -137,7 +137,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -145,7 +145,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -156,7 +156,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -164,7 +164,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " diff --git a/manpages/po/de/live-build.7.po b/manpages/po/de/live-build.7.po index 2c04933c0..97c1fcd33 100644 --- a/manpages/po/de/live-build.7.po +++ b/manpages/po/de/live-build.7.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+0100\n" "PO-Revision-Date: 2012-08-02 18:55+0300\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -66,7 +66,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -74,7 +74,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -82,7 +82,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -90,7 +90,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -98,14 +98,14 @@ msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -113,7 +113,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -123,7 +123,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -131,7 +131,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -142,7 +142,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -150,7 +150,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " @@ -158,36 +158,36 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:322 en/live-build.7:36 +#: en/lb_config.1:318 en/live-build.7:36 #, no-wrap msgid "B<--debug>" msgstr "" #. type: IP -#: en/lb_config.1:334 en/live-build.7:38 +#: en/lb_config.1:330 en/live-build.7:38 #, no-wrap msgid "B<--force>" msgstr "" #. type: IP -#: en/lb_config.1:443 en/live-build.7:40 +#: en/lb_config.1:439 en/live-build.7:40 #, no-wrap msgid "B<--quiet>" msgstr "" #. type: IP -#: en/lb_config.1:483 en/live-build.7:42 +#: en/lb_config.1:479 en/live-build.7:42 #, no-wrap msgid "B<--verbose>" msgstr "" #. type: Plain text -#: en/lb_config.1:505 en/live-build.7:225 +#: en/lb_config.1:501 en/live-build.7:225 msgid "I<live-boot>(7)" msgstr "" #. type: Plain text -#: en/lb_config.1:507 en/live-build.7:227 +#: en/lb_config.1:503 en/live-build.7:227 msgid "I<live-config>(7)" msgstr "" diff --git a/manpages/pot/lb.1.pot b/manpages/pot/lb.1.pot index 5a86896cd..45a9bfe64 100644 --- a/manpages/pot/lb.1.pot +++ b/manpages/pot/lb.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+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" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -81,7 +81,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -96,7 +96,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -112,7 +112,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -127,7 +127,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -135,21 +135,21 @@ msgstr "" #. type: Plain text #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24 -#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:503 en/lb_source.1:22 +#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22 #: en/lb_testroot.1:26 msgid "I<live-build>(7)" msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -157,7 +157,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -167,7 +167,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -175,7 +175,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -186,7 +186,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -194,7 +194,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " diff --git a/manpages/pot/lb_binary.1.pot b/manpages/pot/lb_binary.1.pot index c8c8bc114..56a8719d2 100644 --- a/manpages/pot/lb_binary.1.pot +++ b/manpages/pot/lb_binary.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+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" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -66,7 +66,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -74,7 +74,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -82,7 +82,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -97,7 +97,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -105,21 +105,21 @@ msgstr "" #. type: Plain text #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24 -#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:503 en/lb_source.1:22 +#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22 #: en/lb_testroot.1:26 msgid "I<live-build>(7)" msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -127,7 +127,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -137,7 +137,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -145,7 +145,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -156,7 +156,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -164,7 +164,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " diff --git a/manpages/pot/lb_bootstrap.1.pot b/manpages/pot/lb_bootstrap.1.pot index 968867ab3..e79c1db05 100644 --- a/manpages/pot/lb_bootstrap.1.pot +++ b/manpages/pot/lb_bootstrap.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+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" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -66,7 +66,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -74,7 +74,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -82,7 +82,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -97,7 +97,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -105,21 +105,21 @@ msgstr "" #. type: Plain text #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24 -#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:503 en/lb_source.1:22 +#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22 #: en/lb_testroot.1:26 msgid "I<live-build>(7)" msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -127,7 +127,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -137,7 +137,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -145,7 +145,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -156,7 +156,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -164,7 +164,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " diff --git a/manpages/pot/lb_build.1.pot b/manpages/pot/lb_build.1.pot index 612027ac7..9b544bf9e 100644 --- a/manpages/pot/lb_build.1.pot +++ b/manpages/pot/lb_build.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+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" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -66,7 +66,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -74,7 +74,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -82,7 +82,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -90,7 +90,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -98,21 +98,21 @@ msgstr "" #. type: Plain text #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24 -#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:503 en/lb_source.1:22 +#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22 #: en/lb_testroot.1:26 msgid "I<live-build>(7)" msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -120,7 +120,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -130,7 +130,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -138,7 +138,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -149,7 +149,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -157,7 +157,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " diff --git a/manpages/pot/lb_chroot.1.pot b/manpages/pot/lb_chroot.1.pot index 5b5378d7e..dd5e9ab79 100644 --- a/manpages/pot/lb_chroot.1.pot +++ b/manpages/pot/lb_chroot.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+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" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -66,7 +66,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -74,7 +74,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -82,7 +82,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -97,7 +97,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -105,21 +105,21 @@ msgstr "" #. type: Plain text #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24 -#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:503 en/lb_source.1:22 +#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22 #: en/lb_testroot.1:26 msgid "I<live-build>(7)" msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -127,7 +127,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -137,7 +137,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -145,7 +145,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -156,7 +156,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -164,7 +164,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " diff --git a/manpages/pot/lb_clean.1.pot b/manpages/pot/lb_clean.1.pot index 92c087cf3..25aea1755 100644 --- a/manpages/pot/lb_clean.1.pot +++ b/manpages/pot/lb_clean.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+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" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -66,7 +66,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -74,7 +74,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -82,7 +82,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -90,7 +90,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -98,21 +98,21 @@ msgstr "" #. type: Plain text #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24 -#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:503 en/lb_source.1:22 +#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22 #: en/lb_testroot.1:26 msgid "I<live-build>(7)" msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -120,7 +120,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -130,7 +130,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -138,7 +138,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -149,7 +149,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -157,7 +157,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " diff --git a/manpages/pot/lb_config.1.pot b/manpages/pot/lb_config.1.pot index 78cb78fc1..5e8fec027 100644 --- a/manpages/pot/lb_config.1.pot +++ b/manpages/pot/lb_config.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+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" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -66,7 +66,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -74,7 +74,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -82,7 +82,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -90,7 +90,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -98,21 +98,21 @@ msgstr "" #. type: Plain text #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24 -#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:503 en/lb_source.1:22 +#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22 #: en/lb_testroot.1:26 msgid "I<live-build>(7)" msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -120,7 +120,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -130,7 +130,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -138,7 +138,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -149,7 +149,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -157,7 +157,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " @@ -327,430 +327,425 @@ msgstr "" #. type: Plain text #: en/lb_config.1:71 -msgid " [B<--debconf-nowarnings> true|false]" -msgstr "" - -#. type: Plain text -#: en/lb_config.1:73 msgid " [B<--debconf-priority> low|medium|high|critical]" msgstr "" #. type: Plain text -#: en/lb_config.1:75 +#: en/lb_config.1:73 msgid "" " [B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:77 +#: en/lb_config.1:75 msgid " [B<--debian-installer-distribution> daily|I<CODENAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:79 +#: en/lb_config.1:77 msgid " [B<--debian-installer-preseedfile> I<FILE>|I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:81 +#: en/lb_config.1:79 msgid " [B<--debian-installer-gui> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:83 +#: en/lb_config.1:81 msgid " [B<--debug>]" msgstr "" #. type: Plain text -#: en/lb_config.1:85 +#: en/lb_config.1:83 msgid " [-d|B<--distribution> I<CODENAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:87 +#: en/lb_config.1:85 msgid " [B<--parent-distribution> I<CODENAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:89 +#: en/lb_config.1:87 msgid " [B<--parent-debian-installer-distribution> I<CODENAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:91 +#: en/lb_config.1:89 msgid " [B<--dump>]" msgstr "" #. type: Plain text -#: en/lb_config.1:93 +#: en/lb_config.1:91 msgid " [B<--fdisk> fdisk|fdisk.dist]" msgstr "" #. type: Plain text -#: en/lb_config.1:95 +#: en/lb_config.1:93 msgid " [B<--firmware-binary true|false>]" msgstr "" #. type: Plain text -#: en/lb_config.1:97 +#: en/lb_config.1:95 msgid " [B<--firmware-chroot true|false>]" msgstr "" #. type: Plain text -#: en/lb_config.1:99 +#: en/lb_config.1:97 msgid " [B<--force>]" msgstr "" #. type: Plain text -#: en/lb_config.1:101 +#: en/lb_config.1:99 msgid " [B<--grub-splash> I<FILE>]" msgstr "" #. type: Plain text -#: en/lb_config.1:103 +#: en/lb_config.1:101 msgid " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]" msgstr "" #. type: Plain text -#: en/lb_config.1:105 +#: en/lb_config.1:103 msgid " [B<--hooks> I<FILE>]" msgstr "" #. type: Plain text -#: en/lb_config.1:107 +#: en/lb_config.1:105 msgid " [B<--ignore-system-defaults>]" msgstr "" #. type: Plain text -#: en/lb_config.1:109 +#: en/lb_config.1:107 msgid " [B<--initramfs> auto|none|live-boot|casper]" msgstr "" #. type: Plain text -#: en/lb_config.1:111 +#: en/lb_config.1:109 msgid " [B<--initramfs-compression> bzip2|gzip|lzma]" msgstr "" #. type: Plain text -#: en/lb_config.1:113 +#: en/lb_config.1:111 msgid " [B<--initsystem> sysvinit|runit|systemd|upstart|none]" msgstr "" #. type: Plain text -#: en/lb_config.1:115 +#: en/lb_config.1:113 msgid " [B<--interactive> shell]" msgstr "" #. type: Plain text -#: en/lb_config.1:117 +#: en/lb_config.1:115 msgid " [B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"]" msgstr "" #. type: Plain text -#: en/lb_config.1:119 +#: en/lb_config.1:117 msgid " [B<--iso-application> I<NAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:121 +#: en/lb_config.1:119 msgid " [B<--iso-preparer> I<NAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:123 +#: en/lb_config.1:121 msgid " [B<--iso-publisher> I<NAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:125 +#: en/lb_config.1:123 msgid " [B<--iso-volume> I<NAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:127 +#: en/lb_config.1:125 msgid " [B<--jffs2-eraseblock> I<SIZE>]" msgstr "" #. type: Plain text -#: en/lb_config.1:129 +#: en/lb_config.1:127 msgid " [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]" msgstr "" #. type: Plain text -#: en/lb_config.1:131 +#: en/lb_config.1:129 msgid " [-k|B<--linux-flavours> I<FLAVOUR>|I<\"FLAVOURS\">]" msgstr "" #. type: Plain text -#: en/lb_config.1:133 +#: en/lb_config.1:131 msgid " [B<--linux-packages> I<\"PACKAGES\">]" msgstr "" #. type: Plain text -#: en/lb_config.1:135 +#: en/lb_config.1:133 msgid " [B<--losetup> losetup|losetup.orig]" msgstr "" #. type: Plain text -#: en/lb_config.1:137 +#: en/lb_config.1:135 msgid " [B<--memtest> memtest86+|memtest86|none]" msgstr "" #. type: Plain text -#: en/lb_config.1:139 +#: en/lb_config.1:137 msgid " [-m|B<--parent-mirror-bootstrap> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:141 +#: en/lb_config.1:139 msgid " [B<--parent-mirror-chroot> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:143 +#: en/lb_config.1:141 msgid " [B<--parent-mirror-chroot-security> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:145 +#: en/lb_config.1:143 msgid " [B<--parent-mirror-chroot-updates> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:147 +#: en/lb_config.1:145 msgid " [B<--parent-mirror-chroot-backports> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:149 +#: en/lb_config.1:147 msgid " [B<--parent-mirror-binary> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:151 +#: en/lb_config.1:149 msgid " [B<--parent-mirror-binary-security> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:153 +#: en/lb_config.1:151 msgid " [B<--parent-mirror-binary-updates> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:155 +#: en/lb_config.1:153 msgid " [B<--parent-mirror-binary-backports> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:157 +#: en/lb_config.1:155 msgid " [B<--parent-mirror-debian-installer> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:159 +#: en/lb_config.1:157 msgid " [B<--mirror-bootstrap> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:161 +#: en/lb_config.1:159 msgid " [B<--mirror-chroot> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:163 +#: en/lb_config.1:161 msgid " [B<--mirror-chroot-security> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:165 +#: en/lb_config.1:163 msgid " [B<--mirror-chroot-updates> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:167 +#: en/lb_config.1:165 msgid " [B<--mirror-chroot-backports> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:169 +#: en/lb_config.1:167 msgid " [B<--mirror-binary> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:171 +#: en/lb_config.1:169 msgid " [B<--mirror-binary-security> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:173 +#: en/lb_config.1:171 msgid " [B<--mirror-binary-updates> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:175 +#: en/lb_config.1:173 msgid " [B<--mirror-binary-backports> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:177 +#: en/lb_config.1:175 msgid " [B<--mirror-debian-installer> I<URL>]" msgstr "" #. type: Plain text -#: en/lb_config.1:179 +#: en/lb_config.1:177 msgid " [B<--mode> debian|emdebian|progress-linux|ubuntu|kubuntu]" msgstr "" #. type: Plain text -#: en/lb_config.1:181 +#: en/lb_config.1:179 msgid " [B<--system> live|normal]" msgstr "" #. type: Plain text -#: en/lb_config.1:183 +#: en/lb_config.1:181 msgid " [B<--net-root-filesystem> nfs|cfs]" msgstr "" #. type: Plain text -#: en/lb_config.1:185 +#: en/lb_config.1:183 msgid " [B<--net-root-mountoptions> I<OPTIONS>]" msgstr "" #. type: Plain text -#: en/lb_config.1:187 +#: en/lb_config.1:185 msgid " [B<--net-root-path> I<PATH>]" msgstr "" #. type: Plain text -#: en/lb_config.1:189 +#: en/lb_config.1:187 msgid " [B<--net-root-server> I<IP>|I<HOSTNAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:191 +#: en/lb_config.1:189 msgid " [B<--net-cow-filesystem> nfs|cfs]" msgstr "" #. type: Plain text -#: en/lb_config.1:193 +#: en/lb_config.1:191 msgid " [B<--net-cow-mountoptions> I<OPTIONS>]" msgstr "" #. type: Plain text -#: en/lb_config.1:195 +#: en/lb_config.1:193 msgid " [B<--net-cow-path> I<PATH>]" msgstr "" #. type: Plain text -#: en/lb_config.1:197 +#: en/lb_config.1:195 msgid " [B<--net-cow-server> I<IP>|I<HOSTNAME>]" msgstr "" #. type: Plain text -#: en/lb_config.1:199 +#: en/lb_config.1:197 msgid " [B<--net-tarball> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:201 +#: en/lb_config.1:199 msgid " [-p|B<--package-lists> I<LIST>|I<\"LISTS\">]" msgstr "" #. type: Plain text -#: en/lb_config.1:203 +#: en/lb_config.1:201 msgid " [B<--quiet>]" msgstr "" #. type: Plain text -#: en/lb_config.1:205 +#: en/lb_config.1:203 msgid " [B<--root-command> sudo]" msgstr "" #. type: Plain text -#: en/lb_config.1:207 +#: en/lb_config.1:205 msgid " [B<--use-fakeroot> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:209 +#: en/lb_config.1:207 msgid " [B<--archives> I<ARCHIVE>|I<\"ARCHIVES\">]" msgstr "" #. type: Plain text -#: en/lb_config.1:211 +#: en/lb_config.1:209 msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]" msgstr "" #. type: Plain text -#: en/lb_config.1:213 +#: en/lb_config.1:211 msgid "" " [B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|I<\"PARENT_ARCHIVE_AREAS" "\">]" msgstr "" #. type: Plain text -#: en/lb_config.1:215 +#: en/lb_config.1:213 msgid " [B<--security> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:217 +#: en/lb_config.1:215 msgid " [B<--source> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:219 +#: en/lb_config.1:217 msgid " [-s|B<--source-images> iso|netboot|tar|hdd]" msgstr "" #. type: Plain text -#: en/lb_config.1:221 +#: en/lb_config.1:219 msgid " [B<--syslinux-theme> I<THEME_SUFFIX>]" msgstr "" #. type: Plain text -#: en/lb_config.1:223 +#: en/lb_config.1:221 msgid " [B<--tasksel> apt|aptitude|tasksel]" msgstr "" #. type: Plain text -#: en/lb_config.1:225 +#: en/lb_config.1:223 msgid " [B<--templates> I<PATH>]" msgstr "" #. type: Plain text -#: en/lb_config.1:227 +#: en/lb_config.1:225 msgid " [B<--hdd-size >I<MB>]" msgstr "" #. type: Plain text -#: en/lb_config.1:229 +#: en/lb_config.1:227 msgid " [B<--updates> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:231 +#: en/lb_config.1:229 msgid " [B<--backports> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:233 +#: en/lb_config.1:231 msgid " [B<--exposed-root> true|false]" msgstr "" #. type: Plain text -#: en/lb_config.1:235 +#: en/lb_config.1:233 msgid " [B<--verbose>]" msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:238 +#: en/lb_config.1:236 msgid " [B<--win32-loader true|false]>" msgstr "" #. type: Plain text -#: en/lb_config.1:241 +#: en/lb_config.1:239 msgid "" "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the " "Debian Live tool suite." @@ -758,7 +753,7 @@ msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:244 +#: en/lb_config.1:242 msgid "" "B<lb config> populates the configuration directory for live-build. By " "default, this directory is named 'config' and is created in the current " @@ -767,7 +762,7 @@ msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:247 +#: en/lb_config.1:245 msgid "" "Note: Currently B<lb config> tries to be smart and sets defaults for some " "options depending on the setting of other options (e.g. which linux packages " @@ -783,7 +778,7 @@ msgid "" msgstr "" #. type: Plain text -#: en/lb_config.1:250 +#: en/lb_config.1:248 msgid "" "In addition to its specific options B<lb config> understands all generic " "live-build options. See I<live-build>(7) for a complete list of all generic " @@ -792,26 +787,26 @@ msgstr "" #. FIXME #. type: IP -#: en/lb_config.1:252 +#: en/lb_config.1:250 #, no-wrap msgid "B<--apt> apt|aptitude" msgstr "" #. type: Plain text -#: en/lb_config.1:254 +#: en/lb_config.1:252 msgid "" "defines if apt-get or aptitude is used to install packages when building the " "image. The default is apt." msgstr "" #. type: IP -#: en/lb_config.1:254 +#: en/lb_config.1:252 #, no-wrap msgid "B<--apt-ftp-proxy> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:256 +#: en/lb_config.1:254 msgid "" "sets the ftp proxy to be used by apt. By default, this is empty. Note that " "this variable is only for the proxy that gets used by apt internally within " @@ -819,13 +814,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:256 +#: en/lb_config.1:254 #, no-wrap msgid "B<--apt-http-proxy> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:258 +#: en/lb_config.1:256 msgid "" "sets the http proxy to be used by apt. By default, this is empty. Note that " "this variable is only for the proxy that gets used by apt internally within " @@ -833,26 +828,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:258 +#: en/lb_config.1:256 #, no-wrap msgid "B<--apt-indices> true|false|none" msgstr "" #. type: Plain text -#: en/lb_config.1:260 +#: en/lb_config.1:258 msgid "" "defines if the resulting images should have apt indices or not and defaults " "to true. If set to none, no indices are included at all." msgstr "" #. type: IP -#: en/lb_config.1:260 +#: en/lb_config.1:258 #, no-wrap msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:262 +#: en/lb_config.1:260 msgid "" "defines the default options that will be appended to every apt call that is " "made inside chroot during the building of the image. By default, this is set " @@ -860,13 +855,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:262 +#: en/lb_config.1:260 #, no-wrap msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:264 +#: en/lb_config.1:262 msgid "" "defines the default options that will be appended to every aptitude call " "that is made inside chroot during building of the image. By default, this is " @@ -874,13 +869,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:264 +#: en/lb_config.1:262 #, no-wrap msgid "B<--apt-pipeline> I<DEPTH>" msgstr "" #. type: Plain text -#: en/lb_config.1:266 +#: en/lb_config.1:264 msgid "" "sets the depth of the apt/aptitude pipeline. In cases where the remote " "server is not RFC conforming or buggy (such as Squid 2.0.2) this option can " @@ -892,51 +887,51 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:266 +#: en/lb_config.1:264 #, no-wrap msgid "B<--apt-recommends> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:268 +#: en/lb_config.1:266 msgid "" "defines if apt should install recommended packages automatically. By " "default, this is true except in emdebian mode." msgstr "" #. type: IP -#: en/lb_config.1:268 +#: en/lb_config.1:266 #, no-wrap msgid "B<--apt-secure> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:270 +#: en/lb_config.1:268 msgid "" "defines if apt should check repository signatures. This is true by default." msgstr "" #. type: IP -#: en/lb_config.1:270 +#: en/lb_config.1:268 #, no-wrap msgid "B<--apt-source-archives> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:272 +#: en/lb_config.1:270 msgid "" "defines if deb-src entries should be included in the resulting live image or " "not, defaults to on." msgstr "" #. type: IP -#: en/lb_config.1:272 +#: en/lb_config.1:270 #, no-wrap msgid "-a|B<--architectures> I<ARCHITECTURE>" msgstr "" #. type: Plain text -#: en/lb_config.1:274 +#: en/lb_config.1:272 msgid "" "defines the architecture of the to be build image. By default, this is set " "to the host architecture. Note that you cannot crossbuild for another " @@ -947,13 +942,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:274 +#: en/lb_config.1:272 #, no-wrap msgid "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd" msgstr "" #. type: Plain text -#: en/lb_config.1:276 +#: en/lb_config.1:274 msgid "" "defines the image type to build. By default, for images using syslinux this " "is set to iso-hybrid to build CD/DVD images that may also be used like hdd " @@ -961,13 +956,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:276 +#: en/lb_config.1:274 #, no-wrap msgid "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4" msgstr "" #. type: Plain text -#: en/lb_config.1:278 +#: en/lb_config.1:276 msgid "" "defines the filesystem to be used in the image type. This only has an effect " "if the selected binary image type does allow to choose a filesystem. For " @@ -980,24 +975,24 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:278 +#: en/lb_config.1:276 #, no-wrap msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:280 +#: en/lb_config.1:278 msgid "sets boot parameters specific to debian-installer, if included." msgstr "" #. type: IP -#: en/lb_config.1:280 +#: en/lb_config.1:278 #, no-wrap msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:282 +#: en/lb_config.1:280 msgid "" "sets boot parameters specific to debian-live. A complete list of boot " "parameters can be found in the I<live-boot>(7) and I<live-config>(7) manual " @@ -1005,13 +1000,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:282 +#: en/lb_config.1:280 #, no-wrap msgid "B<--bootloader> grub|syslinux|yaboot" msgstr "" #. type: Plain text -#: en/lb_config.1:284 +#: en/lb_config.1:282 msgid "" "defines which bootloader is beeing used in the generated image. This has " "only an effect if the selected binary image type does allow to choose the " @@ -1024,39 +1019,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:284 +#: en/lb_config.1:282 #, no-wrap msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap" msgstr "" #. type: Plain text -#: en/lb_config.1:286 +#: en/lb_config.1:284 msgid "" "defines which program is used to bootstrap the debian chroot, default is " "debootstrap." msgstr "" #. type: IP -#: en/lb_config.1:286 +#: en/lb_config.1:284 #, no-wrap msgid "B<--cache> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:288 +#: en/lb_config.1:286 msgid "" "defines globally if any cache should be used at all. Different caches can be " "controled through the their own options." msgstr "" #. type: IP -#: en/lb_config.1:288 +#: en/lb_config.1:286 #, no-wrap msgid "B<--cache-indices> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:290 +#: en/lb_config.1:288 msgid "" "defines if downloaded package indices and lists should be cached which is " "false by default. Enabling it would allow to rebuild an image completely " @@ -1064,13 +1059,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:290 +#: en/lb_config.1:288 #, no-wrap msgid "B<--cache-packages> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:292 +#: en/lb_config.1:290 msgid "" "defines if downloaded packages files should be cached which is true by " "default. Disabling it does save space consumtion in your build directory, " @@ -1081,13 +1076,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:292 +#: en/lb_config.1:290 #, no-wrap msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:294 +#: en/lb_config.1:292 msgid "" "sets which stages should be cached. By default set to bootstrap. As an " "exception to the normal stage names, also rootfs can be used here which does " @@ -1097,13 +1092,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:294 +#: en/lb_config.1:292 #, no-wrap msgid "B<--checksums> md5|sha1|sha256|none" msgstr "" #. type: Plain text -#: en/lb_config.1:296 +#: en/lb_config.1:294 msgid "" "defines if the binary image should contain a file called md5sums.txt, " "sha1sums.txt and/or sha256sums.txt. These lists all files on the image " @@ -1115,39 +1110,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:296 +#: en/lb_config.1:294 #, no-wrap msgid "B<--compression> bzip2|gzip|lzip|none" msgstr "" #. type: Plain text -#: en/lb_config.1:298 +#: en/lb_config.1:296 msgid "" "defines the compression program to be used to compress tarballs. Defaults to " "gzip." msgstr "" #. type: IP -#: en/lb_config.1:298 +#: en/lb_config.1:296 #, no-wrap msgid "B<--config> I<GIT_URL>::I<GIT_ID>" msgstr "" #. type: Plain text -#: en/lb_config.1:300 +#: en/lb_config.1:298 msgid "" "allows to bootstrap a config tree from a git repositories, optionally " "appended by a Git Id (branch, commit, tag, etc.)." msgstr "" #. type: IP -#: en/lb_config.1:300 +#: en/lb_config.1:298 #, no-wrap msgid "B<--build-with-chroot> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:302 +#: en/lb_config.1:300 msgid "" "defines whetever live-build should use the tools from within the chroot to " "build the binary image or not by using and including the host systems tools. " @@ -1162,13 +1157,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:302 +#: en/lb_config.1:300 #, no-wrap msgid "B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none" msgstr "" #. type: Plain text -#: en/lb_config.1:304 +#: en/lb_config.1:302 msgid "" "defines which filesystem type should be used for the root filesystem image. " "If you use none, then no filesystem image is created and the root filesystem " @@ -1179,39 +1174,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:304 +#: en/lb_config.1:302 #, no-wrap msgid "B<--clean>" msgstr "" #. type: Plain text -#: en/lb_config.1:306 +#: en/lb_config.1:304 msgid "" "minimizes config directory by automatically removing unused and thus empty " "subdirectories." msgstr "" #. type: IP -#: en/lb_config.1:306 +#: en/lb_config.1:304 #, no-wrap msgid "-c|B<--conffile> I<FILE>" msgstr "" #. type: Plain text -#: en/lb_config.1:308 +#: en/lb_config.1:306 msgid "" "using a user specified alternative configuration file in addition to the " "normally used one in the config directory." msgstr "" #. type: IP -#: en/lb_config.1:308 +#: en/lb_config.1:306 #, no-wrap msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline" msgstr "" #. type: Plain text -#: en/lb_config.1:310 +#: en/lb_config.1:308 msgid "" "defines what value the debconf frontend should be set to inside the chroot. " "Note that setting it to anything by noninteractive, which is the default, " @@ -1219,27 +1214,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:310 -#, no-wrap -msgid "B<--debconf-nowarnings> true|false" -msgstr "" - -#. type: Plain text -#: en/lb_config.1:312 -msgid "" -"defines if warnings of debconf should be displayed or not. Warnings from " -"debconf are generally very rare and by default, we skip them, if any, in " -"order to keep the build process entirely non interactive." -msgstr "" - -#. type: IP -#: en/lb_config.1:312 +#: en/lb_config.1:308 #, no-wrap msgid "B<--debconf-priority> low|medium|high|critical" msgstr "" #. type: Plain text -#: en/lb_config.1:314 +#: en/lb_config.1:310 msgid "" "defines what value the debconf priority shoul dbe set to inside the chroot. " "By default, it is set to critical, which means that almost no questions are " @@ -1248,13 +1229,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:314 +#: en/lb_config.1:310 #, no-wrap msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false" msgstr "" #. type: Plain text -#: en/lb_config.1:316 +#: en/lb_config.1:312 msgid "" "defines which type, if any, of the debian-installer should be included in " "the resulting binary image. By default, no installer is included. All " @@ -1266,13 +1247,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:316 +#: en/lb_config.1:312 #, no-wrap msgid "B<--debian-installer-distribution> daily|I<CODENAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:318 +#: en/lb_config.1:314 msgid "" "defines the distribution where the debian-installer files should be taken " "out from. Normally, this should be set to the same distribution as the live " @@ -1281,13 +1262,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:318 +#: en/lb_config.1:314 #, no-wrap msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:320 +#: en/lb_config.1:316 msgid "" "sets the filename or URL for an optionally used and included preseeding file " "for debian-installer. If config/binary_debian-installer/preseed.cfg exists, " @@ -1295,13 +1276,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:320 +#: en/lb_config.1:316 #, no-wrap msgid "B<--debian-installer-gui> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:322 +#: en/lb_config.1:318 msgid "" "defines if the debian-installer graphical GTK interface should be true or " "not. In Debian mode and for most versions of Ubuntu, this option is true, " @@ -1309,60 +1290,60 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:322 en/live-build.7:36 +#: en/lb_config.1:318 en/live-build.7:36 #, no-wrap msgid "B<--debug>" msgstr "" #. type: Plain text -#: en/lb_config.1:324 +#: en/lb_config.1:320 msgid "turn on debugging informational messages." msgstr "" #. type: IP -#: en/lb_config.1:324 +#: en/lb_config.1:320 #, no-wrap msgid "-d|B<--distribution> I<CODENAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:326 +#: en/lb_config.1:322 msgid "defines the distribution of the resulting live system." msgstr "" #. type: IP -#: en/lb_config.1:326 +#: en/lb_config.1:322 #, no-wrap msgid "-d|B<--parent-distribution> I<CODENAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:328 +#: en/lb_config.1:324 msgid "" "defines the parent distribution for derivatives of the resulting live system." msgstr "" #. type: IP -#: en/lb_config.1:328 +#: en/lb_config.1:324 #, no-wrap msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:330 +#: en/lb_config.1:326 msgid "" "defines the parent debian-installer distribution for derivatives of the " "resulting live system." msgstr "" #. type: IP -#: en/lb_config.1:330 +#: en/lb_config.1:326 #, no-wrap msgid "B<--dump>" msgstr "" #. type: Plain text -#: en/lb_config.1:332 +#: en/lb_config.1:328 msgid "" "prepares a report of the currently present live system configuration and the " "version of live-build used. This is useful to provide if you submit bug " @@ -1371,26 +1352,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:332 +#: en/lb_config.1:328 #, no-wrap msgid "B<--fdisk> fdisk|fdisk.dist" msgstr "" #. type: Plain text -#: en/lb_config.1:334 +#: en/lb_config.1:330 msgid "" "sets the filename of the fdisk binary from the host system that should be " "used. This is autodetected and does generally not need any customization." msgstr "" #. type: IP -#: en/lb_config.1:334 en/live-build.7:38 +#: en/lb_config.1:330 en/live-build.7:38 #, no-wrap msgid "B<--force>" msgstr "" #. type: Plain text -#: en/lb_config.1:336 +#: en/lb_config.1:332 msgid "" "forces re-execution of already run stages. Use only if you know what you are " "doing. It is generally safer to use B<lb clean> to clean up before re-" @@ -1398,26 +1379,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:336 +#: en/lb_config.1:332 #, no-wrap msgid "B<--grub-splash> I<FILE>" msgstr "" #. type: Plain text -#: en/lb_config.1:338 +#: en/lb_config.1:334 msgid "" "defines the name of an optional to be included splash screen graphic for the " "grub bootloader." msgstr "" #. type: IP -#: en/lb_config.1:338 +#: en/lb_config.1:334 #, no-wrap msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:340 +#: en/lb_config.1:336 msgid "" "defines the default options that will be appended to (almost) every gzip " "call during the building of the image. By default, this is set to --best to " @@ -1426,13 +1407,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:340 +#: en/lb_config.1:336 #, no-wrap msgid "B<--hooks> I<FILE>" msgstr "" #. type: Plain text -#: en/lb_config.1:342 +#: en/lb_config.1:338 msgid "" "defines which hooks available in /usr/share/live/build/examples/hooks should " "be activated. Normally, there are no hooks executed. Make sure you know and " @@ -1440,13 +1421,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:342 +#: en/lb_config.1:338 #, no-wrap msgid "B<--ignore-system-defaults>" msgstr "" #. type: Plain text -#: en/lb_config.1:344 +#: en/lb_config.1:340 msgid "" "B<lb config> by default reads system defaults from I</etc/live/build.conf> " "and I</etc/live/build/*> when generating a new live system config directory. " @@ -1455,13 +1436,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:344 +#: en/lb_config.1:340 #, no-wrap msgid "B<--initramfs> auto|none|live-boot|casper" msgstr "" #. type: Plain text -#: en/lb_config.1:346 +#: en/lb_config.1:342 msgid "" "sets the name of package that contains the live system specific initramfs " "modification. By default, auto is used, which means that at build time of " @@ -1472,26 +1453,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:346 +#: en/lb_config.1:342 #, no-wrap msgid "B<--initramfs-compression> bzip2|gzip|lzma]" msgstr "" #. type: Plain text -#: en/lb_config.1:348 +#: en/lb_config.1:344 msgid "" "defines the compression program to be used to compress the initramfs. " "Defaults to gzip." msgstr "" #. type: IP -#: en/lb_config.1:348 +#: en/lb_config.1:344 #, no-wrap msgid "B<--interactive> shell" msgstr "" #. type: Plain text -#: en/lb_config.1:350 +#: en/lb_config.1:346 msgid "" "defines if after the chroot stage and before the beginning of the binary " "stage, a interactive shell login should be spawned in the chroot in order to " @@ -1505,24 +1486,24 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:350 +#: en/lb_config.1:346 #, no-wrap msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:352 +#: en/lb_config.1:348 msgid "defines options to pass to isohybrid." msgstr "" #. type: IP -#: en/lb_config.1:352 +#: en/lb_config.1:348 #, no-wrap msgid "B<--iso-application> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:354 +#: en/lb_config.1:350 msgid "" "sets the APPLICATION field in the header of a resulting CD/DVD image and " "defaults to \"Debian Live\" in debian mode, and to \"Emdebian Live\" in " @@ -1530,13 +1511,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:354 +#: en/lb_config.1:350 #, no-wrap msgid "B<--iso-preparer> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:356 +#: en/lb_config.1:352 msgid "" "sets the PREPARER field in the header of a resulting CD/DVD image. By " "default this is set to \"live-build I<VERSION>; http://packages.qa.debian." @@ -1545,13 +1526,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:356 +#: en/lb_config.1:352 #, no-wrap msgid "B<--iso-publisher> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:358 +#: en/lb_config.1:354 msgid "" "sets the PUBLISHED field in the header of a resulting CD/DVD image. By " "default, this is set to 'Debian Live project; http:/live.debian.net/; debian-" @@ -1560,13 +1541,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:358 +#: en/lb_config.1:354 #, no-wrap msgid "B<--iso-volume> I<NAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:360 +#: en/lb_config.1:356 msgid "" "sets the VOLUME field in the header of a resulting CD/DVD and defaults to " "'(I<MODE>) (I<DISTRIBUTION>) (I<DATE>)' whereas MODE is expanded to the name " @@ -1575,13 +1556,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:360 +#: en/lb_config.1:356 #, no-wrap msgid "B<--jffs2-eraseblock> I<SIZE>" msgstr "" #. type: Plain text -#: en/lb_config.1:362 +#: en/lb_config.1:358 msgid "" "sets the eraseblock size for a JFFS2 (Second Journalling Flash File System) " "filesystem. The default is 64 KiB. If you use an erase block size different " @@ -1591,39 +1572,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:362 +#: en/lb_config.1:358 #, no-wrap msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:364 +#: en/lb_config.1:360 msgid "" "sets the keyring package or additional keyring packages. By default this is " "set to debian-archive-keyring." msgstr "" #. type: IP -#: en/lb_config.1:364 +#: en/lb_config.1:360 #, no-wrap msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:366 +#: en/lb_config.1:362 msgid "" "sets the kernel flavours to be installed. Note that in case you specify more " "than that the first will be configured the default kernel that gets booted." msgstr "" #. type: IP -#: en/lb_config.1:366 +#: en/lb_config.1:362 #, no-wrap msgid "B<--linux-packages> \"I<PACKAGES>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:368 +#: en/lb_config.1:364 msgid "" "sets the internal name of the kernel packages naming scheme. If you use " "debian kernel packages, you will not have to adjust it. If you decide to use " @@ -1637,26 +1618,26 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:368 +#: en/lb_config.1:364 #, no-wrap msgid "B<--losetup> losetup|losetup.orig" msgstr "" #. type: Plain text -#: en/lb_config.1:370 +#: en/lb_config.1:366 msgid "" "sets the filename of the losetup binary from the host system that should be " "used. This is autodetected and does generally not need any customization." msgstr "" #. type: IP -#: en/lb_config.1:370 +#: en/lb_config.1:366 #, no-wrap msgid "B<--memtest> memtest86+|memtest86|none" msgstr "" #. type: Plain text -#: en/lb_config.1:372 +#: en/lb_config.1:368 msgid "" "defines if memtest, memtest86+ or no memory tester at all should be included " "as secondary bootloader configuration. This is only available on amd64 and " @@ -1664,13 +1645,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:372 +#: en/lb_config.1:368 #, no-wrap msgid "-m|B<--parent-mirror-bootstrap> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:374 +#: en/lb_config.1:370 msgid "" "sets the location of the debian package mirror that should be used to " "bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may " @@ -1678,13 +1659,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:374 +#: en/lb_config.1:370 #, no-wrap msgid "B<--parent-mirror-chroot> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:376 +#: en/lb_config.1:372 msgid "" "sets the location of the debian package mirror that will be used to fetch " "the packages in order to build the live system. By default, this is set to " @@ -1692,13 +1673,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:376 +#: en/lb_config.1:372 #, no-wrap msgid "B<--parent-mirror-chroot-security> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:378 +#: en/lb_config.1:374 msgid "" "sets the location of the debian security package mirror that will be used to " "fetch the packages in order to build the live system. By default, this " @@ -1706,13 +1687,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:378 +#: en/lb_config.1:374 #, no-wrap msgid "B<--parent-mirror-chroot-updates> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:380 +#: en/lb_config.1:376 msgid "" "sets the location of the debian updates package mirror that will be used to " "fetch packages in order to build the live system. By default, this is set to " @@ -1720,13 +1701,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:380 +#: en/lb_config.1:376 #, no-wrap msgid "B<--parent-mirror-chroot-backports> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:382 +#: en/lb_config.1:378 msgid "" "sets the location of the debian backports package mirror that will be used " "to fetch packages in order to build the live system. By default, this points " @@ -1734,13 +1715,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:382 +#: en/lb_config.1:378 #, no-wrap msgid "B<--parent-mirror-binary> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:384 +#: en/lb_config.1:380 msgid "" "sets the location of the debian package mirror that should end up configured " "in the final image and which is the one a user would see and use. This has " @@ -1750,13 +1731,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:384 +#: en/lb_config.1:380 #, no-wrap msgid "B<--parent-mirror-binary-security> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:386 +#: en/lb_config.1:382 msgid "" "sets the location of the debian security package mirror that should end up " "configured in the final image. By default, 'http://security.debian.org/' is " @@ -1764,13 +1745,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:386 +#: en/lb_config.1:382 #, no-wrap msgid "B<--parent-mirror-binary-updates> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:388 +#: en/lb_config.1:384 msgid "" "sets the location of the debian updates package mirror that should end up " "configured in the final image. By default, the value of --parent-mirror-" @@ -1778,13 +1759,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:388 +#: en/lb_config.1:384 #, no-wrap msgid "B<--parent-mirror-binary-backports> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:390 +#: en/lb_config.1:386 msgid "" "sets the location of the debian backports package mirror that should end up " "configured in the final image. By default, 'http://backports.debian.org/" @@ -1792,13 +1773,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:390 +#: en/lb_config.1:386 #, no-wrap msgid "B<--parent-mirror-debian-installer> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:392 +#: en/lb_config.1:388 msgid "" "sets the location of the mirror that will be used to fetch the debian " "installer images. By default, this points to the same mirror used to build " @@ -1806,13 +1787,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:392 +#: en/lb_config.1:388 #, no-wrap msgid "B<--mirror-bootstrap> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:394 +#: en/lb_config.1:390 msgid "" "sets the location of the debian package mirror that should be used to " "bootstrap the derivative from. This defaults to http://ftp.de.debian.org/" @@ -1820,13 +1801,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:394 +#: en/lb_config.1:390 #, no-wrap msgid "B<--mirror-chroot> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:396 +#: en/lb_config.1:392 msgid "" "sets the location of the debian package mirror that will be used to fetch " "the packages of the derivative in order to build the live system. By " @@ -1834,13 +1815,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:396 +#: en/lb_config.1:392 #, no-wrap msgid "B<--mirror-chroot-security> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:398 +#: en/lb_config.1:394 msgid "" "sets the location of the debian security package mirror that will be used to " "fetch the packages of the derivative in order to build the live system. By " @@ -1848,13 +1829,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:398 +#: en/lb_config.1:394 #, no-wrap msgid "B<--mirror-chroot-updates> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:400 +#: en/lb_config.1:396 msgid "" "sets the location of the debian updates package mirror that will be used to " "fetch packages of the derivative in order to build the live system. By " @@ -1862,13 +1843,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:400 +#: en/lb_config.1:396 #, no-wrap msgid "B<--mirror-chroot-backports> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:402 +#: en/lb_config.1:398 msgid "" "sets the location of the debian backports package mirror that will be used " "to fetch packages of the derivative in order to build the live system. By " @@ -1876,13 +1857,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:402 +#: en/lb_config.1:398 #, no-wrap msgid "B<--mirror-binary> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:404 +#: en/lb_config.1:400 msgid "" "sets the location of the derivative package mirror that should end up " "configured in the final image and which is the one a user would see and use. " @@ -1892,52 +1873,52 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:404 +#: en/lb_config.1:400 #, no-wrap msgid "B<--mirror-binary-security> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:406 +#: en/lb_config.1:402 msgid "" "sets the location of the derivatives security package mirror that should end " "up configured in the final image." msgstr "" #. type: IP -#: en/lb_config.1:406 +#: en/lb_config.1:402 #, no-wrap msgid "B<--mirror-binary-updates> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:408 +#: en/lb_config.1:404 msgid "" "sets the location of the derivatives updates package mirror that should end " "up configured in the final image." msgstr "" #. type: IP -#: en/lb_config.1:408 +#: en/lb_config.1:404 #, no-wrap msgid "B<--mirror-binary-backports> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:410 +#: en/lb_config.1:406 msgid "" "sets the location of the derivatives backports package mirror that should " "end up configured in the final image." msgstr "" #. type: IP -#: en/lb_config.1:410 +#: en/lb_config.1:406 #, no-wrap msgid "B<--mirror-debian-installer> I<URL>" msgstr "" #. type: Plain text -#: en/lb_config.1:412 +#: en/lb_config.1:408 msgid "" "sets the location of the mirror that will be used to fetch the debian " "installer images of the derivative. By default, this points to the same " @@ -1945,65 +1926,65 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:412 +#: en/lb_config.1:408 #, no-wrap msgid "B<--mode> debian|emdebian|progress|ubuntu" msgstr "" #. type: Plain text -#: en/lb_config.1:414 +#: en/lb_config.1:410 msgid "" "defines a global mode to load project specific defaults. By default this is " "set to debian." msgstr "" #. type: IP -#: en/lb_config.1:414 +#: en/lb_config.1:410 #, no-wrap msgid "B<--system> live|normal" msgstr "" #. type: Plain text -#: en/lb_config.1:416 +#: en/lb_config.1:412 msgid "" "defines if the resulting system image should a live system or a normal, non-" "live system." msgstr "" #. type: IP -#: en/lb_config.1:416 +#: en/lb_config.1:412 #, no-wrap msgid "B<--net-root-filesystem> nfs|cfs" msgstr "" #. type: Plain text -#: en/lb_config.1:418 +#: en/lb_config.1:414 msgid "" "defines the filesystem that will be configured in the bootloader " "configuration for your netboot image. This defaults to nfs." msgstr "" #. type: IP -#: en/lb_config.1:418 +#: en/lb_config.1:414 #, no-wrap msgid "B<--net-root-mountoptions> I<OPTIONS>" msgstr "" #. type: Plain text -#: en/lb_config.1:420 +#: en/lb_config.1:416 msgid "" "sets additional options for mounting the root filesystem in netboot images " "and is by default empty." msgstr "" #. type: IP -#: en/lb_config.1:420 +#: en/lb_config.1:416 #, no-wrap msgid "B<--net-root-path> I<PATH>" msgstr "" #. type: Plain text -#: en/lb_config.1:422 +#: en/lb_config.1:418 msgid "" "sets the file path that will be configured in the bootloader configuration " "for your netboot image. This defaults to /srv/debian-live in debian mode and " @@ -2012,13 +1993,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:422 +#: en/lb_config.1:418 #, no-wrap msgid "B<--net-root-server> I<IP>|I<HOSTNAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:424 +#: en/lb_config.1:420 msgid "" "sets the IP or hostname that will be configured in the bootloader " "configuration for the root filesystem of your netboot image. This defaults " @@ -2026,38 +2007,38 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:424 +#: en/lb_config.1:420 #, no-wrap msgid "B<--net-cow-filesystem> nfs|cfs" msgstr "" #. type: Plain text -#: en/lb_config.1:426 +#: en/lb_config.1:422 msgid "" "defines the filesystem type for the copy-on-write layer and defaults to nfs." msgstr "" #. type: IP -#: en/lb_config.1:426 +#: en/lb_config.1:422 #, no-wrap msgid "B<--net-cow-mountoptions> I<OPTIONS>" msgstr "" #. type: Plain text -#: en/lb_config.1:428 +#: en/lb_config.1:424 msgid "" "sets additional options for mounting the copy-on-write layer in netboot " "images and is by default empty." msgstr "" #. type: IP -#: en/lb_config.1:428 +#: en/lb_config.1:424 #, no-wrap msgid "B<--net-cow-path> I<PATH>" msgstr "" #. type: Plain text -#: en/lb_config.1:430 +#: en/lb_config.1:426 msgid "" "defines the path to client writable filesystem. Anywhere that " "I<client_mac_address> is specified in the path live-boot will substitute the " @@ -2065,28 +2046,28 @@ msgid "" msgstr "" #. type: Plain text -#: en/lb_config.1:433 +#: en/lb_config.1:429 msgid "Example:" msgstr "" #. type: Plain text -#: en/lb_config.1:435 +#: en/lb_config.1:431 msgid "/export/hosts/client_mac_address" msgstr "" #. type: Plain text -#: en/lb_config.1:437 +#: en/lb_config.1:433 msgid "/export/hosts/00-16-D3-33-92-E8" msgstr "" #. type: IP -#: en/lb_config.1:437 +#: en/lb_config.1:433 #, no-wrap msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>" msgstr "" #. type: Plain text -#: en/lb_config.1:439 +#: en/lb_config.1:435 msgid "" "sets the IP or hostname that will be configured in the bootloader " "configuration for the copy-on-write filesystem of your netboot image and is " @@ -2094,13 +2075,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:439 +#: en/lb_config.1:435 #, no-wrap msgid "B<--net-tarball> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:441 +#: en/lb_config.1:437 msgid "" "defines if a compressed tarball should be created. Disabling this options " "leads to no tarball at all, the plain binary directory is considered the " @@ -2108,13 +2089,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:441 +#: en/lb_config.1:437 #, no-wrap msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:443 +#: en/lb_config.1:439 msgid "" "defines which lists available in /usr/share/live/build/package-lists should " "be used. By default, this is set to standard. Note that in case you have " @@ -2124,37 +2105,37 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:443 en/live-build.7:40 +#: en/lb_config.1:439 en/live-build.7:40 #, no-wrap msgid "B<--quiet>" msgstr "" #. type: Plain text -#: en/lb_config.1:445 +#: en/lb_config.1:441 msgid "reduces the verbosity of messages output by B<lb build>." msgstr "" #. type: IP -#: en/lb_config.1:445 +#: en/lb_config.1:441 #, no-wrap msgid "B<--archives> I<ARCHIVE>|\"I<ARCHIVES>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:447 +#: en/lb_config.1:443 msgid "" "enables one of available third-party archive configurations in /usr/share/" "live/build/archives." msgstr "" #. type: IP -#: en/lb_config.1:447 +#: en/lb_config.1:443 #, no-wrap msgid "B<--root-command> sudo" msgstr "" #. type: Plain text -#: en/lb_config.1:449 +#: en/lb_config.1:445 msgid "" "controls if live-build should use sudo internally to build the live image. " "Note that this is not well tested and that you should, when relying on sudo, " @@ -2162,13 +2143,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:449 +#: en/lb_config.1:445 #, no-wrap msgid "B<--use-fakeroot> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:451 +#: en/lb_config.1:447 msgid "" "controls if live-build should utilize fakeroot and fakechroot to try and " "avoid requiring root privillages where possible. By default, this option is " @@ -2176,13 +2157,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:451 +#: en/lb_config.1:447 #, no-wrap msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:453 +#: en/lb_config.1:449 msgid "" "defines which package archive areas of a debian packages archive should be " "used for configured debian package mirrors. By default, this is set to main. " @@ -2192,37 +2173,37 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:453 +#: en/lb_config.1:449 #, no-wrap msgid "B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|\"I<PARENT_ARCHIVE_AREAS>\"" msgstr "" #. type: Plain text -#: en/lb_config.1:455 +#: en/lb_config.1:451 msgid "defines the archive areas for derivatives of the resulting live system." msgstr "" #. type: IP -#: en/lb_config.1:455 +#: en/lb_config.1:451 #, no-wrap msgid "B<--security> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:457 +#: en/lb_config.1:453 msgid "" "defines if the security repositories specified in the security mirror " "options should be used or not." msgstr "" #. type: IP -#: en/lb_config.1:457 +#: en/lb_config.1:453 #, no-wrap msgid "B<--source> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:459 +#: en/lb_config.1:455 msgid "" "defines if a corresponding source image to the binary image should be build. " "By default this is false because most people do not require this and would " @@ -2232,24 +2213,24 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:459 +#: en/lb_config.1:455 #, no-wrap msgid "-s|B<--source-images> iso|netboot|tar|hdd" msgstr "" #. type: Plain text -#: en/lb_config.1:461 +#: en/lb_config.1:457 msgid "defines the image type for the source image. Default is tar." msgstr "" #. type: IP -#: en/lb_config.1:461 +#: en/lb_config.1:457 #, no-wrap msgid "B<--firmware-binary> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:463 +#: en/lb_config.1:459 msgid "" "defines if firmware packages should be automatically included into the " "binary pool for debian-installer. Note that only firmware packages available " @@ -2260,13 +2241,13 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:463 +#: en/lb_config.1:459 #, no-wrap msgid "B<--firmware-chroot> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:465 +#: en/lb_config.1:461 msgid "" "defines if firmware packages should be automatically included into the live " "image. Note that only firmware packages available within the configured " @@ -2276,39 +2257,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:465 +#: en/lb_config.1:461 #, no-wrap msgid "B<--swap-file-path> I<PATH>" msgstr "" #. type: Plain text -#: en/lb_config.1:467 +#: en/lb_config.1:463 msgid "" "defines the path to a swap file to create in the binary image. Default is " "not to create a swap file." msgstr "" #. type: IP -#: en/lb_config.1:467 +#: en/lb_config.1:463 #, no-wrap msgid "B<--swap-file-size> I<MB>" msgstr "" #. type: Plain text -#: en/lb_config.1:469 +#: en/lb_config.1:465 msgid "" "defines what size in megabytes the swap file should be, if one is to be " "created. Default is 512MB." msgstr "" #. type: IP -#: en/lb_config.1:469 +#: en/lb_config.1:465 #, no-wrap msgid "B<--syslinux-theme> I<THEME_SUFFIX>" msgstr "" #. type: Plain text -#: en/lb_config.1:471 +#: en/lb_config.1:467 msgid "" "defines the syslinux theme to use. The theme suffix is the name of a " "directory in /usr/share/syslinux/themes/ provided by a package named " @@ -2317,39 +2298,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:471 +#: en/lb_config.1:467 #, no-wrap msgid "B<--tasksel> apt|aptitude|tasksel" msgstr "" #. type: Plain text -#: en/lb_config.1:473 +#: en/lb_config.1:469 msgid "" "selects which program is used to install tasks. By default, this is set to " "tasksel." msgstr "" #. type: IP -#: en/lb_config.1:473 +#: en/lb_config.1:469 #, no-wrap msgid "B<--templates> I<PATH>" msgstr "" #. type: Plain text -#: en/lb_config.1:475 +#: en/lb_config.1:471 msgid "" "sets the path to the templates that live-build is going to use, e.g. for " "bootloaders. By default, this is set to /usr/share/live/build/templates/." msgstr "" #. type: IP -#: en/lb_config.1:475 +#: en/lb_config.1:471 #, no-wrap msgid "B<--hdd-size> MB" msgstr "" #. type: Plain text -#: en/lb_config.1:477 +#: en/lb_config.1:473 msgid "" "defines what size the hdd image should be. Note that although the default is " "set to 10000 (= 10GB), it will not need 10GB space on your harddisk as the " @@ -2357,39 +2338,39 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:477 +#: en/lb_config.1:473 #, no-wrap msgid "B<--updates> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:479 +#: en/lb_config.1:475 msgid "" "defines if debian updates package archives should be included in the image " "or not." msgstr "" #. type: IP -#: en/lb_config.1:479 +#: en/lb_config.1:475 #, no-wrap msgid "B<--backports> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:481 +#: en/lb_config.1:477 msgid "" "defines if debian backports package archives should be included in the image " "or not." msgstr "" #. type: IP -#: en/lb_config.1:481 +#: en/lb_config.1:477 #, no-wrap msgid "B<--exposed-root> true|false" msgstr "" #. type: Plain text -#: en/lb_config.1:483 +#: en/lb_config.1:479 msgid "" "defines whether to expose the root filesystem as read only and not covered " "by the union filesystem. This has useful implications for certain speciality " @@ -2397,37 +2378,37 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:483 en/live-build.7:42 +#: en/lb_config.1:479 en/live-build.7:42 #, no-wrap msgid "B<--verbose>" msgstr "" #. type: Plain text -#: en/lb_config.1:485 +#: en/lb_config.1:481 msgid "increases the verbosity of messages output by B<lb build>." msgstr "" #. type: IP -#: en/lb_config.1:485 +#: en/lb_config.1:481 #, no-wrap msgid "B<--win32-loader true|false>" msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:488 +#: en/lb_config.1:484 msgid "defines if win32-loader should be included in the binary image or not." msgstr "" #. type: SH -#: en/lb_config.1:489 +#: en/lb_config.1:485 #, no-wrap msgid "ENVIRONMENT" msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:492 +#: en/lb_config.1:488 msgid "" "Currently, command line switches can also be specified through the " "corresponding environment variable. However, this generally should not be " @@ -2441,20 +2422,20 @@ msgstr "" #. FIXME #. type: IP -#: en/lb_config.1:496 +#: en/lb_config.1:492 #, no-wrap msgid "B<auto/config>" msgstr "" #. type: IP -#: en/lb_config.1:497 +#: en/lb_config.1:493 #, no-wrap msgid "B</etc/live/build.conf, /etc/live/build/*>" msgstr "" #. FIXME #. type: Plain text -#: en/lb_config.1:500 +#: en/lb_config.1:496 msgid "" "An optional, global configuration file for B<lb config> variables. It is " "useful to specify a few system wide defaults, like " @@ -2463,11 +2444,11 @@ msgid "" msgstr "" #. type: Plain text -#: en/lb_config.1:505 en/live-build.7:225 +#: en/lb_config.1:501 en/live-build.7:225 msgid "I<live-boot>(7)" msgstr "" #. type: Plain text -#: en/lb_config.1:507 en/live-build.7:227 +#: en/lb_config.1:503 en/live-build.7:227 msgid "I<live-config>(7)" msgstr "" diff --git a/manpages/pot/lb_source.1.pot b/manpages/pot/lb_source.1.pot index c8286ae4b..4b4ab9b16 100644 --- a/manpages/pot/lb_source.1.pot +++ b/manpages/pot/lb_source.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+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" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -66,7 +66,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -74,7 +74,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -82,7 +82,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -97,7 +97,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -105,21 +105,21 @@ msgstr "" #. type: Plain text #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24 -#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:503 en/lb_source.1:22 +#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22 #: en/lb_testroot.1:26 msgid "I<live-build>(7)" msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -127,7 +127,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -137,7 +137,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -145,7 +145,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -156,7 +156,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -164,7 +164,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " diff --git a/manpages/pot/lb_testroot.1.pot b/manpages/pot/lb_testroot.1.pot index aa278f7f1..1a47ed57e 100644 --- a/manpages/pot/lb_testroot.1.pot +++ b/manpages/pot/lb_testroot.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+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" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -66,7 +66,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -74,7 +74,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -82,7 +82,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -97,7 +97,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -105,21 +105,21 @@ msgstr "" #. type: Plain text #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24 -#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:503 en/lb_source.1:22 +#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22 #: en/lb_testroot.1:26 msgid "I<live-build>(7)" msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -127,7 +127,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -137,7 +137,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -145,7 +145,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -156,7 +156,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -164,7 +164,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " diff --git a/manpages/pot/live-build.7.pot b/manpages/pot/live-build.7.pot index 2a740b50e..796c5183c 100644 --- a/manpages/pot/live-build.7.pot +++ b/manpages/pot/live-build.7.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2012-10-25 13:29+0300\n" +"POT-Creation-Date: 2012-10-31 09:24+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" @@ -29,7 +29,7 @@ msgstr "" #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1 #: en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2012-10-25" +msgid "2012-10-31" msgstr "" #. type: TH @@ -66,7 +66,7 @@ msgstr "" #. type: SH #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9 -#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:239 en/lb_source.1:9 +#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9 #: en/lb_testroot.1:9 en/live-build.7:11 #, no-wrap msgid "DESCRIPTION" @@ -74,7 +74,7 @@ msgstr "" #. type: SH #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14 -#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:248 en/lb_source.1:14 +#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14 #: en/lb_testroot.1:18 en/live-build.7:20 #, no-wrap msgid "OPTIONS" @@ -82,7 +82,7 @@ msgstr "" #. type: SH #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17 -#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:494 en/lb_source.1:17 +#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17 #: en/lb_testroot.1:21 en/live-build.7:219 #, no-wrap msgid "FILES" @@ -90,7 +90,7 @@ msgstr "" #. type: SH #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22 -#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:501 en/lb_source.1:20 +#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20 #: en/lb_testroot.1:24 en/live-build.7:223 #, no-wrap msgid "SEE ALSO" @@ -98,14 +98,14 @@ msgstr "" #. type: Plain text #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26 -#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:509 en/lb_source.1:24 +#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24 #: en/lb_testroot.1:28 en/live-build.7:229 msgid "This program is a part of live-build." msgstr "" #. type: SH #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27 -#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:510 en/lb_source.1:25 +#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25 #: en/lb_testroot.1:29 en/live-build.7:230 #, no-wrap msgid "HOMEPAGE" @@ -113,7 +113,7 @@ msgstr "" #. type: Plain text #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29 -#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:512 en/lb_source.1:27 +#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27 #: en/lb_testroot.1:31 en/live-build.7:232 msgid "" "More information about live-build and the Debian Live project can be found " @@ -123,7 +123,7 @@ msgstr "" #. type: SH #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30 -#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:513 en/lb_source.1:28 +#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28 #: en/lb_testroot.1:32 en/live-build.7:233 #, no-wrap msgid "BUGS" @@ -131,7 +131,7 @@ msgstr "" #. type: Plain text #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32 -#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:515 en/lb_source.1:30 +#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30 #: en/lb_testroot.1:34 en/live-build.7:235 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -142,7 +142,7 @@ msgstr "" #. type: SH #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33 -#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:516 en/lb_source.1:31 +#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31 #: en/lb_testroot.1:35 en/live-build.7:236 #, no-wrap msgid "AUTHOR" @@ -150,7 +150,7 @@ msgstr "" #. type: Plain text #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34 -#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:517 en/lb_source.1:32 +#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32 #: en/lb_testroot.1:36 en/live-build.7:237 msgid "" "live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for " @@ -158,36 +158,36 @@ msgid "" msgstr "" #. type: IP -#: en/lb_config.1:322 en/live-build.7:36 +#: en/lb_config.1:318 en/live-build.7:36 #, no-wrap msgid "B<--debug>" msgstr "" #. type: IP -#: en/lb_config.1:334 en/live-build.7:38 +#: en/lb_config.1:330 en/live-build.7:38 #, no-wrap msgid "B<--force>" msgstr "" #. type: IP -#: en/lb_config.1:443 en/live-build.7:40 +#: en/lb_config.1:439 en/live-build.7:40 #, no-wrap msgid "B<--quiet>" msgstr "" #. type: IP -#: en/lb_config.1:483 en/live-build.7:42 +#: en/lb_config.1:479 en/live-build.7:42 #, no-wrap msgid "B<--verbose>" msgstr "" #. type: Plain text -#: en/lb_config.1:505 en/live-build.7:225 +#: en/lb_config.1:501 en/live-build.7:225 msgid "I<live-boot>(7)" msgstr "" #. type: Plain text -#: en/lb_config.1:507 en/live-build.7:227 +#: en/lb_config.1:503 en/live-build.7:227 msgid "I<live-config>(7)" msgstr "" diff --git a/scripts/build/config b/scripts/build/config index a4e91b7be..d6ea0a5b9 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -47,7 +47,6 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--clean\n\ \t [-c|--conffile FILE]\n\ \t [--debconf-frontend dialog|editor|noninteractive|readline]\n\ -\t [--debconf-nowarnings true|false]\n\ \t [--debconf-priority low|medium|high|critical]\n\ \t [--debian-installer true|cdrom|netinst|netboot|businesscard|live|false]\n\ \t [--debian-installer-distribution daily|CODENAME]\n\ @@ -143,7 +142,7 @@ Local_arguments () { LONG_OPTIONS="apt:,apt-ftp-proxy:,apt-http-proxy:,apt-options:,aptitute-options:,debootstrap-options:,cdebootstrap-options:, apt-pipeline:,apt-recommends:,apt-secure:,apt-source-archives:,bootstrap:,cache:,cache-indices:,cache-packages:, - cache-stages:,debconf-frontend:,debconf-nowarnings:,debconf-priority:,dump, + cache-stages:,debconf-frontend:,debconf-priority:,dump, initramfs:,initramfs-compression:,initsystem:,fdisk:,losetup:,mode:,system:,root-command:,use-fakeroot:,tasksel:, templates:,architectures:,clean, distribution:,parent-distribution:,parent-debian-installer-distribution:,parent-mirror-bootstrap:,parent-mirror-chroot:,parent-mirror-chroot-security:,parent-mirror-chroot-updates:,parent-mirror-chroot-backports:,parent-mirror-binary:, @@ -309,11 +308,6 @@ Local_arguments () shift 2 ;; - --debconf-nowarnings) - LB_DEBCONF_NOWARNINGS="${2}" - shift 2 - ;; - --debconf-priority) LB_DEBCONF_PRIORITY="${2}" shift 2 @@ -1010,10 +1004,6 @@ LB_CACHE_STAGES="${LB_CACHE_STAGES}" # (Default: ${LB_DEBCONF_FRONTEND}) LB_DEBCONF_FRONTEND="${LB_DEBCONF_FRONTEND}" -# \$LB_DEBCONF_NOWARNINGS: set debconf(1) warnings -# (Default: ${LB_DEBCONF_NOWARNINGS}) -LB_DEBCONF_NOWARNINGS="${LB_DEBCONF_NOWARNINGS}" - # \$LB_DEBCONF_PRIORITY: set debconf(1) priority to use # (Default: ${LB_DEBCONF_PRIORITY}) LB_DEBCONF_PRIORITY="${LB_DEBCONF_PRIORITY}" |