summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfrontends/cgi/live-build-cgi2
-rwxr-xr-xfunctions/defaults.sh7
-rw-r--r--manpages/de/lb.de.12
-rw-r--r--manpages/de/lb_binary.de.12
-rw-r--r--manpages/de/lb_bootstrap.de.12
-rw-r--r--manpages/de/lb_build.de.12
-rw-r--r--manpages/de/lb_chroot.de.12
-rw-r--r--manpages/de/lb_clean.de.12
-rw-r--r--manpages/de/lb_config.de.18
-rw-r--r--manpages/de/lb_source.de.12
-rw-r--r--manpages/de/lb_testroot.de.12
-rw-r--r--manpages/de/live-build.de.72
-rw-r--r--manpages/en/lb.12
-rw-r--r--manpages/en/lb_binary.12
-rw-r--r--manpages/en/lb_bootstrap.12
-rw-r--r--manpages/en/lb_build.12
-rw-r--r--manpages/en/lb_chroot.12
-rw-r--r--manpages/en/lb_clean.12
-rw-r--r--manpages/en/lb_config.16
-rw-r--r--manpages/en/lb_source.12
-rw-r--r--manpages/en/lb_testroot.12
-rw-r--r--manpages/en/live-build.72
-rw-r--r--manpages/po/de/lb.1.po28
-rw-r--r--manpages/po/de/lb_binary.1.po28
-rw-r--r--manpages/po/de/lb_bootstrap.1.po28
-rw-r--r--manpages/po/de/lb_build.1.po28
-rw-r--r--manpages/po/de/lb_chroot.1.po28
-rw-r--r--manpages/po/de/lb_clean.1.po28
-rw-r--r--manpages/po/de/lb_config.1.po727
-rw-r--r--manpages/po/de/lb_source.1.po28
-rw-r--r--manpages/po/de/lb_testroot.1.po28
-rw-r--r--manpages/po/de/live-build.7.po38
-rw-r--r--manpages/pot/lb.1.pot28
-rw-r--r--manpages/pot/lb_binary.1.pot28
-rw-r--r--manpages/pot/lb_bootstrap.1.pot28
-rw-r--r--manpages/pot/lb_build.1.pot28
-rw-r--r--manpages/pot/lb_chroot.1.pot28
-rw-r--r--manpages/pot/lb_clean.1.pot28
-rw-r--r--manpages/pot/lb_config.1.pot727
-rw-r--r--manpages/pot/lb_source.1.pot28
-rw-r--r--manpages/pot/lb_testroot.1.pot28
-rw-r--r--manpages/pot/live-build.7.pot38
-rwxr-xr-xscripts/build/lb_bootstrap_cdebootstrap5
-rwxr-xr-xscripts/build/lb_bootstrap_debootstrap6
-rwxr-xr-xscripts/build/lb_config12
-rw-r--r--templates/cgi/debian/build.html1
-rw-r--r--templates/cgi/debian/form.html9
47 files changed, 991 insertions, 1079 deletions
diff --git a/frontends/cgi/live-build-cgi b/frontends/cgi/live-build-cgi
index 489c815ad..55ce08302 100755
--- a/frontends/cgi/live-build-cgi
+++ b/frontends/cgi/live-build-cgi
@@ -73,7 +73,6 @@ else
# Advanced bootstrap options
LB_ARCHITECTURES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])architectures=[0-9a-z]+' | cut -f 2 -d '=' | head -n1)
- LB_BOOTSTRAP_FLAVOUR=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])bootstrap_flavour=[a-z]+' | cut -f 2 -d '=' | head -n1)
LB_ARCHIVE_AREAS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])archive_areas=[a-z]+' | cut -f 2 -d '=' | head -n1)
# Advanced chroot options
@@ -130,7 +129,6 @@ else
-e "s#_LB_CONFIG#${_LB_CONFIG}#" \
-e "s/_LB_CGIPACKAGES/${_LB_CGIPACKAGES}/" \
-e "s/LB_ARCHITECTURES/${LB_ARCHITECTURES}/" \
- -e "s/LB_BOOTSTRAP_FLAVOUR/${LB_BOOTSTRAP_FLAVOUR}/" \
-e "s/LB_ARCHIVE_AREAS/${LB_ARCHIVE_AREAS}/" \
-e "s/LB_CHROOT_FILESYSTEM/${LB_CHROOT_FILESYSTEM}/" \
-e "s/LB_LINUX_FLAVOURS/${LB_LINUX_FLAVOURS}/" \
diff --git a/functions/defaults.sh b/functions/defaults.sh
index e98e181d9..f51acbb7c 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -388,13 +388,6 @@ Set_defaults ()
# Exclude packages on base
# LB_BOOTSTRAP_EXCLUDE
- # Setting flavour value
- case "${LB_BOOTSTRAP}" in
- cdebootstrap)
- LB_BOOTSTRAP_FLAVOUR="${LB_BOOTSTRAP_FLAVOUR:-standard}"
- ;;
- esac
-
# Setting bootstrap keyring
# LB_BOOTSTRAP_KEYRING
diff --git a/manpages/de/lb.de.1 b/manpages/de/lb.de.1
index 862b3f73f..99ffebbc6 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\-08\-14 3.0~a57\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57\-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 cdfcc89b0..234e47eef 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\-08\-14 3.0~a57\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57\-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 2787c4367..38d92eefb 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\-08\-14 3.0~a57\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57\-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 6c4929c1a..a7cc7f7df 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\-08\-14 3.0~a57\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57\-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 b70289db7..5aeebf90a 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\-08\-14 3.0~a57\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57\-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 1960bd3c4..3c73b5d74 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\-08\-14 3.0~a57\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57\-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 7ba08ffb5..82762519b 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\-08\-14 3.0~a57\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57\-1 "Debian Live Project"
.SH NAME
\fBlb config\fP \- Create config directory
@@ -48,8 +48,6 @@
.br
[\fB\-\-bootstrap\fP cdebootstrap|cdebootstrap\-static|debootstrap|copy]
.br
- [\-f|\fB\-\-bootstrap\-flavour\fP minimal|standard]
-.br
[\fB\-\-bootstrap\-keyring\fP \fIPACKAGE\fP]
.br
[\fB\-\-cache\fP true|false]
@@ -354,10 +352,6 @@ debootstrap. Note that if you set the bootstrap program to copy, then your
host system is copied. This can be useful if you want to convert/clone your
existing host system into a live system, however, make sure you do have
enough free space as this can, depending on your host system, get quite big.
-.IP "\-f|\fB\-\-bootstrap\-flavour\fP minimal|standard" 4
-defines if the bootstrap program should bootstrap the standard system (all
-packages of priority required and important, which is the default) or a
-minimal system (only packages of priority required, plus apt).
.IP "\fB\-\-bootstrap\-keyring\fP \fIPACKAGE\fP" 4
sets the archive keyring package to be used. Default is
debian\-archive\-keyring.
diff --git a/manpages/de/lb_source.de.1 b/manpages/de/lb_source.de.1
index fded185db..29697ed0e 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\-08\-14 3.0~a57\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57\-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 5a094e412..e1d3a3938 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\-08\-14 3.0~a57\-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57\-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 555766cc6..ee1cfa295 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\-08\-14 3.0~a57\-1 "Debian Live Project"
+.TH LIVE\-BUILD 7 2012\-08\-27 3.0~a57\-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 b39e38f52..54bae1a5c 100644
--- a/manpages/en/lb.1
+++ b/manpages/en/lb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57-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 dfdef32cc..bb75376e5 100644
--- a/manpages/en/lb_binary.1
+++ b/manpages/en/lb_binary.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57-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 2b2d0b41e..be27d8e0b 100644
--- a/manpages/en/lb_bootstrap.1
+++ b/manpages/en/lb_bootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57-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 5e3cc5faf..58bda6296 100644
--- a/manpages/en/lb_build.1
+++ b/manpages/en/lb_build.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57-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 03a958e9f..4460db4f8 100644
--- a/manpages/en/lb_chroot.1
+++ b/manpages/en/lb_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57-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 2795db57f..9b82b45b3 100644
--- a/manpages/en/lb_clean.1
+++ b/manpages/en/lb_clean.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57-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 18c776dfa..bf8611a06 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57-1 "Debian Live Project"
.SH NAME
\fBlb config\fR \- Create config directory
@@ -43,8 +43,6 @@
.br
[\fB\-\-bootstrap\fR cdebootstrap|cdebootstrap-static|debootstrap|copy]
.br
- [\-f|\fB\-\-bootstrap\-flavour\fR minimal|standard]
-.br
[\fB\-\-bootstrap\-keyring\fR \fIPACKAGE\fR]
.br
[\fB\-\-cache\fR true|false]
@@ -287,8 +285,6 @@ sets boot parameters specific to debian\-live. A complete list of boot parameter
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 bootloader. For example, if you build a iso, always syslinux (or more precise, isolinux) is being used. Also note that some combinations of binary images types and bootloaders may be possible but live\-build does not support them yet. \fBlb config\fR will fail to create such a not yet supported configuration and give a explanation about it. For hdd images on amd64 and i386, the default is syslinux. yaboot is only used on powerpc.
.IP "\fB\-\-bootstrap\fR cdebootstrap|cdebootstrap-static|debootstrap|copy" 4
defines which program is used to bootstrap the debian chroot, default is debootstrap. Note that if you set the bootstrap program to copy, then your host system is copied. This can be useful if you want to convert/clone your existing host system into a live system, however, make sure you do have enough free space as this can, depending on your host system, get quite big.
-.IP "\-f|\fB\-\-bootstrap\-flavour\fR minimal|standard" 4
-defines if the bootstrap program should bootstrap the standard system (all packages of priority required and important, which is the default) or a minimal system (only packages of priority required, plus apt).
.IP "\fB\-\-bootstrap\-keyring\fR \fIPACKAGE\fR" 4
sets the archive keyring package to be used. Default is debian\-archive\-keyring.
.IP "\fB\-\-cache\fR true|false" 4
diff --git a/manpages/en/lb_source.1 b/manpages/en/lb_source.1
index a0ccfdd95..f723ec5ed 100644
--- a/manpages/en/lb_source.1
+++ b/manpages/en/lb_source.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57-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 89f55684c..998ff9722 100644
--- a/manpages/en/lb_testroot.1
+++ b/manpages/en/lb_testroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57-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 1d1214c10..72def7652 100644
--- a/manpages/en/live-build.7
+++ b/manpages/en/live-build.7
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 7 2012\-08\-14 3.0~a57-1 "Debian Live Project"
+.TH LIVE\-BUILD 7 2012\-08\-27 3.0~a57-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 c5857e0c9..ca961df17 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-08-14 21:05+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:511 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
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 45e0a59f6..962ccb696 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-08-14 21:05+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:511 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
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 0996bf3b0..4efe9d08e 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-08-14 21:05+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:511 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
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 8b8967ac3..e2574eb61 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-08-14 21:05+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:511 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
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 bfabe2ec4..22b51cb1e 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-08-14 21:05+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:511 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
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 6b0e2b22d..e471af342 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-08-14 21:05+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:511 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
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 805bd7a44..a6c4e0950 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-08-14 23:13+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:511 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
@@ -267,500 +267,495 @@ msgstr ""
#. type: Plain text
#: en/lb_config.1:47
-msgid " [-f|B<--bootstrap-flavour> minimal|standard]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:49
msgid " [B<--bootstrap-keyring> I<PACKAGE>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:51
+#: en/lb_config.1:49
msgid " [B<--cache> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:53
+#: en/lb_config.1:51
msgid " [B<--cache-indices> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:55
+#: en/lb_config.1:53
msgid " [B<--cache-packages> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:57
+#: en/lb_config.1:55
msgid " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:59
+#: en/lb_config.1:57
msgid " [B<--checksums> md5|sha1|sha256|none]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:61
+#: en/lb_config.1:59
msgid " [B<--compression> bzip2|gzip|lzip|none]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:63
+#: en/lb_config.1:61
msgid " [B<--config> I<GIT_URL::GIT_ID>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:65
+#: en/lb_config.1:63
msgid " [B<--build-with-chroot> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:67
+#: en/lb_config.1:65
msgid " [B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:69
+#: en/lb_config.1:67
msgid " [B<--clean>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:71
+#: en/lb_config.1:69
msgid " [-c|B<--conffile> I<FILE>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:73
+#: en/lb_config.1:71
msgid " [B<--debconf-frontend> dialog|editor|noninteractive|readline]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:75
+#: en/lb_config.1:73
msgid " [B<--debconf-nowarnings> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:77
+#: en/lb_config.1:75
msgid " [B<--debconf-priority> low|medium|high|critical]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:79
+#: en/lb_config.1:77
msgid ""
" [B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:81
+#: en/lb_config.1:79
msgid " [B<--debian-installer-distribution> daily|I<CODENAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:83
+#: en/lb_config.1:81
msgid " [B<--debian-installer-preseedfile> I<FILE>|I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:85
+#: en/lb_config.1:83
msgid " [B<--debian-installer-gui> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:87
+#: en/lb_config.1:85
msgid " [B<--debug>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:89
+#: en/lb_config.1:87
msgid " [-d|B<--distribution> I<CODENAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:91
+#: en/lb_config.1:89
msgid " [B<--parent-distribution> I<CODENAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:93
+#: en/lb_config.1:91
msgid " [B<--parent-debian-installer-distribution> I<CODENAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:95
+#: en/lb_config.1:93
msgid " [B<--dump>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:97
+#: en/lb_config.1:95
msgid " [B<--fdisk> fdisk|fdisk.dist]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:99
+#: en/lb_config.1:97
msgid " [B<--firmware-binary true|false>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:101
+#: en/lb_config.1:99
msgid " [B<--firmware-chroot true|false>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:103
+#: en/lb_config.1:101
msgid " [B<--force>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:105
+#: en/lb_config.1:103
msgid " [B<--grub-splash> I<FILE>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:107
+#: en/lb_config.1:105
msgid " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:109
+#: en/lb_config.1:107
msgid " [B<--hooks> I<FILE>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:111
+#: en/lb_config.1:109
msgid " [B<--ignore-system-defaults>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:113
+#: en/lb_config.1:111
msgid " [B<--initramfs> auto|none|live-boot|casper]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:115
+#: en/lb_config.1:113
msgid " [B<--initramfs-compression> bzip2|gzip|lzma]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:117
+#: en/lb_config.1:115
msgid " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:119
+#: en/lb_config.1:117
msgid " [B<--interactive> shell]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:121
+#: en/lb_config.1:119
msgid " [B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:123
+#: en/lb_config.1:121
msgid " [B<--iso-application> I<NAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:125
+#: en/lb_config.1:123
msgid " [B<--iso-preparer> I<NAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:127
+#: en/lb_config.1:125
msgid " [B<--iso-publisher> I<NAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:129
+#: en/lb_config.1:127
msgid " [B<--iso-volume> I<NAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:131
+#: en/lb_config.1:129
msgid " [B<--jffs2-eraseblock> I<SIZE>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:133
+#: en/lb_config.1:131
msgid " [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:135
+#: en/lb_config.1:133
msgid " [-k|B<--linux-flavours> I<FLAVOUR>|I<\"FLAVOURS\">]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:137
+#: en/lb_config.1:135
msgid " [B<--linux-packages> I<\"PACKAGES\">]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:139
+#: en/lb_config.1:137
msgid " [B<--losetup> losetup|losetup.orig]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:141
+#: en/lb_config.1:139
msgid " [B<--memtest> memtest86+|memtest86|none]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:143
+#: en/lb_config.1:141
msgid " [-m|B<--parent-mirror-bootstrap> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:145
+#: en/lb_config.1:143
msgid " [B<--parent-mirror-chroot> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:147
+#: en/lb_config.1:145
msgid " [B<--parent-mirror-chroot-security> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:149
+#: en/lb_config.1:147
msgid " [B<--parent-mirror-chroot-volatile> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:151
+#: en/lb_config.1:149
msgid " [B<--parent-mirror-chroot-backports> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:153
+#: en/lb_config.1:151
msgid " [B<--parent-mirror-binary> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:155
+#: en/lb_config.1:153
msgid " [B<--parent-mirror-binary-security> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:157
+#: en/lb_config.1:155
msgid " [B<--parent-mirror-binary-volatile> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:159
+#: en/lb_config.1:157
msgid " [B<--parent-mirror-binary-backports> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:161
+#: en/lb_config.1:159
msgid " [B<--parent-mirror-debian-installer> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:163
+#: en/lb_config.1:161
msgid " [B<--mirror-bootstrap> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:165
+#: en/lb_config.1:163
msgid " [B<--mirror-chroot> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:167
+#: en/lb_config.1:165
msgid " [B<--mirror-chroot-security> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:169
+#: en/lb_config.1:167
msgid " [B<--mirror-chroot-volatile> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:171
+#: en/lb_config.1:169
msgid " [B<--mirror-chroot-backports> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:173
+#: en/lb_config.1:171
msgid " [B<--mirror-binary> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:175
+#: en/lb_config.1:173
msgid " [B<--mirror-binary-security> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:177
+#: en/lb_config.1:175
msgid " [B<--mirror-binary-volatile> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:179
+#: en/lb_config.1:177
msgid " [B<--mirror-binary-backports> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:181
+#: en/lb_config.1:179
msgid " [B<--mirror-debian-installer> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:183
+#: en/lb_config.1:181
msgid " [B<--mode> debian|emdebian|progress|ubuntu|kubuntu]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:185
+#: en/lb_config.1:183
msgid " [B<--system> live|normal]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:187
+#: en/lb_config.1:185
msgid " [B<--net-root-filesystem> nfs|cfs]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:189
+#: en/lb_config.1:187
msgid " [B<--net-root-mountoptions> I<OPTIONS>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:191
+#: en/lb_config.1:189
msgid " [B<--net-root-path> I<PATH>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:193
+#: en/lb_config.1:191
msgid " [B<--net-root-server> I<IP>|I<HOSTNAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:195
+#: en/lb_config.1:193
msgid " [B<--net-cow-filesystem> nfs|cfs]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:197
+#: en/lb_config.1:195
msgid " [B<--net-cow-mountoptions> I<OPTIONS>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:199
+#: en/lb_config.1:197
msgid " [B<--net-cow-path> I<PATH>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:201
+#: en/lb_config.1:199
msgid " [B<--net-cow-server> I<IP>|I<HOSTNAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:203
+#: en/lb_config.1:201
msgid " [B<--net-tarball> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:205
+#: en/lb_config.1:203
msgid " [-p|B<--package-lists> I<LIST>|I<\"LISTS\">]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:207
+#: en/lb_config.1:205
msgid " [B<--quiet>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:209
+#: en/lb_config.1:207
msgid " [B<--root-command> sudo]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:211
+#: en/lb_config.1:209
msgid " [B<--use-fakeroot> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:213
+#: en/lb_config.1:211
msgid " [B<--archives> I<ARCHIVE>|I<\"ARCHIVES\">]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:215
+#: en/lb_config.1:213
msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:217
+#: en/lb_config.1:215
msgid ""
" [B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|I<\"PARENT_ARCHIVE_AREAS"
"\">]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:219
+#: en/lb_config.1:217
msgid " [B<--security> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:221
+#: en/lb_config.1:219
msgid " [B<--source> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:223
+#: en/lb_config.1:221
msgid " [-s|B<--source-images> iso|netboot|tar|hdd]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:225
+#: en/lb_config.1:223
msgid " [B<--syslinux-theme> I<THEME_SUFFIX>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:227
+#: en/lb_config.1:225
msgid " [B<--tasksel> apt|aptitude|tasksel]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:229
+#: en/lb_config.1:227
msgid " [B<--templates> I<PATH>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:231
+#: en/lb_config.1:229
msgid " [B<--hdd-size >I<MB>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:233
+#: en/lb_config.1:231
msgid " [B<--volatile> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:235
+#: en/lb_config.1:233
msgid " [B<--backports> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:237
+#: en/lb_config.1:235
msgid " [B<--exposed-root> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:239
+#: en/lb_config.1:237
msgid " [B<--verbose>]"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:242
+#: en/lb_config.1:240
msgid " [B<--win32-loader true|false]>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:245
+#: en/lb_config.1:243
msgid ""
"B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
@@ -768,7 +763,7 @@ msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:248
+#: en/lb_config.1:246
msgid ""
"B<lb config> populates the configuration directory for live-build. By "
"default, this directory is named 'config' and is created in the current "
@@ -777,7 +772,7 @@ msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:251
+#: en/lb_config.1:249
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 "
@@ -793,7 +788,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:254
+#: en/lb_config.1:252
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 "
@@ -802,26 +797,26 @@ msgstr ""
#. FIXME
#. type: IP
-#: en/lb_config.1:256
+#: en/lb_config.1:254
#, no-wrap
msgid "B<--apt> apt|aptitude"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:258
+#: en/lb_config.1:256
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:258
+#: en/lb_config.1:256
#, no-wrap
msgid "B<--apt-ftp-proxy> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:260
+#: en/lb_config.1:258
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 "
@@ -829,13 +824,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:260
+#: en/lb_config.1:258
#, no-wrap
msgid "B<--apt-http-proxy> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:262
+#: en/lb_config.1:260
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 "
@@ -843,26 +838,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:262
+#: en/lb_config.1:260
#, no-wrap
msgid "B<--apt-indices> true|false|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:264
+#: en/lb_config.1:262
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:264
+#: en/lb_config.1:262
#, no-wrap
msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:266
+#: en/lb_config.1:264
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 "
@@ -870,13 +865,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:266
+#: en/lb_config.1:264
#, no-wrap
msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:268
+#: en/lb_config.1:266
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 "
@@ -884,13 +879,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:268
+#: en/lb_config.1:266
#, no-wrap
msgid "B<--apt-pipeline> I<DEPTH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:270
+#: en/lb_config.1:268
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 "
@@ -902,51 +897,51 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:270
+#: en/lb_config.1:268
#, no-wrap
msgid "B<--apt-recommends> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:272
+#: en/lb_config.1:270
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:272
+#: en/lb_config.1:270
#, no-wrap
msgid "B<--apt-secure> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:274
+#: en/lb_config.1:272
msgid ""
"defines if apt should check repository signatures. This is true by default."
msgstr ""
#. type: IP
-#: en/lb_config.1:274
+#: en/lb_config.1:272
#, no-wrap
msgid "B<--apt-source-archives> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:276
+#: en/lb_config.1:274
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:276
+#: en/lb_config.1:274
#, no-wrap
msgid "-a|B<--architectures> I<ARCHITECTURE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:278
+#: en/lb_config.1:276
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 "
@@ -957,13 +952,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:278
+#: en/lb_config.1:276
#, no-wrap
msgid "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:280
+#: en/lb_config.1:278
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 "
@@ -971,13 +966,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:280
+#: en/lb_config.1:278
#, no-wrap
msgid "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:282
+#: en/lb_config.1:280
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 "
@@ -990,24 +985,24 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:282
+#: en/lb_config.1:280
#, no-wrap
msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:284
+#: en/lb_config.1:282
msgid "sets boot parameters specific to debian-installer, if included."
msgstr ""
#. type: IP
-#: en/lb_config.1:284
+#: en/lb_config.1:282
#, no-wrap
msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:286
+#: en/lb_config.1:284
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 "
@@ -1015,13 +1010,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:286
+#: en/lb_config.1:284
#, no-wrap
msgid "B<--bootloader> grub|syslinux|yaboot"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:288
+#: en/lb_config.1:286
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 "
@@ -1034,13 +1029,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:288
+#: en/lb_config.1:286
#, no-wrap
msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap|copy"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:290
+#: en/lb_config.1:288
msgid ""
"defines which program is used to bootstrap the debian chroot, default is "
"debootstrap. Note that if you set the bootstrap program to copy, then your "
@@ -1050,53 +1045,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:290
-#, no-wrap
-msgid "-f|B<--bootstrap-flavour> minimal|standard"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:292
-msgid ""
-"defines if the bootstrap program should bootstrap the standard system (all "
-"packages of priority required and important, which is the default) or a "
-"minimal system (only packages of priority required, plus apt)."
-msgstr ""
-
-#. type: IP
-#: en/lb_config.1:292
+#: en/lb_config.1:288
#, no-wrap
msgid "B<--bootstrap-keyring> I<PACKAGE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:294
+#: en/lb_config.1:290
msgid ""
"sets the archive keyring package to be used. Default is debian-archive-"
"keyring."
msgstr ""
#. type: IP
-#: en/lb_config.1:294
+#: en/lb_config.1:290
#, no-wrap
msgid "B<--cache> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:296
+#: en/lb_config.1:292
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:296
+#: en/lb_config.1:292
#, no-wrap
msgid "B<--cache-indices> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:298
+#: en/lb_config.1:294
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 "
@@ -1104,13 +1085,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:298
+#: en/lb_config.1:294
#, no-wrap
msgid "B<--cache-packages> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:300
+#: en/lb_config.1:296
msgid ""
"defines if downloaded packages files should be cached which is true by "
"default. Disabling it does save space consumtion in your build directory, "
@@ -1121,13 +1102,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:300
+#: en/lb_config.1:296
#, no-wrap
msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:302
+#: en/lb_config.1:298
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 "
@@ -1137,13 +1118,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:302
+#: en/lb_config.1:298
#, no-wrap
msgid "B<--checksums> md5|sha1|sha256|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:304
+#: en/lb_config.1:300
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 "
@@ -1155,39 +1136,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:304
+#: en/lb_config.1:300
#, no-wrap
msgid "B<--compression> bzip2|gzip|lzip|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:306
+#: en/lb_config.1:302
msgid ""
"defines the compression program to be used to compress tarballs. Defaults to "
"gzip."
msgstr ""
#. type: IP
-#: en/lb_config.1:306
+#: en/lb_config.1:302
#, no-wrap
msgid "B<--config> I<GIT_URL>::I<GIT_ID>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:308
+#: en/lb_config.1:304
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:308
+#: en/lb_config.1:304
#, no-wrap
msgid "B<--build-with-chroot> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:310
+#: en/lb_config.1:306
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. "
@@ -1202,13 +1183,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:310
+#: en/lb_config.1:306
#, no-wrap
msgid "B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:312
+#: en/lb_config.1:308
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 "
@@ -1219,39 +1200,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:312
+#: en/lb_config.1:308
#, no-wrap
msgid "B<--clean>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:314
+#: en/lb_config.1:310
msgid ""
"minimizes config directory by automatically removing unused and thus empty "
"subdirectories."
msgstr ""
#. type: IP
-#: en/lb_config.1:314
+#: en/lb_config.1:310
#, no-wrap
msgid "-c|B<--conffile> I<FILE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:316
+#: en/lb_config.1:312
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:316
+#: en/lb_config.1:312
#, no-wrap
msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:318
+#: en/lb_config.1:314
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, "
@@ -1259,13 +1240,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:318
+#: en/lb_config.1:314
#, no-wrap
msgid "B<--debconf-nowarnings> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:320
+#: en/lb_config.1:316
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 "
@@ -1273,13 +1254,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:320
+#: en/lb_config.1:316
#, no-wrap
msgid "B<--debconf-priority> low|medium|high|critical"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:322
+#: en/lb_config.1:318
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 "
@@ -1288,13 +1269,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:322
+#: en/lb_config.1:318
#, no-wrap
msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:324
+#: en/lb_config.1:320
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 "
@@ -1306,13 +1287,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:324
+#: en/lb_config.1:320
#, no-wrap
msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:326
+#: en/lb_config.1:322
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 "
@@ -1321,13 +1302,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:326
+#: en/lb_config.1:322
#, no-wrap
msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:328
+#: en/lb_config.1:324
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, "
@@ -1335,13 +1316,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:328
+#: en/lb_config.1:324
#, no-wrap
msgid "B<--debian-installer-gui> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:330
+#: en/lb_config.1:326
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, "
@@ -1349,60 +1330,60 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:330 en/live-build.7:36
+#: en/lb_config.1:326 en/live-build.7:36
#, no-wrap
msgid "B<--debug>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:332
+#: en/lb_config.1:328
msgid "turn on debugging informational messages."
msgstr ""
#. type: IP
-#: en/lb_config.1:332
+#: en/lb_config.1:328
#, no-wrap
msgid "-d|B<--distribution> I<CODENAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:334
+#: en/lb_config.1:330
msgid "defines the distribution of the resulting live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:334
+#: en/lb_config.1:330
#, no-wrap
msgid "-d|B<--parent-distribution> I<CODENAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:336
+#: en/lb_config.1:332
msgid ""
"defines the parent distribution for derivatives of the resulting live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:336
+#: en/lb_config.1:332
#, no-wrap
msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:338
+#: en/lb_config.1:334
msgid ""
"defines the parent debian-installer distribution for derivatives of the "
"resulting live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:338
+#: en/lb_config.1:334
#, no-wrap
msgid "B<--dump>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:340
+#: en/lb_config.1:336
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 "
@@ -1411,26 +1392,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:340
+#: en/lb_config.1:336
#, no-wrap
msgid "B<--fdisk> fdisk|fdisk.dist"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:342
+#: en/lb_config.1:338
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:342 en/live-build.7:38
+#: en/lb_config.1:338 en/live-build.7:38
#, no-wrap
msgid "B<--force>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:344
+#: en/lb_config.1:340
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-"
@@ -1438,26 +1419,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:344
+#: en/lb_config.1:340
#, no-wrap
msgid "B<--grub-splash> I<FILE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:346
+#: en/lb_config.1:342
msgid ""
"defines the name of an optional to be included splash screen graphic for the "
"grub bootloader."
msgstr ""
#. type: IP
-#: en/lb_config.1:346
+#: en/lb_config.1:342
#, no-wrap
msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:348
+#: en/lb_config.1:344
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 "
@@ -1466,13 +1447,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:348
+#: en/lb_config.1:344
#, no-wrap
msgid "B<--hooks> I<FILE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:350
+#: en/lb_config.1:346
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 "
@@ -1480,13 +1461,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:350
+#: en/lb_config.1:346
#, no-wrap
msgid "B<--ignore-system-defaults>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:352
+#: en/lb_config.1:348
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. "
@@ -1495,13 +1476,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:352
+#: en/lb_config.1:348
#, no-wrap
msgid "B<--initramfs> auto|none|live-boot|casper"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:354
+#: en/lb_config.1:350
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 "
@@ -1512,26 +1493,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:354
+#: en/lb_config.1:350
#, no-wrap
msgid "B<--initramfs-compression> bzip2|gzip|lzma]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:356
+#: en/lb_config.1:352
msgid ""
"defines the compression program to be used to compress the initramfs. "
"Defaults to gzip."
msgstr ""
#. type: IP
-#: en/lb_config.1:356
+#: en/lb_config.1:352
#, no-wrap
msgid "B<--interactive> shell"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:358
+#: en/lb_config.1:354
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 "
@@ -1545,24 +1526,24 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:358
+#: en/lb_config.1:354
#, no-wrap
msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:360
+#: en/lb_config.1:356
msgid "defines options to pass to isohybrid."
msgstr ""
#. type: IP
-#: en/lb_config.1:360
+#: en/lb_config.1:356
#, no-wrap
msgid "B<--iso-application> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:362
+#: en/lb_config.1:358
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 "
@@ -1570,13 +1551,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:362
+#: en/lb_config.1:358
#, no-wrap
msgid "B<--iso-preparer> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:364
+#: en/lb_config.1:360
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."
@@ -1585,13 +1566,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:364
+#: en/lb_config.1:360
#, no-wrap
msgid "B<--iso-publisher> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:366
+#: en/lb_config.1:362
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-"
@@ -1600,13 +1581,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:366
+#: en/lb_config.1:362
#, no-wrap
msgid "B<--iso-volume> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:368
+#: en/lb_config.1:364
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 "
@@ -1615,13 +1596,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:368
+#: en/lb_config.1:364
#, no-wrap
msgid "B<--jffs2-eraseblock> I<SIZE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:370
+#: en/lb_config.1:366
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 "
@@ -1631,39 +1612,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:370
+#: en/lb_config.1:366
#, no-wrap
msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:372
+#: en/lb_config.1:368
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:372
+#: en/lb_config.1:368
#, no-wrap
msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:374
+#: en/lb_config.1:370
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:374
+#: en/lb_config.1:370
#, no-wrap
msgid "B<--linux-packages> \"I<PACKAGES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:376
+#: en/lb_config.1:372
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 "
@@ -1677,26 +1658,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:376
+#: en/lb_config.1:372
#, no-wrap
msgid "B<--losetup> losetup|losetup.orig"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:378
+#: en/lb_config.1:374
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:378
+#: en/lb_config.1:374
#, no-wrap
msgid "B<--memtest> memtest86+|memtest86|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:380
+#: en/lb_config.1:376
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 "
@@ -1704,13 +1685,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:380
+#: en/lb_config.1:376
#, no-wrap
msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:382
+#: en/lb_config.1:378
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 "
@@ -1718,13 +1699,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:382
+#: en/lb_config.1:378
#, no-wrap
msgid "B<--parent-mirror-chroot> 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 will be used to fetch "
"the packages in order to build the live system. By default, this is set to "
@@ -1732,13 +1713,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:384
+#: en/lb_config.1:380
#, no-wrap
msgid "B<--parent-mirror-chroot-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 will be used to "
"fetch the packages in order to build the live system. By default, this "
@@ -1746,13 +1727,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:386
+#: en/lb_config.1:382
#, no-wrap
msgid "B<--parent-mirror-chroot-volatile> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:388
+#: en/lb_config.1:384
msgid ""
"sets the location of the debian volatile package mirror that will be used to "
"fetch packages in order to build the live system. By default, this is set to "
@@ -1760,13 +1741,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:388
+#: en/lb_config.1:384
#, no-wrap
msgid "B<--parent-mirror-chroot-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 will be used "
"to fetch packages in order to build the live system. By default, this points "
@@ -1774,13 +1755,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:390
+#: en/lb_config.1:386
#, no-wrap
msgid "B<--parent-mirror-binary> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:392
+#: en/lb_config.1:388
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 "
@@ -1790,13 +1771,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:392
+#: en/lb_config.1:388
#, no-wrap
msgid "B<--parent-mirror-binary-security> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:394
+#: en/lb_config.1:390
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 "
@@ -1804,13 +1785,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:394
+#: en/lb_config.1:390
#, no-wrap
msgid "B<--parent-mirror-binary-volatile> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:396
+#: en/lb_config.1:392
msgid ""
"sets the location of the debian volatile package mirror that should end up "
"configured in the final image. By default, the value of --parent-mirror-"
@@ -1818,13 +1799,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:396
+#: en/lb_config.1:392
#, no-wrap
msgid "B<--parent-mirror-binary-backports> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:398
+#: en/lb_config.1:394
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/"
@@ -1832,13 +1813,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:398
+#: en/lb_config.1:394
#, no-wrap
msgid "B<--parent-mirror-debian-installer> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:400
+#: en/lb_config.1:396
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 "
@@ -1846,13 +1827,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:400
+#: en/lb_config.1:396
#, no-wrap
msgid "B<--mirror-bootstrap> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:402
+#: en/lb_config.1:398
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/"
@@ -1860,13 +1841,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:402
+#: en/lb_config.1:398
#, no-wrap
msgid "B<--mirror-chroot> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:404
+#: en/lb_config.1:400
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 "
@@ -1874,13 +1855,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:404
+#: en/lb_config.1:400
#, no-wrap
msgid "B<--mirror-chroot-security> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:406
+#: en/lb_config.1:402
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 "
@@ -1888,13 +1869,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:406
+#: en/lb_config.1:402
#, no-wrap
msgid "B<--mirror-chroot-volatile> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:408
+#: en/lb_config.1:404
msgid ""
"sets the location of the debian volatile package mirror that will be used to "
"fetch packages of the derivative in order to build the live system. By "
@@ -1902,13 +1883,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:408
+#: en/lb_config.1:404
#, no-wrap
msgid "B<--mirror-chroot-backports> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:410
+#: en/lb_config.1:406
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 "
@@ -1916,13 +1897,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:410
+#: en/lb_config.1:406
#, no-wrap
msgid "B<--mirror-binary> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:412
+#: en/lb_config.1:408
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. "
@@ -1932,52 +1913,52 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:412
+#: en/lb_config.1:408
#, no-wrap
msgid "B<--mirror-binary-security> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:414
+#: en/lb_config.1:410
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:414
+#: en/lb_config.1:410
#, no-wrap
msgid "B<--mirror-binary-volatile> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:416
+#: en/lb_config.1:412
msgid ""
"sets the location of the derivatives volatile package mirror that should end "
"up configured in the final image."
msgstr ""
#. type: IP
-#: en/lb_config.1:416
+#: en/lb_config.1:412
#, no-wrap
msgid "B<--mirror-binary-backports> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:418
+#: en/lb_config.1:414
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:418
+#: en/lb_config.1:414
#, no-wrap
msgid "B<--mirror-debian-installer> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:420
+#: en/lb_config.1:416
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 "
@@ -1985,65 +1966,65 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:420
+#: en/lb_config.1:416
#, no-wrap
msgid "B<--mode> debian|emdebian|progress|ubuntu"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:422
+#: en/lb_config.1:418
msgid ""
"defines a global mode to load project specific defaults. By default this is "
"set to debian."
msgstr ""
#. type: IP
-#: en/lb_config.1:422
+#: en/lb_config.1:418
#, no-wrap
msgid "B<--system> live|normal"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:424
+#: en/lb_config.1:420
msgid ""
"defines if the resulting system image should a live system or a normal, non-"
"live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:424
+#: en/lb_config.1:420
#, no-wrap
msgid "B<--net-root-filesystem> nfs|cfs"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:426
+#: en/lb_config.1:422
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:426
+#: en/lb_config.1:422
#, no-wrap
msgid "B<--net-root-mountoptions> I<OPTIONS>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:428
+#: en/lb_config.1:424
msgid ""
"sets additional options for mounting the root filesystem 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-root-path> I<PATH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:430
+#: en/lb_config.1:426
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 "
@@ -2052,13 +2033,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:430
+#: en/lb_config.1:426
#, no-wrap
msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:432
+#: en/lb_config.1:428
msgid ""
"sets the IP or hostname that will be configured in the bootloader "
"configuration for the root filesystem of your netboot image. This defaults "
@@ -2066,38 +2047,38 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:432
+#: en/lb_config.1:428
#, no-wrap
msgid "B<--net-cow-filesystem> nfs|cfs"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:434
+#: en/lb_config.1:430
msgid ""
"defines the filesystem type for the copy-on-write layer and defaults to nfs."
msgstr ""
#. type: IP
-#: en/lb_config.1:434
+#: en/lb_config.1:430
#, no-wrap
msgid "B<--net-cow-mountoptions> I<OPTIONS>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:436
+#: en/lb_config.1:432
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:436
+#: en/lb_config.1:432
#, no-wrap
msgid "B<--net-cow-path> I<PATH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:438
+#: en/lb_config.1:434
msgid ""
"defines the path to client writable filesystem. Anywhere that "
"I<client_mac_address> is specified in the path live-boot will substitute the "
@@ -2105,28 +2086,28 @@ msgid ""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:441
+#: en/lb_config.1:437
msgid "Example:"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:443
+#: en/lb_config.1:439
msgid "/export/hosts/client_mac_address"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:445
+#: en/lb_config.1:441
msgid "/export/hosts/00-16-D3-33-92-E8"
msgstr ""
#. type: IP
-#: en/lb_config.1:445
+#: en/lb_config.1:441
#, no-wrap
msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:447
+#: en/lb_config.1:443
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 "
@@ -2134,13 +2115,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:447
+#: en/lb_config.1:443
#, no-wrap
msgid "B<--net-tarball> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:449
+#: en/lb_config.1:445
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 "
@@ -2148,13 +2129,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:449
+#: en/lb_config.1:445
#, no-wrap
msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:451
+#: en/lb_config.1:447
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 "
@@ -2164,37 +2145,37 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:451 en/live-build.7:40
+#: en/lb_config.1:447 en/live-build.7:40
#, no-wrap
msgid "B<--quiet>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:453
+#: en/lb_config.1:449
msgid "reduces the verbosity of messages output by B<lb build>."
msgstr ""
#. type: IP
-#: en/lb_config.1:453
+#: en/lb_config.1:449
#, no-wrap
msgid "B<--archives> I<ARCHIVE>|\"I<ARCHIVES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:455
+#: en/lb_config.1:451
msgid ""
"enables one of available third-party archive configurations in /usr/share/"
"live/build/archives."
msgstr ""
#. type: IP
-#: en/lb_config.1:455
+#: en/lb_config.1:451
#, no-wrap
msgid "B<--root-command> sudo"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:457
+#: en/lb_config.1:453
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, "
@@ -2202,13 +2183,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:457
+#: en/lb_config.1:453
#, no-wrap
msgid "B<--use-fakeroot> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:459
+#: en/lb_config.1:455
msgid ""
"controls if live-build should utilize fakeroot and fakechroot to try and "
"avoid requiring root privillages where possible. By default, this option is "
@@ -2216,13 +2197,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:459
+#: en/lb_config.1:455
#, no-wrap
msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:461
+#: en/lb_config.1:457
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. "
@@ -2232,37 +2213,37 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:461
+#: en/lb_config.1:457
#, no-wrap
msgid "B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|\"I<PARENT_ARCHIVE_AREAS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:463
+#: en/lb_config.1:459
msgid "defines the archive areas for derivatives of the resulting live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:463
+#: en/lb_config.1:459
#, no-wrap
msgid "B<--security> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:465
+#: en/lb_config.1:461
msgid ""
"defines if the security repositories specified in the security mirror "
"options should be used or not."
msgstr ""
#. type: IP
-#: en/lb_config.1:465
+#: en/lb_config.1:461
#, no-wrap
msgid "B<--source> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:467
+#: en/lb_config.1:463
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 "
@@ -2272,24 +2253,24 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:467
+#: en/lb_config.1:463
#, no-wrap
msgid "-s|B<--source-images> iso|netboot|tar|hdd"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:469
+#: en/lb_config.1:465
msgid "defines the image type for the source image. Default is tar."
msgstr ""
#. type: IP
-#: en/lb_config.1:469
+#: en/lb_config.1:465
#, no-wrap
msgid "B<--firmware-binary> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:471
+#: en/lb_config.1:467
msgid ""
"defines if firmware packages should be automatically included into the "
"binary pool for debian-installer. Note that only firmware packages available "
@@ -2300,13 +2281,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:471
+#: en/lb_config.1:467
#, no-wrap
msgid "B<--firmware-chroot> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:473
+#: en/lb_config.1:469
msgid ""
"defines if firmware packages should be automatically included into the live "
"image. Note that only firmware packages available within the configured "
@@ -2316,39 +2297,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:473
+#: en/lb_config.1:469
#, no-wrap
msgid "B<--swap-file-path> I<PATH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:475
+#: en/lb_config.1:471
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:475
+#: en/lb_config.1:471
#, no-wrap
msgid "B<--swap-file-size> I<MB>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:477
+#: en/lb_config.1:473
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:477
+#: en/lb_config.1:473
#, no-wrap
msgid "B<--syslinux-theme> I<THEME_SUFFIX>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:479
+#: en/lb_config.1:475
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 "
@@ -2357,39 +2338,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:479
+#: en/lb_config.1:475
#, no-wrap
msgid "B<--tasksel> apt|aptitude|tasksel"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:481
+#: en/lb_config.1:477
msgid ""
"selects which program is used to install tasks. By default, this is set to "
"tasksel."
msgstr ""
#. type: IP
-#: en/lb_config.1:481
+#: en/lb_config.1:477
#, no-wrap
msgid "B<--templates> I<PATH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:483
+#: en/lb_config.1:479
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:483
+#: en/lb_config.1:479
#, no-wrap
msgid "B<--hdd-size> MB"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:485
+#: en/lb_config.1:481
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 "
@@ -2397,39 +2378,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:485
+#: en/lb_config.1:481
#, no-wrap
msgid "B<--volatile> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:487
+#: en/lb_config.1:483
msgid ""
"defines if debian volatile package archives should be included in the image "
"or not."
msgstr ""
#. type: IP
-#: en/lb_config.1:487
+#: en/lb_config.1:483
#, no-wrap
msgid "B<--backports> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:489
+#: en/lb_config.1:485
msgid ""
"defines if debian backports package archives should be included in the image "
"or not."
msgstr ""
#. type: IP
-#: en/lb_config.1:489
+#: en/lb_config.1:485
#, no-wrap
msgid "B<--exposed-root> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:491
+#: en/lb_config.1:487
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 "
@@ -2437,37 +2418,37 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:491 en/live-build.7:42
+#: en/lb_config.1:487 en/live-build.7:42
#, no-wrap
msgid "B<--verbose>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:493
+#: en/lb_config.1:489
msgid "increases the verbosity of messages output by B<lb build>."
msgstr ""
#. type: IP
-#: en/lb_config.1:493
+#: en/lb_config.1:489
#, no-wrap
msgid "B<--win32-loader true|false>"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:496
+#: en/lb_config.1:492
msgid "defines if win32-loader should be included in the binary image or not."
msgstr ""
#. type: SH
-#: en/lb_config.1:497
+#: en/lb_config.1:493
#, no-wrap
msgid "ENVIRONMENT"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:500
+#: en/lb_config.1:496
msgid ""
"Currently, command line switches can also be specified through the "
"corresponding environment variable. However, this generally should not be "
@@ -2481,20 +2462,20 @@ msgstr ""
#. FIXME
#. type: IP
-#: en/lb_config.1:504
+#: en/lb_config.1:500
#, no-wrap
msgid "B<auto/config>"
msgstr ""
#. type: IP
-#: en/lb_config.1:505
+#: en/lb_config.1:501
#, no-wrap
msgid "B</etc/live/build.conf, /etc/live/build/*>"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:508
+#: en/lb_config.1:504
msgid ""
"An optional, global configuration file for B<lb config> variables. It is "
"useful to specify a few system wide defaults, like "
@@ -2503,11 +2484,11 @@ msgid ""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:513 en/live-build.7:231
+#: en/lb_config.1:509 en/live-build.7:231
msgid "I<live-boot>(7)"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:515 en/live-build.7:233
+#: en/lb_config.1:511 en/live-build.7:233
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 528d82254..59ac14cad 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-08-14 21:05+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:511 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
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 13554b43f..a39dc902a 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-08-14 21:05+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:511 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
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 b3c9eec87..7e319ab7d 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-08-14 21:05+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
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:330 en/live-build.7:36
+#: en/lb_config.1:326 en/live-build.7:36
#, no-wrap
msgid "B<--debug>"
msgstr ""
#. type: IP
-#: en/lb_config.1:342 en/live-build.7:38
+#: en/lb_config.1:338 en/live-build.7:38
#, no-wrap
msgid "B<--force>"
msgstr ""
#. type: IP
-#: en/lb_config.1:451 en/live-build.7:40
+#: en/lb_config.1:447 en/live-build.7:40
#, no-wrap
msgid "B<--quiet>"
msgstr ""
#. type: IP
-#: en/lb_config.1:491 en/live-build.7:42
+#: en/lb_config.1:487 en/live-build.7:42
#, no-wrap
msgid "B<--verbose>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:513 en/live-build.7:231
+#: en/lb_config.1:509 en/live-build.7:231
msgid "I<live-boot>(7)"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:515 en/live-build.7:233
+#: en/lb_config.1:511 en/live-build.7:233
msgid "I<live-config>(7)"
msgstr ""
diff --git a/manpages/pot/lb.1.pot b/manpages/pot/lb.1.pot
index f911ebc32..700fb6f25 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-08-14 21:05+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:511 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
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 4895239ae..18ae6c400 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-08-14 21:05+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:511 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
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 edb81e7ff..59d1a6ed6 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-08-14 21:05+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:511 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
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 55f32c983..31bfb5d61 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-08-14 21:05+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:511 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
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 e432d8316..9ce04f8d9 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-08-14 21:05+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:511 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
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 73330ed0f..8b22db390 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-08-14 21:05+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:511 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
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 63f95fc43..9d9d0f2aa 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-08-14 23:13+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:511 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
@@ -267,500 +267,495 @@ msgstr ""
#. type: Plain text
#: en/lb_config.1:47
-msgid " [-f|B<--bootstrap-flavour> minimal|standard]"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:49
msgid " [B<--bootstrap-keyring> I<PACKAGE>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:51
+#: en/lb_config.1:49
msgid " [B<--cache> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:53
+#: en/lb_config.1:51
msgid " [B<--cache-indices> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:55
+#: en/lb_config.1:53
msgid " [B<--cache-packages> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:57
+#: en/lb_config.1:55
msgid " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:59
+#: en/lb_config.1:57
msgid " [B<--checksums> md5|sha1|sha256|none]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:61
+#: en/lb_config.1:59
msgid " [B<--compression> bzip2|gzip|lzip|none]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:63
+#: en/lb_config.1:61
msgid " [B<--config> I<GIT_URL::GIT_ID>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:65
+#: en/lb_config.1:63
msgid " [B<--build-with-chroot> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:67
+#: en/lb_config.1:65
msgid " [B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:69
+#: en/lb_config.1:67
msgid " [B<--clean>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:71
+#: en/lb_config.1:69
msgid " [-c|B<--conffile> I<FILE>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:73
+#: en/lb_config.1:71
msgid " [B<--debconf-frontend> dialog|editor|noninteractive|readline]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:75
+#: en/lb_config.1:73
msgid " [B<--debconf-nowarnings> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:77
+#: en/lb_config.1:75
msgid " [B<--debconf-priority> low|medium|high|critical]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:79
+#: en/lb_config.1:77
msgid ""
" [B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:81
+#: en/lb_config.1:79
msgid " [B<--debian-installer-distribution> daily|I<CODENAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:83
+#: en/lb_config.1:81
msgid " [B<--debian-installer-preseedfile> I<FILE>|I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:85
+#: en/lb_config.1:83
msgid " [B<--debian-installer-gui> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:87
+#: en/lb_config.1:85
msgid " [B<--debug>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:89
+#: en/lb_config.1:87
msgid " [-d|B<--distribution> I<CODENAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:91
+#: en/lb_config.1:89
msgid " [B<--parent-distribution> I<CODENAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:93
+#: en/lb_config.1:91
msgid " [B<--parent-debian-installer-distribution> I<CODENAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:95
+#: en/lb_config.1:93
msgid " [B<--dump>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:97
+#: en/lb_config.1:95
msgid " [B<--fdisk> fdisk|fdisk.dist]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:99
+#: en/lb_config.1:97
msgid " [B<--firmware-binary true|false>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:101
+#: en/lb_config.1:99
msgid " [B<--firmware-chroot true|false>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:103
+#: en/lb_config.1:101
msgid " [B<--force>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:105
+#: en/lb_config.1:103
msgid " [B<--grub-splash> I<FILE>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:107
+#: en/lb_config.1:105
msgid " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:109
+#: en/lb_config.1:107
msgid " [B<--hooks> I<FILE>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:111
+#: en/lb_config.1:109
msgid " [B<--ignore-system-defaults>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:113
+#: en/lb_config.1:111
msgid " [B<--initramfs> auto|none|live-boot|casper]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:115
+#: en/lb_config.1:113
msgid " [B<--initramfs-compression> bzip2|gzip|lzma]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:117
+#: en/lb_config.1:115
msgid " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:119
+#: en/lb_config.1:117
msgid " [B<--interactive> shell]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:121
+#: en/lb_config.1:119
msgid " [B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:123
+#: en/lb_config.1:121
msgid " [B<--iso-application> I<NAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:125
+#: en/lb_config.1:123
msgid " [B<--iso-preparer> I<NAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:127
+#: en/lb_config.1:125
msgid " [B<--iso-publisher> I<NAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:129
+#: en/lb_config.1:127
msgid " [B<--iso-volume> I<NAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:131
+#: en/lb_config.1:129
msgid " [B<--jffs2-eraseblock> I<SIZE>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:133
+#: en/lb_config.1:131
msgid " [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:135
+#: en/lb_config.1:133
msgid " [-k|B<--linux-flavours> I<FLAVOUR>|I<\"FLAVOURS\">]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:137
+#: en/lb_config.1:135
msgid " [B<--linux-packages> I<\"PACKAGES\">]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:139
+#: en/lb_config.1:137
msgid " [B<--losetup> losetup|losetup.orig]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:141
+#: en/lb_config.1:139
msgid " [B<--memtest> memtest86+|memtest86|none]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:143
+#: en/lb_config.1:141
msgid " [-m|B<--parent-mirror-bootstrap> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:145
+#: en/lb_config.1:143
msgid " [B<--parent-mirror-chroot> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:147
+#: en/lb_config.1:145
msgid " [B<--parent-mirror-chroot-security> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:149
+#: en/lb_config.1:147
msgid " [B<--parent-mirror-chroot-volatile> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:151
+#: en/lb_config.1:149
msgid " [B<--parent-mirror-chroot-backports> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:153
+#: en/lb_config.1:151
msgid " [B<--parent-mirror-binary> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:155
+#: en/lb_config.1:153
msgid " [B<--parent-mirror-binary-security> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:157
+#: en/lb_config.1:155
msgid " [B<--parent-mirror-binary-volatile> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:159
+#: en/lb_config.1:157
msgid " [B<--parent-mirror-binary-backports> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:161
+#: en/lb_config.1:159
msgid " [B<--parent-mirror-debian-installer> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:163
+#: en/lb_config.1:161
msgid " [B<--mirror-bootstrap> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:165
+#: en/lb_config.1:163
msgid " [B<--mirror-chroot> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:167
+#: en/lb_config.1:165
msgid " [B<--mirror-chroot-security> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:169
+#: en/lb_config.1:167
msgid " [B<--mirror-chroot-volatile> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:171
+#: en/lb_config.1:169
msgid " [B<--mirror-chroot-backports> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:173
+#: en/lb_config.1:171
msgid " [B<--mirror-binary> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:175
+#: en/lb_config.1:173
msgid " [B<--mirror-binary-security> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:177
+#: en/lb_config.1:175
msgid " [B<--mirror-binary-volatile> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:179
+#: en/lb_config.1:177
msgid " [B<--mirror-binary-backports> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:181
+#: en/lb_config.1:179
msgid " [B<--mirror-debian-installer> I<URL>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:183
+#: en/lb_config.1:181
msgid " [B<--mode> debian|emdebian|progress|ubuntu|kubuntu]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:185
+#: en/lb_config.1:183
msgid " [B<--system> live|normal]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:187
+#: en/lb_config.1:185
msgid " [B<--net-root-filesystem> nfs|cfs]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:189
+#: en/lb_config.1:187
msgid " [B<--net-root-mountoptions> I<OPTIONS>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:191
+#: en/lb_config.1:189
msgid " [B<--net-root-path> I<PATH>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:193
+#: en/lb_config.1:191
msgid " [B<--net-root-server> I<IP>|I<HOSTNAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:195
+#: en/lb_config.1:193
msgid " [B<--net-cow-filesystem> nfs|cfs]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:197
+#: en/lb_config.1:195
msgid " [B<--net-cow-mountoptions> I<OPTIONS>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:199
+#: en/lb_config.1:197
msgid " [B<--net-cow-path> I<PATH>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:201
+#: en/lb_config.1:199
msgid " [B<--net-cow-server> I<IP>|I<HOSTNAME>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:203
+#: en/lb_config.1:201
msgid " [B<--net-tarball> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:205
+#: en/lb_config.1:203
msgid " [-p|B<--package-lists> I<LIST>|I<\"LISTS\">]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:207
+#: en/lb_config.1:205
msgid " [B<--quiet>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:209
+#: en/lb_config.1:207
msgid " [B<--root-command> sudo]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:211
+#: en/lb_config.1:209
msgid " [B<--use-fakeroot> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:213
+#: en/lb_config.1:211
msgid " [B<--archives> I<ARCHIVE>|I<\"ARCHIVES\">]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:215
+#: en/lb_config.1:213
msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:217
+#: en/lb_config.1:215
msgid ""
" [B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|I<\"PARENT_ARCHIVE_AREAS"
"\">]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:219
+#: en/lb_config.1:217
msgid " [B<--security> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:221
+#: en/lb_config.1:219
msgid " [B<--source> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:223
+#: en/lb_config.1:221
msgid " [-s|B<--source-images> iso|netboot|tar|hdd]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:225
+#: en/lb_config.1:223
msgid " [B<--syslinux-theme> I<THEME_SUFFIX>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:227
+#: en/lb_config.1:225
msgid " [B<--tasksel> apt|aptitude|tasksel]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:229
+#: en/lb_config.1:227
msgid " [B<--templates> I<PATH>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:231
+#: en/lb_config.1:229
msgid " [B<--hdd-size >I<MB>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:233
+#: en/lb_config.1:231
msgid " [B<--volatile> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:235
+#: en/lb_config.1:233
msgid " [B<--backports> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:237
+#: en/lb_config.1:235
msgid " [B<--exposed-root> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:239
+#: en/lb_config.1:237
msgid " [B<--verbose>]"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:242
+#: en/lb_config.1:240
msgid " [B<--win32-loader true|false]>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:245
+#: en/lb_config.1:243
msgid ""
"B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
@@ -768,7 +763,7 @@ msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:248
+#: en/lb_config.1:246
msgid ""
"B<lb config> populates the configuration directory for live-build. By "
"default, this directory is named 'config' and is created in the current "
@@ -777,7 +772,7 @@ msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:251
+#: en/lb_config.1:249
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 "
@@ -793,7 +788,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:254
+#: en/lb_config.1:252
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 "
@@ -802,26 +797,26 @@ msgstr ""
#. FIXME
#. type: IP
-#: en/lb_config.1:256
+#: en/lb_config.1:254
#, no-wrap
msgid "B<--apt> apt|aptitude"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:258
+#: en/lb_config.1:256
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:258
+#: en/lb_config.1:256
#, no-wrap
msgid "B<--apt-ftp-proxy> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:260
+#: en/lb_config.1:258
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 "
@@ -829,13 +824,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:260
+#: en/lb_config.1:258
#, no-wrap
msgid "B<--apt-http-proxy> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:262
+#: en/lb_config.1:260
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 "
@@ -843,26 +838,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:262
+#: en/lb_config.1:260
#, no-wrap
msgid "B<--apt-indices> true|false|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:264
+#: en/lb_config.1:262
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:264
+#: en/lb_config.1:262
#, no-wrap
msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:266
+#: en/lb_config.1:264
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 "
@@ -870,13 +865,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:266
+#: en/lb_config.1:264
#, no-wrap
msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:268
+#: en/lb_config.1:266
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 "
@@ -884,13 +879,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:268
+#: en/lb_config.1:266
#, no-wrap
msgid "B<--apt-pipeline> I<DEPTH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:270
+#: en/lb_config.1:268
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 "
@@ -902,51 +897,51 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:270
+#: en/lb_config.1:268
#, no-wrap
msgid "B<--apt-recommends> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:272
+#: en/lb_config.1:270
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:272
+#: en/lb_config.1:270
#, no-wrap
msgid "B<--apt-secure> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:274
+#: en/lb_config.1:272
msgid ""
"defines if apt should check repository signatures. This is true by default."
msgstr ""
#. type: IP
-#: en/lb_config.1:274
+#: en/lb_config.1:272
#, no-wrap
msgid "B<--apt-source-archives> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:276
+#: en/lb_config.1:274
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:276
+#: en/lb_config.1:274
#, no-wrap
msgid "-a|B<--architectures> I<ARCHITECTURE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:278
+#: en/lb_config.1:276
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 "
@@ -957,13 +952,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:278
+#: en/lb_config.1:276
#, no-wrap
msgid "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:280
+#: en/lb_config.1:278
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 "
@@ -971,13 +966,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:280
+#: en/lb_config.1:278
#, no-wrap
msgid "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:282
+#: en/lb_config.1:280
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 "
@@ -990,24 +985,24 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:282
+#: en/lb_config.1:280
#, no-wrap
msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:284
+#: en/lb_config.1:282
msgid "sets boot parameters specific to debian-installer, if included."
msgstr ""
#. type: IP
-#: en/lb_config.1:284
+#: en/lb_config.1:282
#, no-wrap
msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:286
+#: en/lb_config.1:284
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 "
@@ -1015,13 +1010,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:286
+#: en/lb_config.1:284
#, no-wrap
msgid "B<--bootloader> grub|syslinux|yaboot"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:288
+#: en/lb_config.1:286
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 "
@@ -1034,13 +1029,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:288
+#: en/lb_config.1:286
#, no-wrap
msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap|copy"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:290
+#: en/lb_config.1:288
msgid ""
"defines which program is used to bootstrap the debian chroot, default is "
"debootstrap. Note that if you set the bootstrap program to copy, then your "
@@ -1050,53 +1045,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:290
-#, no-wrap
-msgid "-f|B<--bootstrap-flavour> minimal|standard"
-msgstr ""
-
-#. type: Plain text
-#: en/lb_config.1:292
-msgid ""
-"defines if the bootstrap program should bootstrap the standard system (all "
-"packages of priority required and important, which is the default) or a "
-"minimal system (only packages of priority required, plus apt)."
-msgstr ""
-
-#. type: IP
-#: en/lb_config.1:292
+#: en/lb_config.1:288
#, no-wrap
msgid "B<--bootstrap-keyring> I<PACKAGE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:294
+#: en/lb_config.1:290
msgid ""
"sets the archive keyring package to be used. Default is debian-archive-"
"keyring."
msgstr ""
#. type: IP
-#: en/lb_config.1:294
+#: en/lb_config.1:290
#, no-wrap
msgid "B<--cache> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:296
+#: en/lb_config.1:292
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:296
+#: en/lb_config.1:292
#, no-wrap
msgid "B<--cache-indices> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:298
+#: en/lb_config.1:294
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 "
@@ -1104,13 +1085,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:298
+#: en/lb_config.1:294
#, no-wrap
msgid "B<--cache-packages> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:300
+#: en/lb_config.1:296
msgid ""
"defines if downloaded packages files should be cached which is true by "
"default. Disabling it does save space consumtion in your build directory, "
@@ -1121,13 +1102,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:300
+#: en/lb_config.1:296
#, no-wrap
msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:302
+#: en/lb_config.1:298
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 "
@@ -1137,13 +1118,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:302
+#: en/lb_config.1:298
#, no-wrap
msgid "B<--checksums> md5|sha1|sha256|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:304
+#: en/lb_config.1:300
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 "
@@ -1155,39 +1136,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:304
+#: en/lb_config.1:300
#, no-wrap
msgid "B<--compression> bzip2|gzip|lzip|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:306
+#: en/lb_config.1:302
msgid ""
"defines the compression program to be used to compress tarballs. Defaults to "
"gzip."
msgstr ""
#. type: IP
-#: en/lb_config.1:306
+#: en/lb_config.1:302
#, no-wrap
msgid "B<--config> I<GIT_URL>::I<GIT_ID>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:308
+#: en/lb_config.1:304
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:308
+#: en/lb_config.1:304
#, no-wrap
msgid "B<--build-with-chroot> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:310
+#: en/lb_config.1:306
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. "
@@ -1202,13 +1183,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:310
+#: en/lb_config.1:306
#, no-wrap
msgid "B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:312
+#: en/lb_config.1:308
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 "
@@ -1219,39 +1200,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:312
+#: en/lb_config.1:308
#, no-wrap
msgid "B<--clean>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:314
+#: en/lb_config.1:310
msgid ""
"minimizes config directory by automatically removing unused and thus empty "
"subdirectories."
msgstr ""
#. type: IP
-#: en/lb_config.1:314
+#: en/lb_config.1:310
#, no-wrap
msgid "-c|B<--conffile> I<FILE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:316
+#: en/lb_config.1:312
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:316
+#: en/lb_config.1:312
#, no-wrap
msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:318
+#: en/lb_config.1:314
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, "
@@ -1259,13 +1240,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:318
+#: en/lb_config.1:314
#, no-wrap
msgid "B<--debconf-nowarnings> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:320
+#: en/lb_config.1:316
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 "
@@ -1273,13 +1254,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:320
+#: en/lb_config.1:316
#, no-wrap
msgid "B<--debconf-priority> low|medium|high|critical"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:322
+#: en/lb_config.1:318
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 "
@@ -1288,13 +1269,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:322
+#: en/lb_config.1:318
#, no-wrap
msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:324
+#: en/lb_config.1:320
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 "
@@ -1306,13 +1287,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:324
+#: en/lb_config.1:320
#, no-wrap
msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:326
+#: en/lb_config.1:322
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 "
@@ -1321,13 +1302,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:326
+#: en/lb_config.1:322
#, no-wrap
msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:328
+#: en/lb_config.1:324
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, "
@@ -1335,13 +1316,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:328
+#: en/lb_config.1:324
#, no-wrap
msgid "B<--debian-installer-gui> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:330
+#: en/lb_config.1:326
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, "
@@ -1349,60 +1330,60 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:330 en/live-build.7:36
+#: en/lb_config.1:326 en/live-build.7:36
#, no-wrap
msgid "B<--debug>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:332
+#: en/lb_config.1:328
msgid "turn on debugging informational messages."
msgstr ""
#. type: IP
-#: en/lb_config.1:332
+#: en/lb_config.1:328
#, no-wrap
msgid "-d|B<--distribution> I<CODENAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:334
+#: en/lb_config.1:330
msgid "defines the distribution of the resulting live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:334
+#: en/lb_config.1:330
#, no-wrap
msgid "-d|B<--parent-distribution> I<CODENAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:336
+#: en/lb_config.1:332
msgid ""
"defines the parent distribution for derivatives of the resulting live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:336
+#: en/lb_config.1:332
#, no-wrap
msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:338
+#: en/lb_config.1:334
msgid ""
"defines the parent debian-installer distribution for derivatives of the "
"resulting live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:338
+#: en/lb_config.1:334
#, no-wrap
msgid "B<--dump>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:340
+#: en/lb_config.1:336
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 "
@@ -1411,26 +1392,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:340
+#: en/lb_config.1:336
#, no-wrap
msgid "B<--fdisk> fdisk|fdisk.dist"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:342
+#: en/lb_config.1:338
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:342 en/live-build.7:38
+#: en/lb_config.1:338 en/live-build.7:38
#, no-wrap
msgid "B<--force>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:344
+#: en/lb_config.1:340
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-"
@@ -1438,26 +1419,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:344
+#: en/lb_config.1:340
#, no-wrap
msgid "B<--grub-splash> I<FILE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:346
+#: en/lb_config.1:342
msgid ""
"defines the name of an optional to be included splash screen graphic for the "
"grub bootloader."
msgstr ""
#. type: IP
-#: en/lb_config.1:346
+#: en/lb_config.1:342
#, no-wrap
msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:348
+#: en/lb_config.1:344
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 "
@@ -1466,13 +1447,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:348
+#: en/lb_config.1:344
#, no-wrap
msgid "B<--hooks> I<FILE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:350
+#: en/lb_config.1:346
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 "
@@ -1480,13 +1461,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:350
+#: en/lb_config.1:346
#, no-wrap
msgid "B<--ignore-system-defaults>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:352
+#: en/lb_config.1:348
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. "
@@ -1495,13 +1476,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:352
+#: en/lb_config.1:348
#, no-wrap
msgid "B<--initramfs> auto|none|live-boot|casper"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:354
+#: en/lb_config.1:350
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 "
@@ -1512,26 +1493,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:354
+#: en/lb_config.1:350
#, no-wrap
msgid "B<--initramfs-compression> bzip2|gzip|lzma]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:356
+#: en/lb_config.1:352
msgid ""
"defines the compression program to be used to compress the initramfs. "
"Defaults to gzip."
msgstr ""
#. type: IP
-#: en/lb_config.1:356
+#: en/lb_config.1:352
#, no-wrap
msgid "B<--interactive> shell"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:358
+#: en/lb_config.1:354
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 "
@@ -1545,24 +1526,24 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:358
+#: en/lb_config.1:354
#, no-wrap
msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:360
+#: en/lb_config.1:356
msgid "defines options to pass to isohybrid."
msgstr ""
#. type: IP
-#: en/lb_config.1:360
+#: en/lb_config.1:356
#, no-wrap
msgid "B<--iso-application> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:362
+#: en/lb_config.1:358
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 "
@@ -1570,13 +1551,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:362
+#: en/lb_config.1:358
#, no-wrap
msgid "B<--iso-preparer> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:364
+#: en/lb_config.1:360
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."
@@ -1585,13 +1566,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:364
+#: en/lb_config.1:360
#, no-wrap
msgid "B<--iso-publisher> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:366
+#: en/lb_config.1:362
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-"
@@ -1600,13 +1581,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:366
+#: en/lb_config.1:362
#, no-wrap
msgid "B<--iso-volume> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:368
+#: en/lb_config.1:364
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 "
@@ -1615,13 +1596,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:368
+#: en/lb_config.1:364
#, no-wrap
msgid "B<--jffs2-eraseblock> I<SIZE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:370
+#: en/lb_config.1:366
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 "
@@ -1631,39 +1612,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:370
+#: en/lb_config.1:366
#, no-wrap
msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:372
+#: en/lb_config.1:368
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:372
+#: en/lb_config.1:368
#, no-wrap
msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:374
+#: en/lb_config.1:370
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:374
+#: en/lb_config.1:370
#, no-wrap
msgid "B<--linux-packages> \"I<PACKAGES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:376
+#: en/lb_config.1:372
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 "
@@ -1677,26 +1658,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:376
+#: en/lb_config.1:372
#, no-wrap
msgid "B<--losetup> losetup|losetup.orig"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:378
+#: en/lb_config.1:374
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:378
+#: en/lb_config.1:374
#, no-wrap
msgid "B<--memtest> memtest86+|memtest86|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:380
+#: en/lb_config.1:376
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 "
@@ -1704,13 +1685,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:380
+#: en/lb_config.1:376
#, no-wrap
msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:382
+#: en/lb_config.1:378
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 "
@@ -1718,13 +1699,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:382
+#: en/lb_config.1:378
#, no-wrap
msgid "B<--parent-mirror-chroot> 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 will be used to fetch "
"the packages in order to build the live system. By default, this is set to "
@@ -1732,13 +1713,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:384
+#: en/lb_config.1:380
#, no-wrap
msgid "B<--parent-mirror-chroot-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 will be used to "
"fetch the packages in order to build the live system. By default, this "
@@ -1746,13 +1727,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:386
+#: en/lb_config.1:382
#, no-wrap
msgid "B<--parent-mirror-chroot-volatile> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:388
+#: en/lb_config.1:384
msgid ""
"sets the location of the debian volatile package mirror that will be used to "
"fetch packages in order to build the live system. By default, this is set to "
@@ -1760,13 +1741,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:388
+#: en/lb_config.1:384
#, no-wrap
msgid "B<--parent-mirror-chroot-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 will be used "
"to fetch packages in order to build the live system. By default, this points "
@@ -1774,13 +1755,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:390
+#: en/lb_config.1:386
#, no-wrap
msgid "B<--parent-mirror-binary> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:392
+#: en/lb_config.1:388
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 "
@@ -1790,13 +1771,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:392
+#: en/lb_config.1:388
#, no-wrap
msgid "B<--parent-mirror-binary-security> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:394
+#: en/lb_config.1:390
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 "
@@ -1804,13 +1785,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:394
+#: en/lb_config.1:390
#, no-wrap
msgid "B<--parent-mirror-binary-volatile> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:396
+#: en/lb_config.1:392
msgid ""
"sets the location of the debian volatile package mirror that should end up "
"configured in the final image. By default, the value of --parent-mirror-"
@@ -1818,13 +1799,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:396
+#: en/lb_config.1:392
#, no-wrap
msgid "B<--parent-mirror-binary-backports> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:398
+#: en/lb_config.1:394
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/"
@@ -1832,13 +1813,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:398
+#: en/lb_config.1:394
#, no-wrap
msgid "B<--parent-mirror-debian-installer> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:400
+#: en/lb_config.1:396
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 "
@@ -1846,13 +1827,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:400
+#: en/lb_config.1:396
#, no-wrap
msgid "B<--mirror-bootstrap> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:402
+#: en/lb_config.1:398
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/"
@@ -1860,13 +1841,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:402
+#: en/lb_config.1:398
#, no-wrap
msgid "B<--mirror-chroot> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:404
+#: en/lb_config.1:400
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 "
@@ -1874,13 +1855,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:404
+#: en/lb_config.1:400
#, no-wrap
msgid "B<--mirror-chroot-security> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:406
+#: en/lb_config.1:402
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 "
@@ -1888,13 +1869,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:406
+#: en/lb_config.1:402
#, no-wrap
msgid "B<--mirror-chroot-volatile> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:408
+#: en/lb_config.1:404
msgid ""
"sets the location of the debian volatile package mirror that will be used to "
"fetch packages of the derivative in order to build the live system. By "
@@ -1902,13 +1883,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:408
+#: en/lb_config.1:404
#, no-wrap
msgid "B<--mirror-chroot-backports> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:410
+#: en/lb_config.1:406
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 "
@@ -1916,13 +1897,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:410
+#: en/lb_config.1:406
#, no-wrap
msgid "B<--mirror-binary> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:412
+#: en/lb_config.1:408
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. "
@@ -1932,52 +1913,52 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:412
+#: en/lb_config.1:408
#, no-wrap
msgid "B<--mirror-binary-security> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:414
+#: en/lb_config.1:410
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:414
+#: en/lb_config.1:410
#, no-wrap
msgid "B<--mirror-binary-volatile> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:416
+#: en/lb_config.1:412
msgid ""
"sets the location of the derivatives volatile package mirror that should end "
"up configured in the final image."
msgstr ""
#. type: IP
-#: en/lb_config.1:416
+#: en/lb_config.1:412
#, no-wrap
msgid "B<--mirror-binary-backports> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:418
+#: en/lb_config.1:414
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:418
+#: en/lb_config.1:414
#, no-wrap
msgid "B<--mirror-debian-installer> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:420
+#: en/lb_config.1:416
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 "
@@ -1985,65 +1966,65 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:420
+#: en/lb_config.1:416
#, no-wrap
msgid "B<--mode> debian|emdebian|progress|ubuntu"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:422
+#: en/lb_config.1:418
msgid ""
"defines a global mode to load project specific defaults. By default this is "
"set to debian."
msgstr ""
#. type: IP
-#: en/lb_config.1:422
+#: en/lb_config.1:418
#, no-wrap
msgid "B<--system> live|normal"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:424
+#: en/lb_config.1:420
msgid ""
"defines if the resulting system image should a live system or a normal, non-"
"live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:424
+#: en/lb_config.1:420
#, no-wrap
msgid "B<--net-root-filesystem> nfs|cfs"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:426
+#: en/lb_config.1:422
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:426
+#: en/lb_config.1:422
#, no-wrap
msgid "B<--net-root-mountoptions> I<OPTIONS>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:428
+#: en/lb_config.1:424
msgid ""
"sets additional options for mounting the root filesystem 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-root-path> I<PATH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:430
+#: en/lb_config.1:426
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 "
@@ -2052,13 +2033,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:430
+#: en/lb_config.1:426
#, no-wrap
msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:432
+#: en/lb_config.1:428
msgid ""
"sets the IP or hostname that will be configured in the bootloader "
"configuration for the root filesystem of your netboot image. This defaults "
@@ -2066,38 +2047,38 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:432
+#: en/lb_config.1:428
#, no-wrap
msgid "B<--net-cow-filesystem> nfs|cfs"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:434
+#: en/lb_config.1:430
msgid ""
"defines the filesystem type for the copy-on-write layer and defaults to nfs."
msgstr ""
#. type: IP
-#: en/lb_config.1:434
+#: en/lb_config.1:430
#, no-wrap
msgid "B<--net-cow-mountoptions> I<OPTIONS>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:436
+#: en/lb_config.1:432
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:436
+#: en/lb_config.1:432
#, no-wrap
msgid "B<--net-cow-path> I<PATH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:438
+#: en/lb_config.1:434
msgid ""
"defines the path to client writable filesystem. Anywhere that "
"I<client_mac_address> is specified in the path live-boot will substitute the "
@@ -2105,28 +2086,28 @@ msgid ""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:441
+#: en/lb_config.1:437
msgid "Example:"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:443
+#: en/lb_config.1:439
msgid "/export/hosts/client_mac_address"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:445
+#: en/lb_config.1:441
msgid "/export/hosts/00-16-D3-33-92-E8"
msgstr ""
#. type: IP
-#: en/lb_config.1:445
+#: en/lb_config.1:441
#, no-wrap
msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:447
+#: en/lb_config.1:443
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 "
@@ -2134,13 +2115,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:447
+#: en/lb_config.1:443
#, no-wrap
msgid "B<--net-tarball> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:449
+#: en/lb_config.1:445
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 "
@@ -2148,13 +2129,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:449
+#: en/lb_config.1:445
#, no-wrap
msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:451
+#: en/lb_config.1:447
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 "
@@ -2164,37 +2145,37 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:451 en/live-build.7:40
+#: en/lb_config.1:447 en/live-build.7:40
#, no-wrap
msgid "B<--quiet>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:453
+#: en/lb_config.1:449
msgid "reduces the verbosity of messages output by B<lb build>."
msgstr ""
#. type: IP
-#: en/lb_config.1:453
+#: en/lb_config.1:449
#, no-wrap
msgid "B<--archives> I<ARCHIVE>|\"I<ARCHIVES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:455
+#: en/lb_config.1:451
msgid ""
"enables one of available third-party archive configurations in /usr/share/"
"live/build/archives."
msgstr ""
#. type: IP
-#: en/lb_config.1:455
+#: en/lb_config.1:451
#, no-wrap
msgid "B<--root-command> sudo"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:457
+#: en/lb_config.1:453
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, "
@@ -2202,13 +2183,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:457
+#: en/lb_config.1:453
#, no-wrap
msgid "B<--use-fakeroot> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:459
+#: en/lb_config.1:455
msgid ""
"controls if live-build should utilize fakeroot and fakechroot to try and "
"avoid requiring root privillages where possible. By default, this option is "
@@ -2216,13 +2197,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:459
+#: en/lb_config.1:455
#, no-wrap
msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:461
+#: en/lb_config.1:457
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. "
@@ -2232,37 +2213,37 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:461
+#: en/lb_config.1:457
#, no-wrap
msgid "B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|\"I<PARENT_ARCHIVE_AREAS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:463
+#: en/lb_config.1:459
msgid "defines the archive areas for derivatives of the resulting live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:463
+#: en/lb_config.1:459
#, no-wrap
msgid "B<--security> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:465
+#: en/lb_config.1:461
msgid ""
"defines if the security repositories specified in the security mirror "
"options should be used or not."
msgstr ""
#. type: IP
-#: en/lb_config.1:465
+#: en/lb_config.1:461
#, no-wrap
msgid "B<--source> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:467
+#: en/lb_config.1:463
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 "
@@ -2272,24 +2253,24 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:467
+#: en/lb_config.1:463
#, no-wrap
msgid "-s|B<--source-images> iso|netboot|tar|hdd"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:469
+#: en/lb_config.1:465
msgid "defines the image type for the source image. Default is tar."
msgstr ""
#. type: IP
-#: en/lb_config.1:469
+#: en/lb_config.1:465
#, no-wrap
msgid "B<--firmware-binary> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:471
+#: en/lb_config.1:467
msgid ""
"defines if firmware packages should be automatically included into the "
"binary pool for debian-installer. Note that only firmware packages available "
@@ -2300,13 +2281,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:471
+#: en/lb_config.1:467
#, no-wrap
msgid "B<--firmware-chroot> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:473
+#: en/lb_config.1:469
msgid ""
"defines if firmware packages should be automatically included into the live "
"image. Note that only firmware packages available within the configured "
@@ -2316,39 +2297,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:473
+#: en/lb_config.1:469
#, no-wrap
msgid "B<--swap-file-path> I<PATH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:475
+#: en/lb_config.1:471
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:475
+#: en/lb_config.1:471
#, no-wrap
msgid "B<--swap-file-size> I<MB>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:477
+#: en/lb_config.1:473
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:477
+#: en/lb_config.1:473
#, no-wrap
msgid "B<--syslinux-theme> I<THEME_SUFFIX>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:479
+#: en/lb_config.1:475
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 "
@@ -2357,39 +2338,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:479
+#: en/lb_config.1:475
#, no-wrap
msgid "B<--tasksel> apt|aptitude|tasksel"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:481
+#: en/lb_config.1:477
msgid ""
"selects which program is used to install tasks. By default, this is set to "
"tasksel."
msgstr ""
#. type: IP
-#: en/lb_config.1:481
+#: en/lb_config.1:477
#, no-wrap
msgid "B<--templates> I<PATH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:483
+#: en/lb_config.1:479
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:483
+#: en/lb_config.1:479
#, no-wrap
msgid "B<--hdd-size> MB"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:485
+#: en/lb_config.1:481
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 "
@@ -2397,39 +2378,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:485
+#: en/lb_config.1:481
#, no-wrap
msgid "B<--volatile> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:487
+#: en/lb_config.1:483
msgid ""
"defines if debian volatile package archives should be included in the image "
"or not."
msgstr ""
#. type: IP
-#: en/lb_config.1:487
+#: en/lb_config.1:483
#, no-wrap
msgid "B<--backports> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:489
+#: en/lb_config.1:485
msgid ""
"defines if debian backports package archives should be included in the image "
"or not."
msgstr ""
#. type: IP
-#: en/lb_config.1:489
+#: en/lb_config.1:485
#, no-wrap
msgid "B<--exposed-root> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:491
+#: en/lb_config.1:487
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 "
@@ -2437,37 +2418,37 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:491 en/live-build.7:42
+#: en/lb_config.1:487 en/live-build.7:42
#, no-wrap
msgid "B<--verbose>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:493
+#: en/lb_config.1:489
msgid "increases the verbosity of messages output by B<lb build>."
msgstr ""
#. type: IP
-#: en/lb_config.1:493
+#: en/lb_config.1:489
#, no-wrap
msgid "B<--win32-loader true|false>"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:496
+#: en/lb_config.1:492
msgid "defines if win32-loader should be included in the binary image or not."
msgstr ""
#. type: SH
-#: en/lb_config.1:497
+#: en/lb_config.1:493
#, no-wrap
msgid "ENVIRONMENT"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:500
+#: en/lb_config.1:496
msgid ""
"Currently, command line switches can also be specified through the "
"corresponding environment variable. However, this generally should not be "
@@ -2481,20 +2462,20 @@ msgstr ""
#. FIXME
#. type: IP
-#: en/lb_config.1:504
+#: en/lb_config.1:500
#, no-wrap
msgid "B<auto/config>"
msgstr ""
#. type: IP
-#: en/lb_config.1:505
+#: en/lb_config.1:501
#, no-wrap
msgid "B</etc/live/build.conf, /etc/live/build/*>"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:508
+#: en/lb_config.1:504
msgid ""
"An optional, global configuration file for B<lb config> variables. It is "
"useful to specify a few system wide defaults, like "
@@ -2503,11 +2484,11 @@ msgid ""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:513 en/live-build.7:231
+#: en/lb_config.1:509 en/live-build.7:231
msgid "I<live-boot>(7)"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:515 en/live-build.7:233
+#: en/lb_config.1:511 en/live-build.7:233
msgid "I<live-config>(7)"
msgstr ""
diff --git a/manpages/pot/lb_source.1.pot b/manpages/pot/lb_source.1.pot
index 485c74bb5..4709ddd24 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-08-14 21:05+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:511 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
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 d831b9612..e2a3b31e2 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-08-14 21:05+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:511 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
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 751bef3a5..429bb3d4b 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-08-14 21:05+0300\n"
+"POT-Creation-Date: 2012-08-27 14:12+0300\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-08-14"
+msgid "2012-08-27"
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:243 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 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:252 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 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:502 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, 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:509 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, 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:517 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
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:518 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, 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:520 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
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:521 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, 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:523 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
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:524 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, 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:525 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
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:330 en/live-build.7:36
+#: en/lb_config.1:326 en/live-build.7:36
#, no-wrap
msgid "B<--debug>"
msgstr ""
#. type: IP
-#: en/lb_config.1:342 en/live-build.7:38
+#: en/lb_config.1:338 en/live-build.7:38
#, no-wrap
msgid "B<--force>"
msgstr ""
#. type: IP
-#: en/lb_config.1:451 en/live-build.7:40
+#: en/lb_config.1:447 en/live-build.7:40
#, no-wrap
msgid "B<--quiet>"
msgstr ""
#. type: IP
-#: en/lb_config.1:491 en/live-build.7:42
+#: en/lb_config.1:487 en/live-build.7:42
#, no-wrap
msgid "B<--verbose>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:513 en/live-build.7:231
+#: en/lb_config.1:509 en/live-build.7:231
msgid "I<live-boot>(7)"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:515 en/live-build.7:233
+#: en/lb_config.1:511 en/live-build.7:233
msgid "I<live-config>(7)"
msgstr ""
diff --git a/scripts/build/lb_bootstrap_cdebootstrap b/scripts/build/lb_bootstrap_cdebootstrap
index bb4eb6dff..0e75765a8 100755
--- a/scripts/build/lb_bootstrap_cdebootstrap
+++ b/scripts/build/lb_bootstrap_cdebootstrap
@@ -76,11 +76,6 @@ then
CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --keyring=${LB_BOOTSTRAP_KEYRING}"
fi
-if [ -n "${LB_BOOTSTRAP_FLAVOUR}" ]
-then
- CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --flavour=${LB_BOOTSTRAP_FLAVOUR}"
-fi
-
if [ "${_DEBUG}" = "true" ]
then
CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --debug"
diff --git a/scripts/build/lb_bootstrap_debootstrap b/scripts/build/lb_bootstrap_debootstrap
index 1cb371f0f..5e9caf249 100755
--- a/scripts/build/lb_bootstrap_debootstrap
+++ b/scripts/build/lb_bootstrap_debootstrap
@@ -81,12 +81,6 @@ case "${LB_USE_FAKEROOT}" in
true)
DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --variant=fakechroot"
;;
- false)
- if [ -n "${LB_BOOTSTRAP_FLAVOUR}" ]
- then
- DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --variant=${LB_BOOTSTRAP_FLAVOUR}"
- fi
- ;;
esac
if [ "${_VERBOSE}" = "true" ]
diff --git a/scripts/build/lb_config b/scripts/build/lb_config
index 13a81c6b8..58f98a1e3 100755
--- a/scripts/build/lb_config
+++ b/scripts/build/lb_config
@@ -34,7 +34,6 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
\t [--bootappend-failsafe PARAMETER|\"PARAMETERS\"]\n\
\t [--bootloader grub|syslinux|yaboot]\n\
\t [--bootstrap cdebootstrap|cdebootstrap-static|debootstrap|copy]\n\
-\t [-f|--bootstrap-flavour minimal|standard]\n\
\t [--bootstrap-keyring PACKAGE]\n\
\t [--cache true|false]\n\
\t [--cache-indices true|false]\n\
@@ -146,7 +145,7 @@ Local_arguments ()
apt-pipeline:,apt-recommends:,apt-secure:,apt-source-archives:,bootstrap:,cache:,cache-indices:,cache-packages:,
cache-stages:,debconf-frontend:,debconf-nowarnings:,debconf-priority:,dump,
initramfs:,initramfs-compression:,initsystem:,fdisk:,losetup:,mode:,system:,root-command:,use-fakeroot:,tasksel:,
- templates:,architectures:,bootstrap-flavour:,bootstrap-keyring:,clean,
+ templates:,architectures:,bootstrap-keyring:,clean,
distribution:,parent-distribution:,parent-debian-installer-distribution:,parent-mirror-bootstrap:,parent-mirror-chroot:,parent-mirror-chroot-security:,parent-mirror-chroot-volatile:,parent-mirror-chroot-backports:,parent-mirror-binary:,
parent-mirror-binary-security:,parent-mirror-binary-volatile:,parent-mirror-binary-backports:,parent-mirror-debian-installer:,
mirror-bootstrap:,mirror-chroot:,mirror-chroot-security:,mirror-chroot-volatile:,mirror-chroot-backports:,mirror-binary:,
@@ -371,11 +370,6 @@ Local_arguments ()
shift 2
;;
- -f|--bootstrap-flavour)
- LB_BOOTSTRAP_FLAVOUR="${2}"
- shift 2
- ;;
-
--bootstrap-keyring)
LB_BOOTSTRAP_KEYRING="${2}"
shift 2
@@ -1107,10 +1101,6 @@ LB_BOOTSTRAP_INCLUDE="${LB_BOOTSTRAP_INCLUDE}"
# (Default: empty)
LB_BOOTSTRAP_EXCLUDE="${LB_BOOTSTRAP_EXCLUDE}"
-# \$LB_BOOTSTRAP_FLAVOUR: select flavour to use
-# (Default: empty)
-LB_BOOTSTRAP_FLAVOUR="${LB_BOOTSTRAP_FLAVOUR}"
-
# \$LB_BOOTSTRAP_KEYRING: set distribution keyring
# (Default: empty)
LB_BOOTSTRAP_KEYRING="${LB_BOOTSTRAP_KEYRING}"
diff --git a/templates/cgi/debian/build.html b/templates/cgi/debian/build.html
index 01de1ae1e..166ac3301 100644
--- a/templates/cgi/debian/build.html
+++ b/templates/cgi/debian/build.html
@@ -22,7 +22,6 @@
<table>
<tr><td>--architectures: </td><td>LB_ARCHITECTURES</td></tr>
- <tr><td>--bootstrap-flavour: </td><td>LB_BOOTSTRAP_FLAVOUR</td></tr>
<tr><td>--archive-areas: </td><td>LB_ARCHIVE_AREAS</td></tr>
</table>
diff --git a/templates/cgi/debian/form.html b/templates/cgi/debian/form.html
index 9912f4e52..5cf1cb8c2 100644
--- a/templates/cgi/debian/form.html
+++ b/templates/cgi/debian/form.html
@@ -83,15 +83,6 @@
<!-- LIVE_DISTRIBUTION -->
<!-- LIVE_DISTRIBUTION_CONFIG -->
<tr>
- <td><label for="Bootstrap_Flavour">--bootstrap-flavour:</label> </td>
- <td>
- <select id="Bootstrap_Flavour" name="bootstrap_flavour" size="1">
- <option value="minimal">minimal</option>
- <option selected value="standard">standard</option>
- </select>
- </td>
- </tr>
- <tr>
<td><label for="Archive_Areas">--archive-areas:</label> </td>
<td><input id="Archive_Areas" name="archive_areas" maxlength="128" size="50" type="text" value="main" readonly /></td>
</tr>