summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
Diffstat (limited to 'manpages')
-rw-r--r--manpages/Makefile2
-rwxr-xr-xmanpages/bin/update-version.sh10
-rw-r--r--manpages/de/lb.de.148
-rw-r--r--manpages/de/lb_binary.de.147
-rw-r--r--manpages/de/lb_bootstrap.de.147
-rw-r--r--manpages/de/lb_build.de.149
-rw-r--r--manpages/de/lb_chroot.de.147
-rw-r--r--manpages/de/lb_clean.de.173
-rw-r--r--manpages/de/lb_config.de.1807
-rw-r--r--manpages/de/lb_source.de.147
-rw-r--r--manpages/de/lb_testroot.de.153
-rw-r--r--manpages/de/live-build.de.7290
-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.124
-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.po202
-rw-r--r--manpages/po/de/lb_binary.1.po204
-rw-r--r--manpages/po/de/lb_bootstrap.1.po204
-rw-r--r--manpages/po/de/lb_build.1.po204
-rw-r--r--manpages/po/de/lb_chroot.1.po204
-rw-r--r--manpages/po/de/lb_clean.1.po302
-rw-r--r--manpages/po/de/lb_config.1.po2454
-rw-r--r--manpages/po/de/lb_source.1.po204
-rw-r--r--manpages/po/de/lb_testroot.1.po214
-rw-r--r--manpages/po/de/live-build.7.po1240
-rw-r--r--manpages/po4a.cfg2
-rw-r--r--manpages/pot/lb.1.pot30
-rw-r--r--manpages/pot/lb_binary.1.pot30
-rw-r--r--manpages/pot/lb_bootstrap.1.pot30
-rw-r--r--manpages/pot/lb_build.1.pot30
-rw-r--r--manpages/pot/lb_chroot.1.pot30
-rw-r--r--manpages/pot/lb_clean.1.pot30
-rw-r--r--manpages/pot/lb_config.1.pot602
-rw-r--r--manpages/pot/lb_source.1.pot30
-rw-r--r--manpages/pot/lb_testroot.1.pot30
-rw-r--r--manpages/pot/live-build.7.pot50
43 files changed, 7443 insertions, 445 deletions
diff --git a/manpages/Makefile b/manpages/Makefile
index c31c3fe63..35128f166 100644
--- a/manpages/Makefile
+++ b/manpages/Makefile
@@ -23,7 +23,7 @@ build: po4a.cfg
@if [ ! -x "$$(which po4a 2>/dev/null)" ]; \
then \
echo "E: po4a - command not found"; \
- echo "I: po4a can be obtained from http://po4a.alioth.debian.org/"; \
+ echo "I: po4a can be optained from http://po4a.alioth.debian.org/"; \
echo "I: On Debian based systems, po4a can be installed with 'apt-get install po4a'."; \
exit 1; \
fi
diff --git a/manpages/bin/update-version.sh b/manpages/bin/update-version.sh
index d73c008bc..b996d7c25 100755
--- a/manpages/bin/update-version.sh
+++ b/manpages/bin/update-version.sh
@@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
+## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
@@ -35,9 +35,7 @@ do
then
for _FILE in po/${_LANGUAGE}/*.po
do
- sed -i -e "s|^msgstr .*.2013-.*$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \
- -e "s|^msgstr .*.2013\"$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \
- "${_FILE}"
+ sed -i -e "s|^msgstr .*.2012\"$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" "${_FILE}"
done
fi
done
@@ -47,8 +45,6 @@ if ls po/pt_BR/*.po > /dev/null 2>&1
then
for _FILE in po/pt_BR/*.po
do
- sed -i -e "s|^msgstr .*.2013-.*$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \
- -e "s|^msgstr .*-2013\"$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \
- "${_FILE}"
+ sed -i -e "s|^msgstr .*-2012\"$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" "${_FILE}"
done
fi
diff --git a/manpages/de/lb.de.1 b/manpages/de/lb.de.1
new file mode 100644
index 000000000..354346696
--- /dev/null
+++ b/manpages/de/lb.de.1
@@ -0,0 +1,48 @@
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
+
+.SH NAME
+\fBlb\fP \- wrapper for live\-build programs
+
+.SH SYNOPSIS
+\fBlb\fP COMMAND [COMMAND_OPTIONS]
+.PP
+\fBlb\fP [\fIlive\-build\ options\fP]
+
+.SH DESCRIPTION
+\fBlb\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the Debian
+Live tool suite.
+.PP
+
+.\" FIXME
+.SH OPTIONS
+\fBlb\fP has no specific options but understands all generic live\-build
+options. See \fIlive\-build\fP(7) for a complete list of all generic live\-build
+options.
+
+.SH FILES
+.IP \fBnone\fP 4
+
+.SH "SEE ALSO"
+\fIlive\-build\fP(7)
+.PP
+This program is a part of live\-build.
+
+.SH HOMEPAGE
+More information about live\-build and the Debian Live project can be found
+on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
+<\fIhttp://live.debian.net/manual/\fP>.
+
+.SH BUGS
+Bugs can be reported by submitting a bugreport for the live\-build package in
+the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
+writing a mail to the Debian Live mailing list at
+<\fIdebian\-live@lists.debian.org\fP>.
+
+.SH AUTHOR
+live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
+the Debian project.
diff --git a/manpages/de/lb_binary.de.1 b/manpages/de/lb_binary.de.1
new file mode 100644
index 000000000..394354e62
--- /dev/null
+++ b/manpages/de/lb_binary.de.1
@@ -0,0 +1,47 @@
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
+
+.SH NAME
+\fBlb binary\fP \- Complete the binary stage
+
+.SH SYNOPSIS
+\fBlb binary\fP [\fIlive\-build options\fP]
+
+.SH DESCRIPTION
+\fBlb binary\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
+Debian Live tool suite.
+.PP
+\fBlb binary\fP calls all necessary live\-build programs in the correct order to
+complete the binary stage.
+
+.SH OPTIONS
+\fBlb binary\fP has no specific options but understands all generic live\-build
+options. See \fIlive\-build\fP(7) for a complete list of all generic live\-build
+options.
+
+.SH FILES
+.IP \fBnone\fP 4
+
+.SH "SEE ALSO"
+\fIlive\-build\fP(7)
+.PP
+This program is a part of live\-build.
+
+.SH HOMEPAGE
+More information about live\-build and the Debian Live project can be found
+on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
+<\fIhttp://live.debian.net/manual/\fP>.
+
+.SH BUGS
+Bugs can be reported by submitting a bugreport for the live\-build package in
+the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
+writing a mail to the Debian Live mailing list at
+<\fIdebian\-live@lists.debian.org\fP>.
+
+.SH AUTHOR
+live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
+the Debian project.
diff --git a/manpages/de/lb_bootstrap.de.1 b/manpages/de/lb_bootstrap.de.1
new file mode 100644
index 000000000..220b07b26
--- /dev/null
+++ b/manpages/de/lb_bootstrap.de.1
@@ -0,0 +1,47 @@
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
+
+.SH NAME
+\fBlb bootstrap\fP \- Complete the bootstrap stage
+
+.SH SYNOPSIS
+\fBlb bootstrap\fP [\fIlive\-build options\fP]
+
+.SH DESCRIPTION
+\fBlb bootstrap\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
+Debian Live tool suite.
+.PP
+\fBlb bootstrap\fP calls all necessary live\-build programs in the correct order
+to complete the bootstrap stage.
+
+.SH OPTIONS
+\fBlb bootstrap\fP has no specific options but understands all generic
+live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic
+live\-build options.
+
+.SH FILES
+.IP \fBnone\fP 4
+
+.SH "SEE ALSO"
+\fIlive\-build\fP(7)
+.PP
+This program is a part of live\-build.
+
+.SH HOMEPAGE
+More information about live\-build and the Debian Live project can be found
+on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
+<\fIhttp://live.debian.net/manual/\fP>.
+
+.SH BUGS
+Bugs can be reported by submitting a bugreport for the live\-build package in
+the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
+writing a mail to the Debian Live mailing list at
+<\fIdebian\-live@lists.debian.org\fP>.
+
+.SH AUTHOR
+live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
+the Debian project.
diff --git a/manpages/de/lb_build.de.1 b/manpages/de/lb_build.de.1
new file mode 100644
index 000000000..cdc2d5e15
--- /dev/null
+++ b/manpages/de/lb_build.de.1
@@ -0,0 +1,49 @@
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
+
+.SH NAME
+\fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages
+
+.SH SYNOPSIS
+\fBlb build\fP [\fIlive\-build options\fP]
+
+.SH DESCRIPTION
+\fBlb build\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
+Debian Live tool suite.
+.PP
+\fBlb build\fP calls all necessary live\-build programs in the correct order to
+complete the bootstrap, chroot, binary, and source stages.
+
+.SH OPTIONS
+\fBlb build\fP has no specific options but understands all generic live\-build
+options. See \fIlive\-build\fP(7) for a complete list of all generic live\-build
+options.
+
+.SH FILES
+.\" FIXME
+.IP \fBauto/build\fP 4
+
+.\" FIXME
+.SH "SEE ALSO"
+\fIlive\-build\fP(7)
+.PP
+This program is a part of live\-build.
+
+.SH HOMEPAGE
+More information about live\-build and the Debian Live project can be found
+on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
+<\fIhttp://live.debian.net/manual/\fP>.
+
+.SH BUGS
+Bugs can be reported by submitting a bugreport for the live\-build package in
+the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
+writing a mail to the Debian Live mailing list at
+<\fIdebian\-live@lists.debian.org\fP>.
+
+.SH AUTHOR
+live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
+the Debian project.
diff --git a/manpages/de/lb_chroot.de.1 b/manpages/de/lb_chroot.de.1
new file mode 100644
index 000000000..2512eccc2
--- /dev/null
+++ b/manpages/de/lb_chroot.de.1
@@ -0,0 +1,47 @@
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
+
+.SH NAME
+\fBlb chroot\fP \- Complete the chroot stage
+
+.SH SYNOPSIS
+\fBlb chroot\fP [\fIlive\-build options\fP]
+
+.SH DESCRIPTION
+\fBlb chroot\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
+Debian Live tool suite.
+.PP
+\fBlb chroot\fP calls all necessary live\-build programs in the correct order to
+complete the chroot stage.
+
+.SH OPTIONS
+\fBlb chroot\fP has no specific options but understands all generic live\-build
+options. See \fIlive\-build\fP(7) for a complete list of all generic live\-build
+options.
+
+.SH FILES
+.IP \fBnone\fP 4
+
+.SH "SEE ALSO"
+\fIlive\-build\fP(7)
+.PP
+This program is a part of live\-build.
+
+.SH HOMEPAGE
+More information about live\-build and the Debian Live project can be found
+on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
+<\fIhttp://live.debian.net/manual/\fP>.
+
+.SH BUGS
+Bugs can be reported by submitting a bugreport for the live\-build package in
+the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
+writing a mail to the Debian Live mailing list at
+<\fIdebian\-live@lists.debian.org\fP>.
+
+.SH AUTHOR
+live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
+the Debian project.
diff --git a/manpages/de/lb_clean.de.1 b/manpages/de/lb_clean.de.1
new file mode 100644
index 000000000..ccc142b45
--- /dev/null
+++ b/manpages/de/lb_clean.de.1
@@ -0,0 +1,73 @@
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
+
+.SH NAME
+\fBlb clean\fP \- Clean build directory
+
+.SH SYNOPSIS
+\fBlb clean\fP [\fIlive\-build options\fP]
+
+.SH DESCRIPTION
+\fBlb clean\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
+Debian Live tool suite.
+.PP
+.\" FIXME
+.\" FIXME
+\fBlb clean\fP is responsible for cleaning up after a system is built. It
+removes the build directories, and removes some other files including stage
+files, and any detritus left behind by other live\-build commands.
+
+.SH OPTIONS
+In addition to its specific options \fBlb clean\fP understands all generic
+live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic
+live\-build options.
+.PP
+.\" FIXME
+.IP \fB\-\-all\fP 4
+removes chroot, binary, stage, and source. The cache directory is kept. This
+is the default operation and will be performed if no argument is given.
+.IP \fB\-\-cache\fP 4
+removes the cache directories.
+.IP \fB\-\-chroot\fP 4
+unmounts and removes the chroot directory.
+.IP \fB\-\-binary\fP 4
+removes all binary related caches, files, directories, and stages files.
+.IP \fB\-\-purge\fP 4
+removes everything, including all caches. The config directory is kept.
+.IP \fB\-\-remove\fP 4
+removes everything, including package cache but not stage cache. The config
+directory is kept.
+.IP \fB\-\-stage\fP 4
+removes all stage files.
+.IP \fB\-\-source\fP 4
+.\" FIXME
+removes all source related caches, files, directories, and stage files.
+
+.SH FILES
+.\" FIXME
+.IP \fBauto/clean\fP 4
+
+.\" FIXME
+.SH "SEE ALSO"
+\fIlive\-build\fP(7)
+.PP
+This program is a part of live\-build.
+
+.SH HOMEPAGE
+More information about live\-build and the Debian Live project can be found
+on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
+<\fIhttp://live.debian.net/manual/\fP>.
+
+.SH BUGS
+Bugs can be reported by submitting a bugreport for the live\-build package in
+the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
+writing a mail to the Debian Live mailing list at
+<\fIdebian\-live@lists.debian.org\fP>.
+
+.SH AUTHOR
+live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
+the Debian project.
diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1
new file mode 100644
index 000000000..44bdeb7c2
--- /dev/null
+++ b/manpages/de/lb_config.de.1
@@ -0,0 +1,807 @@
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
+
+.SH NAME
+\fBlb config\fP \- Create config directory
+
+.SH SYNOPSIS
+\fBlb config\fP [\fIlive\-build options\fP]
+.PP
+.\" FIXME
+\fBlb config\fP
+.br
+ [\fB\-\-apt\fP apt|aptitude]
+.br
+ [\fB\-\-apt\-ftp\-proxy\fP \fIURL\fP]
+.br
+ [\fB\-\-apt\-http\-proxy\fP \fIURL\fP]
+.br
+ [\fB\-\-apt\-indices\fP true|false|none]
+.br
+ [\fB\-\-apt\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
+.br
+ [\fB\-\-aptitude\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
+.br
+ [\fB\-\-apt\-pipeline\fP \fIDEPTH\fP]
+.br
+ [\fB\-\-apt\-recommends\fP true|false]
+.br
+ [\fB\-\-apt\-secure\fP true|false]
+.br
+ [\fB\-\-apt\-source\-archives\fP true|false]
+.br
+ [\-a|\fB\-\-architectures\fP \fIARCHITECTURE\fP]
+.br
+ [\-b|\fB\-\-binary\-images\fP iso|iso\-hybrid|netboot|tar|hdd]
+.br
+ [\fB\-\-binary\-filesystem\fP fat16|fat32|ext2|ext3|ext4]
+.br
+ [\fB\-\-bootappend\-install\fP \fIPARAMETER\fP|\fI"PARAMETERS"\fP]
+.br
+ [\fB\-\-bootappend\-live\fP \fIPARAMETER\fP|\fI"PARAMETERS"\fP]
+.br
+ [\fB\-\-bootloader\fP grub|syslinux|yaboot]
+.br
+ [\fB\-\-bootstrap\fP cdebootstrap|cdebootstrap\-static|debootstrap]
+.br
+ [\fB\-\-cache\fP true|false]
+.br
+ [\fB\-\-cache\-indices\fP true|false]
+.br
+ [\fB\-\-cache\-packages\fP true|false]
+.br
+ [\fB\-\-cache\-stages\fP \fISTAGE\fP|\fI"STAGES"\fP]
+.br
+ [\fB\-\-checksums\fP md5|sha1|sha256|none]
+.br
+ [\fB\-\-compression\fP bzip2|gzip|lzip|none]
+.br
+ [\fB\-\-config\fP \fIGIT_URL::GIT_ID\fP]
+.br
+ [\fB\-\-build\-with\-chroot\fP true|false]
+.br
+ [\fB\-\-chroot\-filesystem\fP ext2|ext3|ext4|squashfs|jffs2|none]
+.br
+ [\fB\-\-clean\fP]
+.br
+ [\-c|\fB\-\-conffile\fP \fIFILE\fP]
+.br
+ [\fB\-\-debconf\-frontend\fP dialog|editor|noninteractive|readline]
+.br
+ [\fB\-\-debconf\-priority\fP low|medium|high|critical]
+.br
+ [\fB\-\-debian\-installer\fP true|cdrom|netinst|netboot|businesscard|live|false]
+.br
+ [\fB\-\-debian\-installer\-distribution\fP daily|\fICODENAME\fP]
+.br
+ [\fB\-\-debian\-installer\-preseedfile\fP \fIFILE\fP|\fIURL\fP]
+.br
+ [\fB\-\-debian\-installer\-gui\fP true|false]
+.br
+ [\fB\-\-debug\fP]
+.br
+ [\-d|\fB\-\-distribution\fP \fICODENAME\fP]
+.br
+ [\fB\-\-parent\-distribution\fP \fICODENAME\fP]
+.br
+ [\fB\-\-parent\-debian\-installer\-distribution\fP \fICODENAME\fP]
+.br
+ [\fB\-\-dump\fP]
+.br
+ [\fB\-\-fdisk\fP fdisk|fdisk.dist]
+.br
+ [\fB\-\-firmware\-binary true|false\fP]
+.br
+ [\fB\-\-firmware\-chroot true|false\fP]
+.br
+ [\fB\-\-force\fP]
+.br
+ [\fB\-\-grub\-splash\fP \fIFILE\fP]
+.br
+ [\fB\-\-gzip\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
+.br
+ [\fB\-\-hooks\fP \fIFILE\fP]
+.br
+ [\fB\-\-ignore\-system\-defaults\fP]
+.br
+ [\fB\-\-initramfs\fP auto|none|live\-boot|casper]
+.br
+ [\fB\-\-initramfs\-compression\fP bzip2|gzip|lzma]
+.br
+ [\fB\-\-initsystem\fP sysvinit|runit|systemd|upstart|none]
+.br
+ [\fB\-\-interactive\fP shell]
+.br
+ [\fB\-\-isohybrid\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
+.br
+ [\fB\-\-iso\-application\fP \fINAME\fP]
+.br
+ [\fB\-\-iso\-preparer\fP \fINAME\fP]
+.br
+ [\fB\-\-iso\-publisher\fP \fINAME\fP]
+.br
+ [\fB\-\-iso\-volume\fP \fINAME\fP]
+.br
+ [\fB\-\-jffs2\-eraseblock\fP \fISIZE\fP]
+.br
+ [\fB\-\-keyring\-packages\fP \fIPACKAGE|"PACKAGES"\fP]
+.br
+ [\-k|\fB\-\-linux\-flavours\fP \fIFLAVOUR\fP|\fI"FLAVOURS"\fP]
+.br
+ [\fB\-\-linux\-packages\fP \fI"PACKAGES"\fP]
+.br
+ [\fB\-\-losetup\fP losetup|losetup.orig]
+.br
+ [\fB\-\-memtest\fP memtest86+|memtest86|none]
+.br
+ [\-m|\fB\-\-parent\-mirror\-bootstrap\fP \fIURL\fP]
+.br
+ [\fB\-\-parent\-mirror\-chroot\fP \fIURL\fP]
+.br
+ [\fB\-\-parent\-mirror\-chroot\-security\fP \fIURL\fP]
+.br
+ [\fB\-\-parent\-mirror\-chroot\-updates\fP \fIURL\fP]
+.br
+ [\fB\-\-parent\-mirror\-chroot\-backports\fP \fIURL\fP]
+.br
+ [\fB\-\-parent\-mirror\-binary\fP \fIURL\fP]
+.br
+ [\fB\-\-parent\-mirror\-binary\-security\fP \fIURL\fP]
+.br
+ [\fB\-\-parent\-mirror\-binary\-updates\fP \fIURL\fP]
+.br
+ [\fB\-\-parent\-mirror\-binary\-backports\fP \fIURL\fP]
+.br
+ [\fB\-\-parent\-mirror\-debian\-installer\fP \fIURL\fP]
+.br
+ [\fB\-\-mirror\-bootstrap\fP \fIURL\fP]
+.br
+ [\fB\-\-mirror\-chroot\fP \fIURL\fP]
+.br
+ [\fB\-\-mirror\-chroot\-security\fP \fIURL\fP]
+.br
+ [\fB\-\-mirror\-chroot\-updates\fP \fIURL\fP]
+.br
+ [\fB\-\-mirror\-chroot\-backports\fP \fIURL\fP]
+.br
+ [\fB\-\-mirror\-binary\fP \fIURL\fP]
+.br
+ [\fB\-\-mirror\-binary\-security\fP \fIURL\fP]
+.br
+ [\fB\-\-mirror\-binary\-updates\fP \fIURL\fP]
+.br
+ [\fB\-\-mirror\-binary\-backports\fP \fIURL\fP]
+.br
+ [\fB\-\-mirror\-debian\-installer\fP \fIURL\fP]
+.br
+ [\fB\-\-mode\fP debian|emdebian|progress\-linux|ubuntu|kubuntu]
+.br
+ [\fB\-\-system\fP live|normal]
+.br
+ [\fB\-\-net\-root\-filesystem\fP nfs|cfs]
+.br
+ [\fB\-\-net\-root\-mountoptions\fP \fIOPTIONS\fP]
+.br
+ [\fB\-\-net\-root\-path\fP \fIPATH\fP]
+.br
+ [\fB\-\-net\-root\-server\fP \fIIP\fP|\fIHOSTNAME\fP]
+.br
+ [\fB\-\-net\-cow\-filesystem\fP nfs|cfs]
+.br
+ [\fB\-\-net\-cow\-mountoptions\fP \fIOPTIONS\fP]
+.br
+ [\fB\-\-net\-cow\-path\fP \fIPATH\fP]
+.br
+ [\fB\-\-net\-cow\-server\fP \fIIP\fP|\fIHOSTNAME\fP]
+.br
+ [\fB\-\-net\-tarball\fP true|false]
+.br
+ [\-p|\fB\-\-package\-lists\fP \fILIST\fP|\fI"LISTS"\fP]
+.br
+ [\fB\-\-quiet\fP]
+.br
+ [\fB\-\-root\-command\fP sudo]
+.br
+ [\fB\-\-use\-fakeroot\fP true|false]
+.br
+ [\fB\-\-archives\fP \fIARCHIVE\fP|\fI"ARCHIVES"\fP]
+.br
+ [\fB\-\-archive\-areas\fP \fIARCHIVE_AREA\fP|\fI"ARCHIVE_AREAS"\fP]
+.br
+ [\fB\-\-parent\-archive\-areas\fP
+\fIPARENT_ARCHIVE_AREA\fP|\fI"PARENT_ARCHIVE_AREAS"\fP]
+.br
+ [\fB\-\-security\fP true|false]
+.br
+ [\fB\-\-source\fP true|false]
+.br
+ [\-s|\fB\-\-source\-images\fP iso|netboot|tar|hdd]
+.br
+ [\fB\-\-syslinux\-theme\fP \fITHEME_SUFFIX\fP]
+.br
+ [\fB\-\-tasksel\fP apt|aptitude|tasksel]
+.br
+ [\fB\-\-templates\fP \fIPATH\fP]
+.br
+ [\fB\-\-hdd\-size \fP\fIMB\fP]
+.br
+ [\fB\-\-updates\fP true|false]
+.br
+ [\fB\-\-backports\fP true|false]
+.br
+ [\fB\-\-exposed\-root\fP true|false]
+.br
+ [\fB\-\-verbose\fP]
+.br
+.\" FIXME
+ [\fB\-\-win32\-loader true|false]\fP
+
+.SH DESCRIPTION
+\fBlb config\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
+Debian Live tool suite.
+.PP
+.\" FIXME
+\fBlb config\fP populates the configuration directory for live\-build. By
+default, this directory is named 'config' and is created in the current
+directory where \fBlb config\fP was executed.
+.PP
+.\" FIXME
+Note: Currently \fBlb config\fP tries to be smart and sets defaults for some
+options depending on the setting of other options (e.g. which linux packages
+to be used depending on if a wheezy system gets build or not). This means
+that when generating a new configuration, you should call \fBlb config\fP only
+once with all options specified. Calling it several times with only a subset
+of the options each can result in non working configurations. This is also
+caused by the fact that \fBlb config\fP called with one option only changes
+that option, and leaves everything else as is unless its not
+defined. However, \fBlb config\fP does warn about know impossible or likely
+impossible combinations that would lead to non working live systems. If
+unsure, remove config/{binary,bootstrap,chroot,common,source} and call \fBlb
+config\fP again.
+
+.SH OPTIONS
+In addition to its specific options \fBlb config\fP understands all generic
+live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic
+live\-build options.
+.PP
+.\" FIXME
+.IP "\fB\-\-apt\fP apt|aptitude" 4
+defines if apt\-get or aptitude is used to install packages when building the
+image. The default is apt.
+.IP "\fB\-\-apt\-ftp\-proxy\fP \fIURL\fP" 4
+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
+the chroot, it is not used for anything else.
+.IP "\fB\-\-apt\-http\-proxy\fP \fIURL\fP" 4
+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
+the chroot, it is not used for anything else.
+.IP "\fB\-\-apt\-indices\fP true|false|none" 4
+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.
+.IP "\fB\-\-apt\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
+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
+to \-\-yes to allow non\-interactive installation of packages.
+.IP "\fB\-\-aptitude\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
+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
+set to \-\-assume\-yes to allow non\-interactive installation of packages.
+.IP "\fB\-\-apt\-pipeline\fP \fIDEPTH\fP" 4
+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
+be a value from 0 to 5 indicating how many outstanding requests APT should
+send. A value of zero MUST be specified if the remote host does not properly
+linger on TCP connections \- otherwise data corruption will occur. Hosts
+which require this are in violation of RFC 2068. By default, live\-build does
+not set this option.
+.IP "\fB\-\-apt\-recommends\fP true|false" 4
+defines if apt should install recommended packages automatically. By
+default, this is true except in emdebian mode.
+.IP "\fB\-\-apt\-secure\fP true|false" 4
+defines if apt should check repository signatures. This is true by default.
+.IP "\fB\-\-apt\-source\-archives\fP true|false" 4
+defines if deb\-src entries should be included in the resulting live image or
+not, defaults to on.
+.IP "\-a|\fB\-\-architectures\fP \fIARCHITECTURE\fP" 4
+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
+architecture if your host system is not able to execute binaries for the
+target architecture natively. For example, building amd64 images on i386 and
+vice versa is possile if you have a 64bit capable i386 processor and the
+right kernel. But building powerpc images on an i386 system is not possible.
+.IP "\-b|\fB\-\-binary\-images\fP iso|iso\-hybrid|netboot|tar|hdd" 4
+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
+images, for non\-syslinux images, it defaults to iso.
+.IP "\fB\-\-binary\-filesystem\fP fat16|fat32|ext2|ext3|ext4" 4
+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
+example, when selection iso the resulting CD/DVD has always the filesystem
+ISO9660. When building hdd images for usb sticks, this is active. Note that
+it defaults to fat16 on all architectures except sparc where it defaults to
+ext4. Also note that if you choose fat16 and your resulting binary image
+gets bigger than 2GB, the binary filesystem automatically gets switched to
+fat32.
+.IP "\fB\-\-bootappend\-install\fP \fIPARAMETER\fP|\(dq\fIPARAMETERS\fP\(dq" 4
+sets boot parameters specific to debian\-installer, if included.
+.IP "\fB\-\-bootappend\-live\fP \fIPARAMETER\fP|\(dq\fIPARAMETERS\fP\(dq" 4
+sets boot parameters specific to debian\-live. A complete list of boot
+parameters can be found in the \fIlive\-boot\fP(7) and \fIlive\-config\fP(7) manual
+pages.
+.IP "\fB\-\-bootloader\fP grub|syslinux|yaboot" 4
+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\fP 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\fP cdebootstrap|cdebootstrap\-static|debootstrap" 4
+defines which program is used to bootstrap the debian chroot, default is
+debootstrap.
+.IP "\fB\-\-cache\fP true|false" 4
+defines globally if any cache should be used at all. Different caches can be
+controled through the their own options.
+.IP "\fB\-\-cache\-indices\fP true|false" 4
+defines if downloaded package indices and lists should be cached which is
+false by default. Enabling it would allow to rebuild an image completely
+offline, however, you would not get updates anymore then.
+.IP "\fB\-\-cache\-packages\fP true|false" 4
+defines if downloaded packages files should be cached which is true by
+default. Disabling it does save space consumtion in your build directory,
+but remember that you will cause much unnecessary traffic if you do a couple
+of rebuilds. In general you should always leave it true, however, in some
+particular rare build setups, it can be faster to refetch packages from the
+local network mirror rather than to utilize the local disk.
+.IP "\fB\-\-cache\-stages\fP true|false|\fISTAGE\fP|\(dq\fISTAGES\fP\(dq" 4
+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
+only cache the generated root filesystem in
+filesystem.{dir,ext*,squashfs}. This is useful during development if you
+want to rebuild the binary stage but not regenerate the root filesystem all
+the time.
+.IP "\fB\-\-checksums\fP md5|sha1|sha256|none" 4
+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
+together with their checksums. This in turn can be used by live\-boots
+built\-in integrity\-check to verify the medium if specified at boot
+prompt. In general, this should not be false and is an important feature of
+live system released to the public. However, during development of very big
+images it can save some time by not calculating the checksums.
+.IP "\fB\-\-compression\fP bzip2|gzip|lzip|none" 4
+defines the compression program to be used to compress tarballs. Defaults to
+gzip.
+.IP "\fB\-\-config\fP \fIGIT_URL\fP::\fIGIT_ID\fP" 4
+allows to bootstrap a config tree from a git repositories, optionally
+appended by a Git Id (branch, commit, tag, etc.).
+.IP "\fB\-\-build\-with\-chroot\fP true|false" 4
+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. This is a very dangerous option, using the tools of the host system
+can lead to tainted and even non\-bootable images if the host systems version
+of the required tools (mainly these are the bootloaders such as syslinux,
+grub and yaboot, and the auxilliary tools such as dosfstools, genisoimage,
+squashfs\-tools and others) do not \fBexactely\fP match what is present at
+build\-time in the target distribution. Never do disable this option unless
+you are \fBexactely\fP sure what you are doing and have \fBcompletely\fP\fI
+understood its consequences.\fP
+.IP "\fB\-\-chroot\-filesystem\fP ext2|ext3|ext4|squashfs|jffs2|none" 4
+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 content is copied on the binary image filesystem as flat
+files. Depending on what binary filesystem you have choosen, it may not be
+possible to build with such a plain root filesystem, e.g. fat16/fat32 will
+not work as linux does not support to run directly on them.
+.IP \fB\-\-clean\fP 4
+minimizes config directory by automatically removing unused and thus empty
+subdirectories.
+.IP "\-c|\fB\-\-conffile\fP \fIFILE\fP" 4
+using a user specified alternative configuration file in addition to the
+normally used one in the config directory.
+.IP "\fB\-\-debconf\-frontend\fP dialog|editor|noninteractive|readline" 4
+defines what value the debconf frontend should be set to inside the
+chroot. Note that setting it to anything by noninteractive, which is the
+default, makes your build asking questions during the build.
+.IP "\fB\-\-debconf\-priority\fP low|medium|high|critical" 4
+defines what value the debconf priority shoul dbe set to inside the
+chroot. By default, it is set to critical, which means that almost no
+questions are displayed. Note that this only has an effect if you use any
+debconf frontend different from noninteractive.
+.IP "\fB\-\-debian\-installer\fP true|cdrom|netinst|netboot|businesscard|live|false" 4
+defines which type, if any, of the debian\-installer should be included in
+the resulting binary image. By default, no installer is included. All
+available flavours except live are the identical configurations used on the
+installer media produced by regular debian\-cd. When live is choosen, the
+live\-installer udeb is included so that debian\-installer will behave
+different than usual \- instead of installing the debian system from packages
+from the medium or the network, it installs the live system to the disk.
+.IP "\fB\-\-debian\-installer\-distribution\fP daily|\fICODENAME\fP" 4
+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
+system. However, some times, one wants to use a newer or even daily built
+installer.
+.IP "\fB\-\-debian\-installer\-preseedfile\fP \fIFILE\fP|\fIURL\fP" 4
+sets the filename or URL for an optionally used and included preseeding file
+for debian\-installer. If config/binary_debian\-installer/preseed.cfg exists,
+it will be used by default.
+.IP "\fB\-\-debian\-installer\-gui\fP true|false" 4
+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,
+whereas otherwise false, by default.
+.IP \fB\-\-debug\fP 4
+turn on debugging informational messages.
+.IP "\-d|\fB\-\-distribution\fP \fICODENAME\fP" 4
+defines the distribution of the resulting live system.
+.IP "\-d|\fB\-\-parent\-distribution\fP \fICODENAME\fP" 4
+defines the parent distribution for derivatives of the resulting live
+system.
+.IP "\-d|\fB\-\-parent\-debian\-installer\-distribution\fP \fICODENAME\fP" 4
+defines the parent debian\-installer distribution for derivatives of the
+resulting live system.
+.IP \fB\-\-dump\fP 4
+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
+reports, we do get all informations required for us to locate and replicate
+an error.
+.IP "\fB\-\-fdisk\fP fdisk|fdisk.dist" 4
+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.
+.IP \fB\-\-force\fP 4
+forces re\-execution of already run stages. Use only if you know what you are
+doing. It is generally safer to use \fBlb clean\fP to clean up before
+re\-executing \fBlb build\fP.
+.IP "\fB\-\-grub\-splash\fP \fIFILE\fP" 4
+defines the name of an optional to be included splash screen graphic for the
+grub bootloader.
+.IP "\fB\-\-gzip\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
+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
+use highest (but slowest) compression. Dynamically, if the host system
+supports it, also \-\-rsyncable is added.
+.IP "\fB\-\-hooks\fP \fIFILE\fP" 4
+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
+understood the hook before you enable it.
+.IP \fB\-\-ignore\-system\-defaults\fP 4
+\fBlb config\fP by default reads system defaults from \fI/etc/live/build.conf\fP
+and \fI/etc/live/build/*\fP when generating a new live system config
+directory. This is useful if you want to set global settings, such as mirror
+locations, and don't want to specify them all of the time.
+.IP "\fB\-\-initramfs\fP auto|none|live\-boot|casper" 4
+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
+the image rather than on configuration time, the value will be expanded to
+casper when building ubuntu systems, to live\-boot for all other
+systems. Using 'none' is useful if the resulting system image should not be
+a live image (experimental).
+.IP "\fB\-\-initramfs\-compression\fP bzip2|gzip|lzma]"
+defines the compression program to be used to compress the
+initramfs. Defaults to gzip.
+.IP "\fB\-\-interactive\fP shell" 4
+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
+allow you to do manual customizations. Once you close the shell with logout
+or exit, the build will continue as usual. Note that it's strongly
+discouraged to use this for anything else than testing. Modifications that
+should be present in all builds of a live system should be properly made
+through hooks. Everything else destroys the beauty of being able to
+completely automatise the build process and making it non interactive. By
+default, this is of course false.
+.IP "\fB\-\-isohybrid\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
+defines options to pass to isohybrid.
+.IP "\fB\-\-iso\-application\fP \fINAME\fP" 4
+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 emdebian
+mode, and "Ubuntu Live" in ubuntu mode.
+.IP "\fB\-\-iso\-preparer\fP \fINAME\fP" 4
+sets the PREPARER field in the header of a resulting CD/DVD image. By
+default this is set to "live\-build \fIVERSION\fP;
+http://packages.qa.debian.org/live\-build", whereas VERSION is expanded to
+the version of live\-build that was used to build the image.
+.IP "\fB\-\-iso\-publisher\fP \fINAME\fP" 4
+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\-live@lists.debian.org'. Remember to change this to the appropriate
+values at latest when you distributing custom and unofficial images.
+.IP "\fB\-\-iso\-volume\fP \fINAME\fP" 4
+sets the VOLUME field in the header of a resulting CD/DVD and defaults to
+\&'(\fIMODE\fP) (\fIDISTRIBUTION\fP) (\fIDATE\fP)' whereas MODE is expanded to the name
+of the mode in use, DISTRIBUTION the distribution name, and DATE with the
+current date and time of the generation.
+.IP "\fB\-\-jffs2\-eraseblock\fP \fISIZE\fP" 4
+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
+than the erase block size of the target MTD device, JFFS2 may not perform
+optimally. If the SIZE specified is below 4096, the units are assumed to be
+KiB.
+.IP "\fB\-\-keyring\-packages\fP \fIPACKAGE|\(dqPACKAGES\fP\(dq" 4
+sets the keyring package or additional keyring packages. By default this is
+set to debian\-archive\-keyring.
+.IP "\-k|\fB\-\-linux\-flavours\fP \fIFLAVOUR\fP|\(dq\fIFLAVOURS\fP\(dq" 4
+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.
+.IP "\fB\-\-linux\-packages\fP \(dq\fIPACKAGES\fP\(dq" 4
+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
+custom kernel packages that do not follow the debian naming scheme, remember
+to set this option to the stub of the packages only (for debian this is
+linux\-image\-2.6), so that \fISTUB\fP\-\fIFLAVOUR\fP results in a valid package name
+(for debian e.g. linux\-image\-2.6\-486). Preferably you use the meta package
+name, if any, for the stub, so that your configuration is ABI
+independent. Also don't forget that you have to include stubs of the binary
+modules packages for unionfs or aufs, and squashfs if you built them
+out\-of\-tree.
+.IP "\fB\-\-losetup\fP losetup|losetup.orig" 4
+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.
+.IP "\fB\-\-memtest\fP memtest86+|memtest86|none" 4
+defines if memtest, memtest86+ or no memory tester at all should be included
+as secondary bootloader configuration. This is only available on amd64 and
+i386 and defaults to memtest86+.
+.IP "\-m|\fB\-\-parent\-mirror\-bootstrap\fP \fIURL\fP" 4
+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
+not be a good default if you live outside of Europe.
+.IP "\fB\-\-parent\-mirror\-chroot\fP \fIURL\fP" 4
+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
+the value of \-\-parent\-mirror\-bootstrap.
+.IP "\fB\-\-parent\-mirror\-chroot\-security\fP \fIURL\fP" 4
+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
+points to http://security.debian.org/debian/.
+.IP "\fB\-\-parent\-mirror\-chroot\-updates\fP \fIURL\fP" 4
+sets the location of the debian updates package mirror that will be used to
+fetch packages in order to build the live system. By default, this is set to
+the value of \-\-parent\-mirror\-chroot.
+.IP "\fB\-\-parent\-mirror\-chroot\-backports\fP \fIURL\fP" 4
+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
+to http://backports.debian.org/debian\-backports/.
+.IP "\fB\-\-parent\-mirror\-binary\fP \fIURL\fP" 4
+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
+not necessarily to be the same that is used to build the image, e.g. if you
+use a local mirror but want to have an official mirror in the image. By
+default, 'http://http.debian.net/debian/' is used.
+.IP "\fB\-\-parent\-mirror\-binary\-security\fP \fIURL\fP" 4
+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
+used.
+.IP "\fB\-\-parent\-mirror\-binary\-updates\fP \fIURL\fP" 4
+sets the location of the debian updates package mirror that should end up
+configured in the final image. By default, the value of
+\-\-parent\-mirror\-binary is used.
+.IP "\fB\-\-parent\-mirror\-binary\-backports\fP \fIURL\fP" 4
+sets the location of the debian backports package mirror that should end up
+configured in the final image. By default,
+\&'http://backports.debian.org/debian\-backports/' is used.
+.IP "\fB\-\-parent\-mirror\-debian\-installer\fP \fIURL\fP" 4
+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
+the live system, i.e. the value of \-\-parent\-mirror\-bootstrap.
+.IP "\fB\-\-mirror\-bootstrap\fP \fIURL\fP" 4
+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/debian/ which may not be a good default if you live
+outside of Europe.
+.IP "\fB\-\-mirror\-chroot\fP \fIURL\fP" 4
+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
+default, this is set to the value of \-\-mirror\-bootstrap.
+.IP "\fB\-\-mirror\-chroot\-security\fP \fIURL\fP" 4
+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
+default, this points to http://security.debian.org/debian/.
+.IP "\fB\-\-mirror\-chroot\-updates\fP \fIURL\fP" 4
+sets the location of the debian updates package mirror that will be used to
+fetch packages of the derivative in order to build the live system. By
+default, this is set to the value of \-\-mirror\-chroot.
+.IP "\fB\-\-mirror\-chroot\-backports\fP \fIURL\fP" 4
+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
+default, this points to http://backports.debian.org/debian\-backports/.
+.IP "\fB\-\-mirror\-binary\fP \fIURL\fP" 4
+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. This has not necessarily to be the same that is used to build the
+image, e.g. if you use a local mirror but want to have an official mirror in
+the image.
+.IP "\fB\-\-mirror\-binary\-security\fP \fIURL\fP" 4
+sets the location of the derivatives security package mirror that should end
+up configured in the final image.
+.IP "\fB\-\-mirror\-binary\-updates\fP \fIURL\fP" 4
+sets the location of the derivatives updates package mirror that should end
+up configured in the final image.
+.IP "\fB\-\-mirror\-binary\-backports\fP \fIURL\fP" 4
+sets the location of the derivatives backports package mirror that should
+end up configured in the final image.
+.IP "\fB\-\-mirror\-debian\-installer\fP \fIURL\fP" 4
+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
+mirror used to build the live system, i.e. the value of \-\-mirror\-bootstrap.
+.IP "\fB\-\-mode\fP debian|emdebian|progress|ubuntu" 4
+defines a global mode to load project specific defaults. By default this is
+set to debian.
+.IP "\fB\-\-system\fP live|normal" 4
+defines if the resulting system image should a live system or a normal,
+non\-live system.
+.IP "\fB\-\-net\-root\-filesystem\fP nfs|cfs" 4
+defines the filesystem that will be configured in the bootloader
+configuration for your netboot image. This defaults to nfs.
+.IP "\fB\-\-net\-root\-mountoptions\fP \fIOPTIONS\fP" 4
+sets additional options for mounting the root filesystem in netboot images
+and is by default empty.
+.IP "\fB\-\-net\-root\-path\fP \fIPATH\fP" 4
+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
+to /srv/emebian\-live when being in emdebian mode, and /srv/ubuntu\-live when
+in ubuntu mode.
+.IP "\fB\-\-net\-root\-server\fP \fIIP\fP|\fIHOSTNAME\fP" 4
+sets the IP or hostname that will be configured in the bootloader
+configuration for the root filesystem of your netboot image. This defaults
+to 192.168.1.1.
+.IP "\fB\-\-net\-cow\-filesystem\fP nfs|cfs" 4
+defines the filesystem type for the copy\-on\-write layer and defaults to nfs.
+.IP "\fB\-\-net\-cow\-mountoptions\fP \fIOPTIONS\fP" 4
+sets additional options for mounting the copy\-on\-write layer in netboot
+images and is by default empty.
+.IP "\fB\-\-net\-cow\-path\fP \fIPATH\fP" 4
+defines the path to client writable filesystem. Anywhere that
+\fIclient_mac_address\fP is specified in the path live\-boot will substitute the
+MAC address of the client delimited with hyphens.
+.PP
+.IP "" 4
+Example:
+.br
+/export/hosts/client_mac_address
+.br
+/export/hosts/00\-16\-D3\-33\-92\-E8
+.IP "\fB\-\-net\-cow\-server\fP \fIIP\fP|\fIHOSTNAME\fP" 4
+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
+by default empty.
+.IP "\fB\-\-net\-tarball\fP true|false" 4
+defines if a compressed tarball should be created. Disabling this options
+leads to no tarball at all, the plain binary directory is considered the
+output in this case. Default is true.
+.IP "\-p|\fB\-\-package\-lists\fP \fILIST\fP|\(dq\fILISTS\fP\(dq" 4
+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
+local package lists, you don't need to list them here. Putting them into
+config/package\-lists is enough (the filename needs to have the .list suffix
+though).
+.IP \fB\-\-quiet\fP 4
+reduces the verbosity of messages output by \fBlb build\fP.
+.IP "\fB\-\-archives\fP \fIARCHIVE\fP|\(dq\fIARCHIVES\fP\(dq" 4
+enables one of available third\-party archive configurations in
+/usr/share/live/build/archives.
+.IP "\fB\-\-root\-command\fP sudo" 4
+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, call the individual live\-build command with sudo itself.
+.IP "\fB\-\-use\-fakeroot\fP true|false" 4
+controls if live\-build should utilize fakeroot and fakechroot to try and
+avoid requiring root privillages where possible. By default, this option is
+false.
+.IP "\fB\-\-archive\-areas\fP \fIARCHIVE_AREA\fP|\(dq\fIARCHIVE_AREAS\fP\(dq" 4
+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. Remember to check the licenses of each packages with respect to their
+redistributability in your juristiction when enabling contrib or non\-free
+with this mechanism.
+.IP "\fB\-\-parent\-archive\-areas\fP \fIPARENT_ARCHIVE_AREA\fP|\(dq\fIPARENT_ARCHIVE_AREAS\fP\(dq" 4
+defines the archive areas for derivatives of the resulting live system.
+.IP "\fB\-\-security\fP true|false" 4
+defines if the security repositories specified in the security mirror
+options should be used or not.
+.IP "\fB\-\-source\fP true|false" 4
+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 require to download quite a few source packages. However, once you
+start distributing your live image, you should make sure you build it with a
+source image alongside.
+.IP "\-s|\fB\-\-source\-images\fP iso|netboot|tar|hdd" 4
+defines the image type for the source image. Default is tar.
+.IP "\fB\-\-firmware\-binary\fP true|false" 4
+defines if firmware packages should be automatically included into the
+binary pool for debian\-installer. Note that only firmware packages available
+within the configured archive areas are included, e.g. an image with
+packages from main only will not automatically include firmware from
+non\-free. This option does not interfere with explicitly listed packages in
+binary package lists.
+.IP "\fB\-\-firmware\-chroot\fP true|false" 4
+defines if firmware packages should be automatically included into the live
+image. Note that only firmware packages available within the configured
+archive areas are included, e.g. an image with packages from main only will
+not automatically include firmware from non\-free. This option does not
+interfere with explicitly listed packages in chroot package lists.
+.IP "\fB\-\-swap\-file\-path\fP \fIPATH\fP" 4
+defines the path to a swap file to create in the binary image. Default is
+not to create a swap file.
+.IP "\fB\-\-swap\-file\-size\fP \fIMB\fP" 4
+defines what size in megabytes the swap file should be, if one is to be
+created. Default is 512MB.
+.IP "\fB\-\-syslinux\-theme\fP \fITHEME_SUFFIX\fP" 4
+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
+syslinux\-theme\- plus the suffix. In debian mode, this defaults to
+debian\-wheezy.
+.IP "\fB\-\-tasksel\fP apt|aptitude|tasksel" 4
+selects which program is used to install tasks. By default, this is set to
+tasksel.
+.IP "\fB\-\-templates\fP \fIPATH\fP" 4
+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/.
+.IP "\fB\-\-hdd\-size\fP MB" 4
+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
+files are created as sparse files.
+.IP "\fB\-\-updates\fP true|false" 4
+defines if debian updates package archives should be included in the image
+or not.
+.IP "\fB\-\-backports\fP true|false" 4
+defines if debian backports package archives should be included in the image
+or not.
+.IP "\fB\-\-exposed\-root\fP true|false" 4
+defines whether to expose the root filesystem as read only and not covered
+by the union filesystem. This has useful implications for certain speciality
+setups such as LTSP. By default, this option is false.
+.IP \fB\-\-verbose\fP 4
+increases the verbosity of messages output by \fBlb build\fP.
+.IP "\fB\-\-win32\-loader true|false\fP" 4
+.\" FIXME
+defines if win32\-loader should be included in the binary image or not.
+
+.SH ENVIRONMENT
+.\" FIXME
+Currently, command line switches can also be specified through the
+corresponding environment variable. However, this generally should not be
+relied upon, as it is an implementation detail that is subject to change in
+future releases. For options applying directly to live\-build, environment
+variables are named LB_FOO, meaning, e.g. \fB\-\-apt\-ftp\-proxy\fP becomes
+LB_APT_FTP_PROXY (the exception being internal options such as
+\fB\-\-debug\fP). For options passed to another program, as in APT_OPTIONS or
+GZIP_OPTIONS, no LB_ prefix is used.
+
+
+.\" FIXME
+.SH FILES
+.\" FIXME
+.IP \fBauto/config\fP 4
+.IP "\fB/etc/live/build.conf, /etc/live/build/*\fP" 4
+.\" FIXME
+An optional, global configuration file for \fBlb config\fP variables. It is
+useful to specify a few system wide defaults, like
+LB_PARENT_MIRROR_BOOTSTRAP. This feature can be false by specifying the
+\fB\-\-ignore\-system\-defaults\fP option.
+
+.SH "SEE ALSO"
+\fIlive\-build\fP(7)
+.PP
+\fIlive\-boot\fP(7)
+.PP
+\fIlive\-config\fP(7)
+.PP
+This program is a part of live\-build.
+
+.SH HOMEPAGE
+More information about live\-build and the Debian Live project can be found
+on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
+<\fIhttp://live.debian.net/manual/\fP>.
+
+.SH BUGS
+Bugs can be reported by submitting a bugreport for the live\-build package in
+the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
+writing a mail to the Debian Live mailing list at
+<\fIdebian\-live@lists.debian.org\fP>.
+
+.SH AUTHOR
+live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
+the Debian project.
diff --git a/manpages/de/lb_source.de.1 b/manpages/de/lb_source.de.1
new file mode 100644
index 000000000..2d9f1f685
--- /dev/null
+++ b/manpages/de/lb_source.de.1
@@ -0,0 +1,47 @@
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
+
+.SH NAME
+\fBlb source\fP \- Complete the source stage
+
+.SH SYNOPSIS
+\fBlb source\fP [\fIlive\-build options\fP]
+
+.SH DESCRIPTION
+\fBlb source\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
+Debian Live tool suite.
+.PP
+\fBlb source\fP calls all necessary live\-build programs in the correct order to
+complete the source stage.
+
+.SH OPTIONS
+\fBlb source\fP has no specific options but understands all generic live\-build
+options. See \fIlive\-build\fP(7) for a complete list of all generic live\-build
+options.
+
+.SH FILES
+.IP \fBnone\fP 4
+
+.SH "SEE ALSO"
+\fIlive\-build\fP(7)
+.PP
+This program is a part of live\-build.
+
+.SH HOMEPAGE
+More information about live\-build and the Debian Live project can be found
+on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
+<\fIhttp://live.debian.net/manual/\fP>.
+
+.SH BUGS
+Bugs can be reported by submitting a bugreport for the live\-build package in
+the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
+writing a mail to the Debian Live mailing list at
+<\fIdebian\-live@lists.debian.org\fP>.
+
+.SH AUTHOR
+live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
+the Debian project.
diff --git a/manpages/de/lb_testroot.de.1 b/manpages/de/lb_testroot.de.1
new file mode 100644
index 000000000..f0d8733c8
--- /dev/null
+++ b/manpages/de/lb_testroot.de.1
@@ -0,0 +1,53 @@
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
+
+.SH NAME
+\fBlb testroot\fP \- Ensure that a system is built as root
+
+.SH SYNOPSIS
+\fBlb testroot\fP [\fIlive\-build options\fP]
+
+.SH DESCRIPTION
+\fBlb testroot\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
+Debian Live tool suite.
+.PP
+.\" FIXME
+\fBlb testroot\fP simply checks to see if you are root. If not, it exits with
+an error. Debian Live images must currently be built as real root.
+.PP
+.\" FIXME
+Note: Support for using \fIfakeroot\fP(1) and \fIsudo\fP(8) internally in
+live\-build itself is still experimental, however, calling a helper yourself
+with sudo is safe.
+
+.SH OPTIONS
+\fBlb testroot\fP has no specific options but understands all generic
+live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic
+live\-build options.
+
+.SH FILES
+.IP \fBnone\fP 4
+
+.SH "SEE ALSO"
+\fIlive\-build\fP(7)
+.PP
+This program is a part of live\-build.
+
+.SH HOMEPAGE
+More information about live\-build and the Debian Live project can be found
+on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
+<\fIhttp://live.debian.net/manual/\fP>.
+
+.SH BUGS
+Bugs can be reported by submitting a bugreport for the live\-build package in
+the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
+writing a mail to the Debian Live mailing list at
+<\fIdebian\-live@lists.debian.org\fP>.
+
+.SH AUTHOR
+live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
+the Debian project.
diff --git a/manpages/de/live-build.de.7 b/manpages/de/live-build.de.7
new file mode 100644
index 000000000..b7b21782d
--- /dev/null
+++ b/manpages/de/live-build.de.7
@@ -0,0 +1,290 @@
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH LIVE\-BUILD 7 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
+
+.SH NAME
+\fBlive\-build\fP \- the Debian Live tool suite
+
+.SH SYNOPSIS
+.\" FIXME
+.\" FIXME
+\fBlb \fP\fICOMMAND\fP [\fB\-h|\-\-help\fP] [\fB\-u|\-\-usage\fP] [\fB\-v|\-\-version\fP]
+[\fB\-\-breakpoints\fP] [\fB\-\-conffile\fP] [\fB\-\-debug\fP] [\fB\-\-force\fP] [\fB\-\-quiet\fP]
+[\fB\-\-verbose\fP]
+
+.SH DESCRIPTION
+.\" FIXME
+live\-build is a set of scripts to build Debian Live system images. The idea
+behind live\-build is a tool suite that uses a configuration directory to
+completely automate and customize all aspects of building a Live image.
+.PP
+The \fICOMMAND\fP is a name of a live\-build command (see below).
+.PP
+.\" FIXME
+More documentation about how to use live\-build is available in the
+individual manpages for each helper and in the manual at
+<\fIhttp://live.debian.net/manual/\fP>.
+
+.SH OPTIONS
+.\" FIXME
+.SS "Shared live\-build options"
+The following command line options are supported by all live\-build programs.
+.IP "\fB\-h, \-\-help\fP" 4
+display help and exit.
+.IP "\fB\-u, \-\-usage\fP" 4
+show usage and exit.
+.IP "\fB\-v, \-\-version\fP" 4
+output version information and exit.
+.SS "Common live\-build options"
+The following command line options are supported by most live\-build
+programs. See the man page of each program for a complete explanation of
+what each option does.
+.IP \fB\-\-breakpoints\fP 4
+run with breakpoints.
+.IP \fB\-\-conffile\fP 4
+use custom configuration file.
+.IP \fB\-\-debug\fP 4
+show debug information.
+.IP \fB\-\-force\fP 4
+force helper execution, even if stage file exists.
+.IP \fB\-\-quiet\fP 4
+be quiet.
+.IP \fB\-\-verbose\fP 4
+.\" FIXME
+be verbose.
+
+.SH "LIVE\-BUILD COMMANDS"
+.\" FIXME
+We divide live\-build into high level ("porcelain") commands and low level
+("plumbing") commands.
+.PP
+.\" FIXME
+Here is the complete list of all available live\-build commands. See their
+man pages for additional documentation.
+
+.SH "HIGH\-LEVEL COMMANDS (PORCELAIN)"
+.\" FIXME
+We separate the porcelain commands into the main commands and some ancillary
+user utilities.
+.SS "Main porcelain commands"
+.IP \fBlb_config\fP(1) 4
+create configuration for live\-build
+.IP \fBlb_bootstrap\fP(1) 4
+create the first stage by bootstrapping a basic debian system
+.IP \fBlb_chroot\fP(1) 4
+create the second stage by customizing the chroot
+.IP \fBlb_binary\fP(1) 4
+create the third stage by generating a binary image
+.IP \fBlb_source\fP(1) 4
+create the optional fourth stage by generating a source image
+.IP \fBlb_clean\fP(1) 4
+clean up system build directories
+.SS "Ancillary Commands"
+.IP \fBlb\fP(1) 4
+generic live\-build wrapper
+.IP \fBlb_build\fP(1) 4
+alias for all stages
+.IP \fBlb_local\fP(1) 4
+helper for using a local live\-build
+.IP \fBlb_testroot\fP(1) 4
+.\" FIXME
+ensure that a system is built as root
+
+.SH "LOW\-LEVEL COMMANDS (PLUMBING)"
+.\" FIXME
+The actual work of live\-build is implemented in the low\-level commands,
+called plumbing. They are not supposed to be used by end users, they should
+stick with porcelains as they ensure that all the different plumbing
+commands are executed in the right order. However, if you intend to reuse
+live\-build commands in your own scripts, then the plumbings might be of
+interest for you.
+.PP
+Note that the interface (set of options and the semantics) to these
+low\-level commands are meant to be a lot more stable than Porcelain level
+commands. The interface to Porcelain commands on the other hand are subject
+to change in order to improve the end user experience.
+.SS "Bootstrap commands"
+.IP \fBlb_bootstrap_cache\fP(1) 4
+cache bootstrap stage
+.IP \fBlb_bootstrap_cdebootstrap\fP(1) 4
+bootstrap a Debian system with cdebootstrap(1)
+.IP \fBlb_bootstrap_debootstrap\fP(1) 4
+bootstrap a Debian system with debootstrap(8)
+.SS "Chroot commands"
+.IP \fBlb_chroot_apt\fP(1) 4
+manage /etc/apt/apt.conf
+.IP \fBlb_chroot_cache\fP(1) 4
+cache chroot stage
+.IP \fBlb_chroot_debianchroot\fP(1) 4
+manage /etc/debian_chroot
+.IP \fBlb_chroot_devpts\fP(1) 4
+mount /dev/pts
+.IP \fBlb_chroot_dpkg\fP(1) 4
+manage /sbin/dpkg
+.IP \fBlb_chroot_hacks\fP(1) 4
+execute hacks in chroot
+.IP \fBlb_chroot_hostname\fP(1) 4
+manage /bin/hostname
+.IP \fBlb_chroot_hosts\fP(1) 4
+manage /etc/hosts
+.IP \fBlb_chroot_install\-packages\fP(1) 4
+install queued packages into chroot
+.IP \fBlb_chroot_interactive\fP(1) 4
+make build interactive
+.IP \fBlb_chroot_linux\-image\fP(1) 4
+manage /etc/kernel\-img.conf
+.IP \fBlb_chroot_hooks\fP(1) 4
+execute local hooks in chroot
+.IP \fBlb_chroot_local\-includes\fP(1) 4
+copy local files into chroot
+.IP \fBlb_chroot_packages\fP(1) 4
+queue install of packages into chroot
+.IP \fBlb_chroot_local\-patches\fP(1) 4
+apply local patches against chroot
+.IP \fBlb_chroot_local\-preseed\fP(1) 4
+use debconf local preseeding file
+.IP \fBlb_chroot_packagelists\fP(1) 4
+queue install of package lists into chroot
+.IP \fBlb_chroot_proc\fP(1) 4
+mount /proc
+.IP \fBlb_chroot_resolv\fP(1) 4
+manage /etc/resolv.conf
+.IP \fBlb_chroot_selinuxfs\fP(1) 4
+mount /selinux
+.IP \fBlb_chroot_archives\fP(1) 4
+manage /etc/apt/sources.list
+.IP \fBlb_chroot_sysfs\fP(1) 4
+mount /sys
+.IP \fBlb_chroot_sysv\-rc\fP(1) 4
+manage /usr/sbin/policy\-rc.d
+.IP \fBlb_chroot_task\-lists\fP(1) 4
+install task lists into chroot
+.SS "Binary commands"
+.IP \fBlb_binary_chroot\fP(1) 4
+copy chroot into chroot
+.IP \fBlb_binary_debian\-installer\fP(1) 4
+install debian\-installer into binary
+.IP \fBlb_binary_disk\fP(1) 4
+install disk information into binary
+.IP \fBlb_binary_grub\fP(1) 4
+installs grub into binary
+.IP \fBlb_binary_grub2\fP(1) 4
+installs grub2 into binary
+.IP \fBlb_binary_includes\fP(1) 4
+copy files into binary
+.IP \fBlb_binary_iso\fP(1) 4
+build iso binary image
+.IP \fBlb_binary_linux\-image\fP(1) 4
+install linux\-image into binary
+.IP \fBlb_binary_local\-hooks\fP(1) 4
+execute local hooks in binary
+.IP \fBlb_binary_local\-includes\fP(1) 4
+copy files into binary
+.IP \fBlb_binary_local\-packagelists\fP(1) 4
+install local package lists into binary
+.IP \fBlb_binary_manifest\fP(1) 4
+create manifest
+.IP \fBlb_binary_checksums\fP(1) 4
+create binary checksums (md5, sha1, and/or sha256)
+.IP \fBlb_binary_memtest\fP(1) 4
+installs a memtest into binary
+.IP \fBlb_binary_net\fP(1) 4
+build netboot binary image
+.IP \fBlb_binary_rootfs\fP(1) 4
+build rootfs image
+.IP \fBlb_binary_silo\fP(1) 4
+installs silo into binary
+.IP \fBlb_binary_syslinux\fP(1) 4
+installs syslinux into binary
+.IP \fBlb_binary_tar\fP(1) 4
+build harddisk binary image
+.IP \fBlb_binary_hdd\fP(1) 4
+build binary hdd image
+.IP \fBlb_binary_win32\-loader\fP(1) 4
+installs win32\-loader into binary
+.IP \fBlb_binary_yaboot\fP(1) 4
+installs yaboot into binary
+.SS "Source commands"
+.IP \fBlb_source_debian\fP(1) 4
+download sources
+.IP \fBlb_source_debian\-live\fP(1) 4
+copy debian\-live config into source
+.IP \fBlb_source_disk\fP(1) 4
+install disk information into source
+.IP \fBlb_source_iso\fP(1) 4
+build iso source image
+.IP \fBlb_source_checksums\fP(1) 4
+create source checksums (md5, sha1, and/or sha256)
+.IP \fBlb_source_net\fP(1) 4
+build source net image
+.IP \fBlb_source_tar\fP(1) 4
+build source tarball
+.IP \fBlb_source_hdd\fP(1) 4
+.\" FIXME
+build source hdd image
+
+.SH "CONFIG FILES"
+.\" FIXME
+Many live\-build commands make use of files in the \fIconfig/\fP directory to
+control what they do. Besides the common \fIconfig/common\fP, which is used by
+all live\-build commands, some additional files can be used to configure the
+behavior of specific live\-build commands. These files are typically named
+config/stage or config/stage_helper (where "stage" of course, is replaced
+with the name of the stage that they belong to, and "helper" with the name
+of the helper).
+.PP
+For example, lb_bootstrap_debootstrap uses files named config/bootstrap and
+config/bootstrap_debootstrap to read the options it will use. See the man
+pages of individual commands for details about the names and formats of the
+files they use. Generally, these files contain variables with values
+assigned, one variable per line. Some programs in live\-build use pairs of
+values or slightly more complicated variable assignments.
+.PP
+Note that live\-build will respect environment variables which are present in
+the context of the shell it is running. If variables can be read from config
+files, then they override environment variables, and if command line options
+are used, they override values from config files. If no value for a given
+variable can be found and thus is unset, live\-build will automatically set
+it to the default value.
+.PP
+In some rare cases, you may want to have different versions of these files
+for different architectures or distributions. If files named
+config/stage.arch or config/stage_helper.arch, and config/stage.dist or
+config/stage_helper.dist exist, where "arch" is the same as the output of
+"dpkg \-\-print\-architecture" and "dist" is the same as the codename of the
+target distribution, then they will be used in preference to other, more
+general files.
+.PP
+.\" FIXME
+All config files are shell scripts which are sourced by a live\-build
+program. That means they have to follow the normal shell syntax. You can
+also put comments in these files; lines beginning with "#" are ignored.
+
+.SH FILES
+.IP \fB/etc/live/build.conf\fP 4
+.IP \fB/etc/live/build/*\fP 4
+
+.SH "SEE ALSO"
+\fIlive\-boot\fP(7)
+.PP
+\fIlive\-config\fP(7)
+.PP
+This program is a part of live\-build.
+
+.SH HOMEPAGE
+More information about live\-build and the Debian Live project can be found
+on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
+<\fIhttp://live.debian.net/manual/\fP>.
+
+.SH BUGS
+Bugs can be reported by submitting a bugreport for the live\-build package in
+the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
+writing a mail to the Debian Live mailing list at
+<\fIdebian\-live@lists.debian.org\fP>.
+
+.SH AUTHOR
+live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
+the Debian project.
diff --git a/manpages/en/lb.1 b/manpages/en/lb.1
index cf995a81d..1b1285c09 100644
--- a/manpages/en/lb.1
+++ b/manpages/en/lb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2013\-04\-30 3.0.5-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1-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 345ecab16..0cda7ccac 100644
--- a/manpages/en/lb_binary.1
+++ b/manpages/en/lb_binary.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2013\-04\-30 3.0.5-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1-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 47eff2e86..96c1102bd 100644
--- a/manpages/en/lb_bootstrap.1
+++ b/manpages/en/lb_bootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2013\-04\-30 3.0.5-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1-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 c0f73013e..efba453ea 100644
--- a/manpages/en/lb_build.1
+++ b/manpages/en/lb_build.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2013\-04\-30 3.0.5-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1-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 cae058ba7..097918f2f 100644
--- a/manpages/en/lb_chroot.1
+++ b/manpages/en/lb_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2013\-04\-30 3.0.5-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1-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 7147e99c7..f02576109 100644
--- a/manpages/en/lb_clean.1
+++ b/manpages/en/lb_clean.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2013\-04\-30 3.0.5-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1-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 b3f0cdb4e..fbf7baa77 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2013\-04\-30 3.0.5-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1-1 "Debian Live Project"
.SH NAME
\fBlb config\fR \- Create config directory
@@ -15,7 +15,7 @@
.br
[\fB\-\-apt\-http\-proxy\fR \fIURL\fR]
.br
- [\fB\-\-apt\-indices\fR true|false]
+ [\fB\-\-apt\-indices\fR true|false|none]
.br
[\fB\-\-apt\-options\fR \fIOPTION\fR|"\fIOPTIONS\fR"]
.br
@@ -173,7 +173,7 @@
.br
[\fB\-\-mirror\-debian\-installer\fR \fIURL\fR]
.br
- [\fB\-\-mode\fR debian|emdebian|progress-linux|ubuntu]
+ [\fB\-\-mode\fR debian|emdebian|progress-linux|ubuntu|kubuntu]
.br
[\fB\-\-system\fR live|normal]
.br
@@ -195,6 +195,8 @@
.br
[\fB\-\-net\-tarball\fR true|false]
.br
+ [\-p|\fB\-\-package\-lists\fR \fILIST\fR|\fI"LISTS"\fR]
+.br
[\fB\-\-quiet\fR]
.br
[\fB\-\-root-command\fR sudo]
@@ -213,6 +215,8 @@
.br
[\-s|\fB\-\-source\-images\fR iso|netboot|tar|hdd]
.br
+ [\fB\-\-syslinux\-theme\fR \fITHEME_SUFFIX\fR]
+.br
[\fB\-\-tasksel\fR apt|aptitude|tasksel]
.br
[\fB\-\-templates\fR \fIPATH\fR]
@@ -236,7 +240,7 @@
.\" FIXME
\fBlb config\fR populates the configuration directory for live\-build. By default, this directory is named 'config' and is created in the current directory where \fBlb config\fR was executed.
.PP
-Note: Currently \fBlb config\fR tries to be smart and sets defaults for some options depending on the setting of other options (e.g. which linux packages to be used depending on if a squeeze system gets build or not). This means that when generating a new configuration, you should call \fBlb config\fR only once with all options specified. Calling it several times with only a subset of the options each can result in non working configurations. This is also caused by the fact that \fBlb config\fR called with one option only changes that option, and leaves everything else as is unless its not defined. However, \fBlb config\fR does warn about know impossible or likely impossible combinations that would lead to non working live systems. If unsure, remove config/{binary,bootstrap,chroot,common,source} and call \fBlb config\fR again.
+Note: Currently \fBlb config\fR tries to be smart and sets defaults for some options depending on the setting of other options (e.g. which linux packages to be used depending on if a wheezy system gets build or not). This means that when generating a new configuration, you should call \fBlb config\fR only once with all options specified. Calling it several times with only a subset of the options each can result in non working configurations. This is also caused by the fact that \fBlb config\fR called with one option only changes that option, and leaves everything else as is unless its not defined. However, \fBlb config\fR does warn about know impossible or likely impossible combinations that would lead to non working live systems. If unsure, remove config/{binary,bootstrap,chroot,common,source} and call \fBlb config\fR again.
.\" FIXME
.SH OPTIONS
@@ -249,8 +253,8 @@ defines if apt\-get or aptitude is used to install packages when building the im
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 the chroot, it is not used for anything else.
.IP "\fB\-\-apt\-http\-proxy\fR \fIURL\fR" 4
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 the chroot, it is not used for anything else.
-.IP "\fB\-\-apt\-indices\fR true|false" 4
-defines if the resulting images should have apt indices or not and defaults to true.
+.IP "\fB\-\-apt\-indices\fR true|false|none" 4
+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.
.IP "\fB\-\-apt\-options\fR \fIOPTION\fR|""\fIOPTIONS\fR""" 4
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 to \-\-yes to allow non-interactive installation of packages.
.IP "\fB\-\-aptitude\-options\fR \fIOPTION\fR|""\fIOPTIONS\fR""" 4
@@ -292,7 +296,7 @@ defines the compression program to be used to compress tarballs. Defaults to gzi
.IP "\fB\-\-config\fR \fIGIT_URL\fR::\fIGIT_ID\fR" 4
allows to bootstrap a config tree from a git repositories, optionally appended by a Git Id (branch, commit, tag, etc.).
.IP "\fB\-\-build\-with\-chroot\fR true|false" 4
-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. This is a very dangerous option, using the tools of the host system can lead to tainted and even non-bootable images if the host systems version of the required tools (mainly these are the bootloaders such as syslinux, grub and yaboot, and the auxilliary tools such as dosfstools, xorriso, squashfs-tools and others) do not \fBexactely\fR match what is present at build-time in the target distribution. Never do disable this option unless you are \fBexactely\fR sure what you are doing and have \fBcompletely\fI understood its consequences.
+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. This is a very dangerous option, using the tools of the host system can lead to tainted and even non-bootable images if the host systems version of the required tools (mainly these are the bootloaders such as syslinux, grub and yaboot, and the auxilliary tools such as dosfstools, genisoimage, squashfs-tools and others) do not \fBexactely\fR match what is present at build-time in the target distribution. Never do disable this option unless you are \fBexactely\fR sure what you are doing and have \fBcompletely\fI understood its consequences.
.IP "\fB\-\-chroot\-filesystem\fR ext2|ext3|ext4|squashfs|jffs2|none" 4
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 content is copied on the binary image filesystem as flat files. Depending on what binary filesystem you have choosen, it may not be possible to build with such a plain root filesystem, e.g. fat16/fat32 will not work as linux does not support to run directly on them.
.IP "\fB\-\-clean\fR" 4
@@ -430,6 +434,10 @@ Example:
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 by default empty.
.IP "\fB\-\-net\-tarball\fR true|false" 4
defines if a compressed tarball should be created. Disabling this options leads to no tarball at all, the plain binary directory is considered the output in this case. Default is true.
+.IP "\-p|\fB\-\-package\-lists\fR \fILIST\fR|""\fILISTS\fR""" 4
+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 local package lists, you don't need to list them here. Putting them into config/package-lists is enough (the filename needs to have the .list suffix though).
+.IP "\fB\-\-quiet\fR" 4
+reduces the verbosity of messages output by \fBlb build\fR.
.IP "\fB\-\-archives\fR \fIARCHIVE\fR|""\fIARCHIVES\fR""" 4
enables one of available third-party archive configurations in /usr/share/live/build/archives.
.IP "\fB\-\-root-command\fR sudo" 4
@@ -454,6 +462,8 @@ defines if firmware packages should be automatically included into the live imag
defines the path to a swap file to create in the binary image. Default is not to create a swap file.
.IP "\fB\-\-swap\-file\-size\fR \fIMB\fR" 4
defines what size in megabytes the swap file should be, if one is to be created. Default is 512MB.
+.IP "\fB\-\-syslinux\-theme\fR \fITHEME_SUFFIX\fR" 4
+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 syslinux\-theme\- plus the suffix. In debian mode, this defaults to debian\-wheezy.
.IP "\fB\-\-tasksel\fR apt|aptitude|tasksel" 4
selects which program is used to install tasks. By default, this is set to tasksel.
.IP "\fB\-\-templates\fR \fIPATH\fR" 4
diff --git a/manpages/en/lb_source.1 b/manpages/en/lb_source.1
index ac0745dc0..4d18c93cc 100644
--- a/manpages/en/lb_source.1
+++ b/manpages/en/lb_source.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2013\-04\-30 3.0.5-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1-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 649b69046..5414d1720 100644
--- a/manpages/en/lb_testroot.1
+++ b/manpages/en/lb_testroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2013\-04\-30 3.0.5-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1-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 b5bf836b0..cf24ee04f 100644
--- a/manpages/en/live-build.7
+++ b/manpages/en/live-build.7
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 7 2013\-04\-30 3.0.5-1 "Debian Live Project"
+.TH LIVE\-BUILD 7 2012\-11\-30 4.0~a1-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
new file mode 100644
index 000000000..6fe540d1a
--- /dev/null
+++ b/manpages/po/de/lb.1.po
@@ -0,0 +1,202 @@
+# German translations for live-build package
+# Copyright (C) 2012 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-build package.
+# Automatically generated, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
+"PO-Revision-Date: 2012-08-02 18:55+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ASCII\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "LIVE-BUILD"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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-11-30"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "4.0~a1-1"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "Debian Live Project"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
+#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
+#: en/lb_testroot.1:3 en/live-build.7:3
+#, no-wrap
+msgid "NAME"
+msgstr ""
+
+#. type: Plain text
+#: en/lb.1:5
+msgid "B<lb> - wrapper for live-build programs"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
+#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
+#: en/lb_testroot.1:6 en/live-build.7:6
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr ""
+
+#. type: Plain text
+#: en/lb.1:8
+msgid "B<lb> COMMAND [COMMAND_OPTIONS]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb.1:10
+msgid "B<lb> [I<live-build\\ options>]"
+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:237 en/lb_source.1:9
+#: en/lb_testroot.1:9 en/live-build.7:11
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr ""
+
+#. type: Plain text
+#: en/lb.1:13
+msgid ""
+"B<lb> is a high-level command (porcelain) of I<live-build>(7), the Debian "
+"Live tool suite."
+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:246 en/lb_source.1:14
+#: en/lb_testroot.1:18 en/live-build.7:20
+#, no-wrap
+msgid "OPTIONS"
+msgstr ""
+
+#. type: Plain text
+#: en/lb.1:18
+msgid ""
+"B<lb> has no specific options but understands all generic live-build "
+"options. See I<live-build>(7) for a complete list of all generic live-build "
+"options."
+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:490 en/lb_source.1:17
+#: en/lb_testroot.1:21 en/live-build.7:219
+#, no-wrap
+msgid "FILES"
+msgstr ""
+
+#. type: IP
+#: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
+#: en/lb_source.1:18 en/lb_testroot.1:22
+#, no-wrap
+msgid "B<none>"
+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:497 en/lb_source.1:20
+#: en/lb_testroot.1:24 en/live-build.7:223
+#, no-wrap
+msgid "SEE ALSO"
+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:499 en/lb_source.1:22
+#: en/lb_testroot.1:26
+msgid "I<live-build>(7)"
+msgstr ""
+
+#. type: Plain text
+#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
+#: en/lb_testroot.1:28 en/live-build.7:229
+msgid "This program is a part of live-build."
+msgstr ""
+
+#. type: SH
+#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
+#: en/lb_testroot.1:29 en/live-build.7:230
+#, no-wrap
+msgid "HOMEPAGE"
+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:508 en/lb_source.1:27
+#: en/lb_testroot.1:31 en/live-build.7:232
+msgid ""
+"More information about live-build and the Debian Live project can be found "
+"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
+"E<lt>I<http://live.debian.net/manual/>E<gt>."
+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:509 en/lb_source.1:28
+#: en/lb_testroot.1:32 en/live-build.7:233
+#, no-wrap
+msgid "BUGS"
+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:511 en/lb_source.1:30
+#: en/lb_testroot.1:34 en/live-build.7:235
+msgid ""
+"Bugs can be reported by submitting a bugreport for the live-build package in "
+"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
+"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
+"debian.org>E<gt>."
+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:512 en/lb_source.1:31
+#: en/lb_testroot.1:35 en/live-build.7:236
+#, no-wrap
+msgid "AUTHOR"
+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:513 en/lb_source.1:32
+#: en/lb_testroot.1:36 en/live-build.7:237
+msgid ""
+"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
+"the Debian project."
+msgstr ""
diff --git a/manpages/po/de/lb_binary.1.po b/manpages/po/de/lb_binary.1.po
new file mode 100644
index 000000000..733256e26
--- /dev/null
+++ b/manpages/po/de/lb_binary.1.po
@@ -0,0 +1,204 @@
+# German translations for live-build package
+# Copyright (C) 2012 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-build package.
+# Automatically generated, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
+"PO-Revision-Date: 2012-08-02 18:55+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ASCII\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "LIVE-BUILD"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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-11-30"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "4.0~a1-1"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "Debian Live Project"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
+#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
+#: en/lb_testroot.1:3 en/live-build.7:3
+#, no-wrap
+msgid "NAME"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
+#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
+#: en/lb_testroot.1:6 en/live-build.7:6
+#, no-wrap
+msgid "SYNOPSIS"
+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:237 en/lb_source.1:9
+#: en/lb_testroot.1:9 en/live-build.7:11
+#, no-wrap
+msgid "DESCRIPTION"
+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:246 en/lb_source.1:14
+#: en/lb_testroot.1:18 en/live-build.7:20
+#, no-wrap
+msgid "OPTIONS"
+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:490 en/lb_source.1:17
+#: en/lb_testroot.1:21 en/live-build.7:219
+#, no-wrap
+msgid "FILES"
+msgstr ""
+
+#. type: IP
+#: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
+#: en/lb_source.1:18 en/lb_testroot.1:22
+#, no-wrap
+msgid "B<none>"
+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:497 en/lb_source.1:20
+#: en/lb_testroot.1:24 en/live-build.7:223
+#, no-wrap
+msgid "SEE ALSO"
+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:499 en/lb_source.1:22
+#: en/lb_testroot.1:26
+msgid "I<live-build>(7)"
+msgstr ""
+
+#. type: Plain text
+#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
+#: en/lb_testroot.1:28 en/live-build.7:229
+msgid "This program is a part of live-build."
+msgstr ""
+
+#. type: SH
+#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
+#: en/lb_testroot.1:29 en/live-build.7:230
+#, no-wrap
+msgid "HOMEPAGE"
+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:508 en/lb_source.1:27
+#: en/lb_testroot.1:31 en/live-build.7:232
+msgid ""
+"More information about live-build and the Debian Live project can be found "
+"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
+"E<lt>I<http://live.debian.net/manual/>E<gt>."
+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:509 en/lb_source.1:28
+#: en/lb_testroot.1:32 en/live-build.7:233
+#, no-wrap
+msgid "BUGS"
+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:511 en/lb_source.1:30
+#: en/lb_testroot.1:34 en/live-build.7:235
+msgid ""
+"Bugs can be reported by submitting a bugreport for the live-build package in "
+"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
+"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
+"debian.org>E<gt>."
+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:512 en/lb_source.1:31
+#: en/lb_testroot.1:35 en/live-build.7:236
+#, no-wrap
+msgid "AUTHOR"
+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:513 en/lb_source.1:32
+#: en/lb_testroot.1:36 en/live-build.7:237
+msgid ""
+"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
+"the Debian project."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_binary.1:5
+msgid "B<lb binary> - Complete the binary stage"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_binary.1:8
+msgid "B<lb binary> [I<live-build options>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_binary.1:11
+msgid ""
+"B<lb binary> is a high-level command (porcelain) of I<live-build>(7), the "
+"Debian Live tool suite."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_binary.1:13
+msgid ""
+"B<lb binary> calls all necessary live-build programs in the correct order to "
+"complete the binary stage."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_binary.1:16
+msgid ""
+"B<lb binary> has no specific options but understands all generic live-build "
+"options. See I<live-build>(7) for a complete list of all generic live-build "
+"options."
+msgstr ""
diff --git a/manpages/po/de/lb_bootstrap.1.po b/manpages/po/de/lb_bootstrap.1.po
new file mode 100644
index 000000000..0b035aae4
--- /dev/null
+++ b/manpages/po/de/lb_bootstrap.1.po
@@ -0,0 +1,204 @@
+# German translations for live-build package
+# Copyright (C) 2012 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-build package.
+# Automatically generated, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
+"PO-Revision-Date: 2012-08-02 18:55+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ASCII\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "LIVE-BUILD"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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-11-30"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "4.0~a1-1"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "Debian Live Project"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
+#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
+#: en/lb_testroot.1:3 en/live-build.7:3
+#, no-wrap
+msgid "NAME"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
+#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
+#: en/lb_testroot.1:6 en/live-build.7:6
+#, no-wrap
+msgid "SYNOPSIS"
+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:237 en/lb_source.1:9
+#: en/lb_testroot.1:9 en/live-build.7:11
+#, no-wrap
+msgid "DESCRIPTION"
+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:246 en/lb_source.1:14
+#: en/lb_testroot.1:18 en/live-build.7:20
+#, no-wrap
+msgid "OPTIONS"
+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:490 en/lb_source.1:17
+#: en/lb_testroot.1:21 en/live-build.7:219
+#, no-wrap
+msgid "FILES"
+msgstr ""
+
+#. type: IP
+#: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
+#: en/lb_source.1:18 en/lb_testroot.1:22
+#, no-wrap
+msgid "B<none>"
+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:497 en/lb_source.1:20
+#: en/lb_testroot.1:24 en/live-build.7:223
+#, no-wrap
+msgid "SEE ALSO"
+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:499 en/lb_source.1:22
+#: en/lb_testroot.1:26
+msgid "I<live-build>(7)"
+msgstr ""
+
+#. type: Plain text
+#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
+#: en/lb_testroot.1:28 en/live-build.7:229
+msgid "This program is a part of live-build."
+msgstr ""
+
+#. type: SH
+#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
+#: en/lb_testroot.1:29 en/live-build.7:230
+#, no-wrap
+msgid "HOMEPAGE"
+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:508 en/lb_source.1:27
+#: en/lb_testroot.1:31 en/live-build.7:232
+msgid ""
+"More information about live-build and the Debian Live project can be found "
+"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
+"E<lt>I<http://live.debian.net/manual/>E<gt>."
+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:509 en/lb_source.1:28
+#: en/lb_testroot.1:32 en/live-build.7:233
+#, no-wrap
+msgid "BUGS"
+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:511 en/lb_source.1:30
+#: en/lb_testroot.1:34 en/live-build.7:235
+msgid ""
+"Bugs can be reported by submitting a bugreport for the live-build package in "
+"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
+"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
+"debian.org>E<gt>."
+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:512 en/lb_source.1:31
+#: en/lb_testroot.1:35 en/live-build.7:236
+#, no-wrap
+msgid "AUTHOR"
+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:513 en/lb_source.1:32
+#: en/lb_testroot.1:36 en/live-build.7:237
+msgid ""
+"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
+"the Debian project."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_bootstrap.1:5
+msgid "B<lb bootstrap> - Complete the bootstrap stage"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_bootstrap.1:8
+msgid "B<lb bootstrap> [I<live-build options>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_bootstrap.1:11
+msgid ""
+"B<lb bootstrap> is a high-level command (porcelain) of I<live-build>(7), the "
+"Debian Live tool suite."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_bootstrap.1:13
+msgid ""
+"B<lb bootstrap> calls all necessary live-build programs in the correct order "
+"to complete the bootstrap stage."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_bootstrap.1:16
+msgid ""
+"B<lb bootstrap> has no specific options but understands all generic live-"
+"build options. See I<live-build>(7) for a complete list of all generic live-"
+"build options."
+msgstr ""
diff --git a/manpages/po/de/lb_build.1.po b/manpages/po/de/lb_build.1.po
new file mode 100644
index 000000000..e0f555a7e
--- /dev/null
+++ b/manpages/po/de/lb_build.1.po
@@ -0,0 +1,204 @@
+# German translations for live-build package
+# Copyright (C) 2012 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-build package.
+# Automatically generated, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
+"PO-Revision-Date: 2012-08-02 18:55+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ASCII\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "LIVE-BUILD"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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-11-30"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "4.0~a1-1"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "Debian Live Project"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
+#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
+#: en/lb_testroot.1:3 en/live-build.7:3
+#, no-wrap
+msgid "NAME"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
+#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
+#: en/lb_testroot.1:6 en/live-build.7:6
+#, no-wrap
+msgid "SYNOPSIS"
+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:237 en/lb_source.1:9
+#: en/lb_testroot.1:9 en/live-build.7:11
+#, no-wrap
+msgid "DESCRIPTION"
+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:246 en/lb_source.1:14
+#: en/lb_testroot.1:18 en/live-build.7:20
+#, no-wrap
+msgid "OPTIONS"
+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:490 en/lb_source.1:17
+#: en/lb_testroot.1:21 en/live-build.7:219
+#, no-wrap
+msgid "FILES"
+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:497 en/lb_source.1:20
+#: en/lb_testroot.1:24 en/live-build.7:223
+#, no-wrap
+msgid "SEE ALSO"
+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:499 en/lb_source.1:22
+#: en/lb_testroot.1:26
+msgid "I<live-build>(7)"
+msgstr ""
+
+#. type: Plain text
+#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
+#: en/lb_testroot.1:28 en/live-build.7:229
+msgid "This program is a part of live-build."
+msgstr ""
+
+#. type: SH
+#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
+#: en/lb_testroot.1:29 en/live-build.7:230
+#, no-wrap
+msgid "HOMEPAGE"
+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:508 en/lb_source.1:27
+#: en/lb_testroot.1:31 en/live-build.7:232
+msgid ""
+"More information about live-build and the Debian Live project can be found "
+"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
+"E<lt>I<http://live.debian.net/manual/>E<gt>."
+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:509 en/lb_source.1:28
+#: en/lb_testroot.1:32 en/live-build.7:233
+#, no-wrap
+msgid "BUGS"
+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:511 en/lb_source.1:30
+#: en/lb_testroot.1:34 en/live-build.7:235
+msgid ""
+"Bugs can be reported by submitting a bugreport for the live-build package in "
+"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
+"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
+"debian.org>E<gt>."
+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:512 en/lb_source.1:31
+#: en/lb_testroot.1:35 en/live-build.7:236
+#, no-wrap
+msgid "AUTHOR"
+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:513 en/lb_source.1:32
+#: en/lb_testroot.1:36 en/live-build.7:237
+msgid ""
+"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
+"the Debian project."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_build.1:5
+msgid "B<lb build> - Complete the bootstrap, chroot, binary, and source stages"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_build.1:8
+msgid "B<lb build> [I<live-build options>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_build.1:11
+msgid ""
+"B<lb build> is a high-level command (porcelain) of I<live-build>(7), the "
+"Debian Live tool suite."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_build.1:13
+msgid ""
+"B<lb build> calls all necessary live-build programs in the correct order to "
+"complete the bootstrap, chroot, binary, and source stages."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_build.1:16
+msgid ""
+"B<lb build> has no specific options but understands all generic live-build "
+"options. See I<live-build>(7) for a complete list of all generic live-build "
+"options."
+msgstr ""
+
+#. FIXME
+#. type: IP
+#: en/lb_build.1:19
+#, no-wrap
+msgid "B<auto/build>"
+msgstr ""
diff --git a/manpages/po/de/lb_chroot.1.po b/manpages/po/de/lb_chroot.1.po
new file mode 100644
index 000000000..690eceeba
--- /dev/null
+++ b/manpages/po/de/lb_chroot.1.po
@@ -0,0 +1,204 @@
+# German translations for live-build package
+# Copyright (C) 2012 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-build package.
+# Automatically generated, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
+"PO-Revision-Date: 2012-08-02 18:55+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ASCII\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "LIVE-BUILD"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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-11-30"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "4.0~a1-1"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "Debian Live Project"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
+#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
+#: en/lb_testroot.1:3 en/live-build.7:3
+#, no-wrap
+msgid "NAME"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
+#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
+#: en/lb_testroot.1:6 en/live-build.7:6
+#, no-wrap
+msgid "SYNOPSIS"
+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:237 en/lb_source.1:9
+#: en/lb_testroot.1:9 en/live-build.7:11
+#, no-wrap
+msgid "DESCRIPTION"
+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:246 en/lb_source.1:14
+#: en/lb_testroot.1:18 en/live-build.7:20
+#, no-wrap
+msgid "OPTIONS"
+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:490 en/lb_source.1:17
+#: en/lb_testroot.1:21 en/live-build.7:219
+#, no-wrap
+msgid "FILES"
+msgstr ""
+
+#. type: IP
+#: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
+#: en/lb_source.1:18 en/lb_testroot.1:22
+#, no-wrap
+msgid "B<none>"
+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:497 en/lb_source.1:20
+#: en/lb_testroot.1:24 en/live-build.7:223
+#, no-wrap
+msgid "SEE ALSO"
+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:499 en/lb_source.1:22
+#: en/lb_testroot.1:26
+msgid "I<live-build>(7)"
+msgstr ""
+
+#. type: Plain text
+#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
+#: en/lb_testroot.1:28 en/live-build.7:229
+msgid "This program is a part of live-build."
+msgstr ""
+
+#. type: SH
+#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
+#: en/lb_testroot.1:29 en/live-build.7:230
+#, no-wrap
+msgid "HOMEPAGE"
+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:508 en/lb_source.1:27
+#: en/lb_testroot.1:31 en/live-build.7:232
+msgid ""
+"More information about live-build and the Debian Live project can be found "
+"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
+"E<lt>I<http://live.debian.net/manual/>E<gt>."
+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:509 en/lb_source.1:28
+#: en/lb_testroot.1:32 en/live-build.7:233
+#, no-wrap
+msgid "BUGS"
+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:511 en/lb_source.1:30
+#: en/lb_testroot.1:34 en/live-build.7:235
+msgid ""
+"Bugs can be reported by submitting a bugreport for the live-build package in "
+"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
+"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
+"debian.org>E<gt>."
+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:512 en/lb_source.1:31
+#: en/lb_testroot.1:35 en/live-build.7:236
+#, no-wrap
+msgid "AUTHOR"
+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:513 en/lb_source.1:32
+#: en/lb_testroot.1:36 en/live-build.7:237
+msgid ""
+"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
+"the Debian project."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_chroot.1:5
+msgid "B<lb chroot> - Complete the chroot stage"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_chroot.1:8
+msgid "B<lb chroot> [I<live-build options>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_chroot.1:11
+msgid ""
+"B<lb chroot> is a high-level command (porcelain) of I<live-build>(7), the "
+"Debian Live tool suite."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_chroot.1:13
+msgid ""
+"B<lb chroot> calls all necessary live-build programs in the correct order to "
+"complete the chroot stage."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_chroot.1:16
+msgid ""
+"B<lb chroot> has no specific options but understands all generic live-build "
+"options. See I<live-build>(7) for a complete list of all generic live-build "
+"options."
+msgstr ""
diff --git a/manpages/po/de/lb_clean.1.po b/manpages/po/de/lb_clean.1.po
new file mode 100644
index 000000000..9ebc316a4
--- /dev/null
+++ b/manpages/po/de/lb_clean.1.po
@@ -0,0 +1,302 @@
+# German translations for live-build package
+# Copyright (C) 2012 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-build package.
+# Automatically generated, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
+"PO-Revision-Date: 2012-08-02 18:55+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ASCII\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "LIVE-BUILD"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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-11-30"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "4.0~a1-1"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "Debian Live Project"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
+#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
+#: en/lb_testroot.1:3 en/live-build.7:3
+#, no-wrap
+msgid "NAME"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
+#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
+#: en/lb_testroot.1:6 en/live-build.7:6
+#, no-wrap
+msgid "SYNOPSIS"
+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:237 en/lb_source.1:9
+#: en/lb_testroot.1:9 en/live-build.7:11
+#, no-wrap
+msgid "DESCRIPTION"
+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:246 en/lb_source.1:14
+#: en/lb_testroot.1:18 en/live-build.7:20
+#, no-wrap
+msgid "OPTIONS"
+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:490 en/lb_source.1:17
+#: en/lb_testroot.1:21 en/live-build.7:219
+#, no-wrap
+msgid "FILES"
+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:497 en/lb_source.1:20
+#: en/lb_testroot.1:24 en/live-build.7:223
+#, no-wrap
+msgid "SEE ALSO"
+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:499 en/lb_source.1:22
+#: en/lb_testroot.1:26
+msgid "I<live-build>(7)"
+msgstr ""
+
+#. type: Plain text
+#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
+#: en/lb_testroot.1:28 en/live-build.7:229
+msgid "This program is a part of live-build."
+msgstr ""
+
+#. type: SH
+#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
+#: en/lb_testroot.1:29 en/live-build.7:230
+#, no-wrap
+msgid "HOMEPAGE"
+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:508 en/lb_source.1:27
+#: en/lb_testroot.1:31 en/live-build.7:232
+msgid ""
+"More information about live-build and the Debian Live project can be found "
+"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
+"E<lt>I<http://live.debian.net/manual/>E<gt>."
+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:509 en/lb_source.1:28
+#: en/lb_testroot.1:32 en/live-build.7:233
+#, no-wrap
+msgid "BUGS"
+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:511 en/lb_source.1:30
+#: en/lb_testroot.1:34 en/live-build.7:235
+msgid ""
+"Bugs can be reported by submitting a bugreport for the live-build package in "
+"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
+"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
+"debian.org>E<gt>."
+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:512 en/lb_source.1:31
+#: en/lb_testroot.1:35 en/live-build.7:236
+#, no-wrap
+msgid "AUTHOR"
+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:513 en/lb_source.1:32
+#: en/lb_testroot.1:36 en/live-build.7:237
+msgid ""
+"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
+"the Debian project."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_clean.1:5
+msgid "B<lb clean> - Clean build directory"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_clean.1:8
+msgid "B<lb clean> [I<live-build options>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_clean.1:11
+msgid ""
+"B<lb clean> is a high-level command (porcelain) of I<live-build>(7), the "
+"Debian Live tool suite."
+msgstr ""
+
+#. FIXME
+#. FIXME
+#. type: Plain text
+#: en/lb_clean.1:15
+msgid ""
+"B<lb clean> is responsible for cleaning up after a system is built. It "
+"removes the build directories, and removes some other files including stage "
+"files, and any detritus left behind by other live-build commands."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_clean.1:18
+msgid ""
+"In addition to its specific options B<lb clean> understands all generic live-"
+"build options. See I<live-build>(7) for a complete list of all generic live-"
+"build options."
+msgstr ""
+
+#. FIXME
+#. type: IP
+#: en/lb_clean.1:20
+#, no-wrap
+msgid "B<--all>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_clean.1:22
+msgid ""
+"removes chroot, binary, stage, and source. The cache directory is kept. This "
+"is the default operation and will be performed if no argument is given."
+msgstr ""
+
+#. type: IP
+#: en/lb_clean.1:22
+#, no-wrap
+msgid "B<--cache>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_clean.1:24
+msgid "removes the cache directories."
+msgstr ""
+
+#. type: IP
+#: en/lb_clean.1:24
+#, no-wrap
+msgid "B<--chroot>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_clean.1:26
+msgid "unmounts and removes the chroot directory."
+msgstr ""
+
+#. type: IP
+#: en/lb_clean.1:26
+#, no-wrap
+msgid "B<--binary>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_clean.1:28
+msgid ""
+"removes all binary related caches, files, directories, and stages files."
+msgstr ""
+
+#. type: IP
+#: en/lb_clean.1:28
+#, no-wrap
+msgid "B<--purge>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_clean.1:30
+msgid "removes everything, including all caches. The config directory is kept."
+msgstr ""
+
+#. type: IP
+#: en/lb_clean.1:30
+#, no-wrap
+msgid "B<--remove>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_clean.1:32
+msgid ""
+"removes everything, including package cache but not stage cache. The config "
+"directory is kept."
+msgstr ""
+
+#. type: IP
+#: en/lb_clean.1:32
+#, no-wrap
+msgid "B<--stage>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_clean.1:34
+msgid "removes all stage files."
+msgstr ""
+
+#. type: IP
+#: en/lb_clean.1:34
+#, no-wrap
+msgid "B<--source>"
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/lb_clean.1:37
+msgid "removes all source related caches, files, directories, and stage files."
+msgstr ""
+
+#. FIXME
+#. type: IP
+#: en/lb_clean.1:40
+#, no-wrap
+msgid "B<auto/clean>"
+msgstr ""
diff --git a/manpages/po/de/lb_config.1.po b/manpages/po/de/lb_config.1.po
new file mode 100644
index 000000000..051c303b7
--- /dev/null
+++ b/manpages/po/de/lb_config.1.po
@@ -0,0 +1,2454 @@
+# German translations for live-build package
+# Copyright (C) 2012 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-build package.
+# Automatically generated, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
+"PO-Revision-Date: 2012-08-02 18:55+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ASCII\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "LIVE-BUILD"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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-11-30"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "4.0~a1-1"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "Debian Live Project"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
+#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
+#: en/lb_testroot.1:3 en/live-build.7:3
+#, no-wrap
+msgid "NAME"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
+#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
+#: en/lb_testroot.1:6 en/live-build.7:6
+#, no-wrap
+msgid "SYNOPSIS"
+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:237 en/lb_source.1:9
+#: en/lb_testroot.1:9 en/live-build.7:11
+#, no-wrap
+msgid "DESCRIPTION"
+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:246 en/lb_source.1:14
+#: en/lb_testroot.1:18 en/live-build.7:20
+#, no-wrap
+msgid "OPTIONS"
+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:490 en/lb_source.1:17
+#: en/lb_testroot.1:21 en/live-build.7:219
+#, no-wrap
+msgid "FILES"
+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:497 en/lb_source.1:20
+#: en/lb_testroot.1:24 en/live-build.7:223
+#, no-wrap
+msgid "SEE ALSO"
+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:499 en/lb_source.1:22
+#: en/lb_testroot.1:26
+msgid "I<live-build>(7)"
+msgstr ""
+
+#. type: Plain text
+#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
+#: en/lb_testroot.1:28 en/live-build.7:229
+msgid "This program is a part of live-build."
+msgstr ""
+
+#. type: SH
+#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
+#: en/lb_testroot.1:29 en/live-build.7:230
+#, no-wrap
+msgid "HOMEPAGE"
+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:508 en/lb_source.1:27
+#: en/lb_testroot.1:31 en/live-build.7:232
+msgid ""
+"More information about live-build and the Debian Live project can be found "
+"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
+"E<lt>I<http://live.debian.net/manual/>E<gt>."
+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:509 en/lb_source.1:28
+#: en/lb_testroot.1:32 en/live-build.7:233
+#, no-wrap
+msgid "BUGS"
+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:511 en/lb_source.1:30
+#: en/lb_testroot.1:34 en/live-build.7:235
+msgid ""
+"Bugs can be reported by submitting a bugreport for the live-build package in "
+"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
+"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
+"debian.org>E<gt>."
+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:512 en/lb_source.1:31
+#: en/lb_testroot.1:35 en/live-build.7:236
+#, no-wrap
+msgid "AUTHOR"
+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:513 en/lb_source.1:32
+#: en/lb_testroot.1:36 en/live-build.7:237
+msgid ""
+"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
+"the Debian project."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:5
+msgid "B<lb config> - Create config directory"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:8
+msgid "B<lb config> [I<live-build options>]"
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/lb_config.1:11
+msgid "B<lb config>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:13
+msgid " [B<--apt> apt|aptitude]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:15
+msgid " [B<--apt-ftp-proxy> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:17
+msgid " [B<--apt-http-proxy> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:19
+msgid " [B<--apt-indices> true|false|none]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:21
+msgid " [B<--apt-options> I<OPTION>|\"I<OPTIONS>\"]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:23
+msgid " [B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\"]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:25
+msgid " [B<--apt-pipeline> I<DEPTH>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:27
+msgid " [B<--apt-recommends> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:29
+msgid " [B<--apt-secure> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:31
+msgid " [B<--apt-source-archives> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:33
+msgid " [-a|B<--architectures> I<ARCHITECTURE>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:35
+msgid " [-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:37
+msgid " [B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:39
+msgid " [B<--bootappend-install> I<PARAMETER>|I<\"PARAMETERS\">]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:41
+msgid " [B<--bootappend-live> I<PARAMETER>|I<\"PARAMETERS\">]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:43
+msgid " [B<--bootloader> grub|syslinux|yaboot]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:45
+msgid " [B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:47
+msgid " [B<--cache> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:49
+msgid " [B<--cache-indices> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:51
+msgid " [B<--cache-packages> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:53
+msgid " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:55
+msgid " [B<--checksums> md5|sha1|sha256|none]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:57
+msgid " [B<--compression> bzip2|gzip|lzip|none]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:59
+msgid " [B<--config> I<GIT_URL::GIT_ID>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:61
+msgid " [B<--build-with-chroot> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:63
+msgid " [B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:65
+msgid " [B<--clean>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:67
+msgid " [-c|B<--conffile> I<FILE>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:69
+msgid " [B<--debconf-frontend> dialog|editor|noninteractive|readline]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:71
+msgid " [B<--debconf-priority> low|medium|high|critical]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:73
+msgid ""
+" [B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:75
+msgid " [B<--debian-installer-distribution> daily|I<CODENAME>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:77
+msgid " [B<--debian-installer-preseedfile> I<FILE>|I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:79
+msgid " [B<--debian-installer-gui> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:81
+msgid " [B<--debug>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:83
+msgid " [-d|B<--distribution> I<CODENAME>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:85
+msgid " [B<--parent-distribution> I<CODENAME>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:87
+msgid " [B<--parent-debian-installer-distribution> I<CODENAME>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:89
+msgid " [B<--dump>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:91
+msgid " [B<--fdisk> fdisk|fdisk.dist]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:93
+msgid " [B<--firmware-binary true|false>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:95
+msgid " [B<--firmware-chroot true|false>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:97
+msgid " [B<--force>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:99
+msgid " [B<--grub-splash> I<FILE>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:101
+msgid " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:103
+msgid " [B<--hooks> I<FILE>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:105
+msgid " [B<--ignore-system-defaults>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:107
+msgid " [B<--initramfs> auto|none|live-boot|casper]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:109
+msgid " [B<--initramfs-compression> bzip2|gzip|lzma]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:111
+msgid " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:113
+msgid " [B<--interactive> shell]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:115
+msgid " [B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:117
+msgid " [B<--iso-application> I<NAME>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:119
+msgid " [B<--iso-preparer> I<NAME>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:121
+msgid " [B<--iso-publisher> I<NAME>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:123
+msgid " [B<--iso-volume> I<NAME>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:125
+msgid " [B<--jffs2-eraseblock> I<SIZE>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:127
+msgid " [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:129
+msgid " [-k|B<--linux-flavours> I<FLAVOUR>|I<\"FLAVOURS\">]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:131
+msgid " [B<--linux-packages> I<\"PACKAGES\">]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:133
+msgid " [B<--losetup> losetup|losetup.orig]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:135
+msgid " [B<--memtest> memtest86+|memtest86|none]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:137
+msgid " [-m|B<--parent-mirror-bootstrap> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:139
+msgid " [B<--parent-mirror-chroot> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:141
+msgid " [B<--parent-mirror-chroot-security> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:143
+msgid " [B<--parent-mirror-chroot-updates> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:145
+msgid " [B<--parent-mirror-chroot-backports> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:147
+msgid " [B<--parent-mirror-binary> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:149
+msgid " [B<--parent-mirror-binary-security> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:151
+msgid " [B<--parent-mirror-binary-updates> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:153
+msgid " [B<--parent-mirror-binary-backports> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:155
+msgid " [B<--parent-mirror-debian-installer> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:157
+msgid " [B<--mirror-bootstrap> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:159
+msgid " [B<--mirror-chroot> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:161
+msgid " [B<--mirror-chroot-security> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:163
+msgid " [B<--mirror-chroot-updates> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:165
+msgid " [B<--mirror-chroot-backports> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:167
+msgid " [B<--mirror-binary> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:169
+msgid " [B<--mirror-binary-security> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:171
+msgid " [B<--mirror-binary-updates> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:173
+msgid " [B<--mirror-binary-backports> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:175
+msgid " [B<--mirror-debian-installer> I<URL>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:177
+msgid " [B<--mode> debian|emdebian|progress-linux|ubuntu|kubuntu]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:179
+msgid " [B<--system> live|normal]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:181
+msgid " [B<--net-root-filesystem> nfs|cfs]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:183
+msgid " [B<--net-root-mountoptions> I<OPTIONS>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:185
+msgid " [B<--net-root-path> I<PATH>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:187
+msgid " [B<--net-root-server> I<IP>|I<HOSTNAME>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:189
+msgid " [B<--net-cow-filesystem> nfs|cfs]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:191
+msgid " [B<--net-cow-mountoptions> I<OPTIONS>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:193
+msgid " [B<--net-cow-path> I<PATH>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:195
+msgid " [B<--net-cow-server> I<IP>|I<HOSTNAME>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:197
+msgid " [B<--net-tarball> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:199
+msgid " [-p|B<--package-lists> I<LIST>|I<\"LISTS\">]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:201
+msgid " [B<--quiet>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:203
+msgid " [B<--root-command> sudo]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:205
+msgid " [B<--use-fakeroot> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:207
+msgid " [B<--archives> I<ARCHIVE>|I<\"ARCHIVES\">]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:209
+msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:211
+msgid ""
+" [B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|I<\"PARENT_ARCHIVE_AREAS"
+"\">]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:213
+msgid " [B<--security> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:215
+msgid " [B<--source> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:217
+msgid " [-s|B<--source-images> iso|netboot|tar|hdd]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:219
+msgid " [B<--syslinux-theme> I<THEME_SUFFIX>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:221
+msgid " [B<--tasksel> apt|aptitude|tasksel]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:223
+msgid " [B<--templates> I<PATH>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:225
+msgid " [B<--hdd-size >I<MB>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:227
+msgid " [B<--updates> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:229
+msgid " [B<--backports> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:231
+msgid " [B<--exposed-root> true|false]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:233
+msgid " [B<--verbose>]"
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/lb_config.1:236
+msgid " [B<--win32-loader true|false]>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:239
+msgid ""
+"B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
+"Debian Live tool suite."
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/lb_config.1:242
+msgid ""
+"B<lb config> populates the configuration directory for live-build. By "
+"default, this directory is named 'config' and is created in the current "
+"directory where B<lb config> was executed."
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/lb_config.1:245
+msgid ""
+"Note: Currently B<lb config> tries to be smart and sets defaults for some "
+"options depending on the setting of other options (e.g. which linux packages "
+"to be used depending on if a wheezy system gets build or not). This means "
+"that when generating a new configuration, you should call B<lb config> only "
+"once with all options specified. Calling it several times with only a subset "
+"of the options each can result in non working configurations. This is also "
+"caused by the fact that B<lb config> called with one option only changes "
+"that option, and leaves everything else as is unless its not defined. "
+"However, B<lb config> does warn about know impossible or likely impossible "
+"combinations that would lead to non working live systems. If unsure, remove "
+"config/{binary,bootstrap,chroot,common,source} and call B<lb config> again."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:248
+msgid ""
+"In addition to its specific options B<lb config> understands all generic "
+"live-build options. See I<live-build>(7) for a complete list of all generic "
+"live-build options."
+msgstr ""
+
+#. FIXME
+#. type: IP
+#: en/lb_config.1:250
+#, no-wrap
+msgid "B<--apt> apt|aptitude"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:252
+msgid ""
+"defines if apt-get or aptitude is used to install packages when building the "
+"image. The default is apt."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:252
+#, no-wrap
+msgid "B<--apt-ftp-proxy> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:254
+msgid ""
+"sets the ftp proxy to be used by apt. By default, this is empty. Note that "
+"this variable is only for the proxy that gets used by apt internally within "
+"the chroot, it is not used for anything else."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:254
+#, no-wrap
+msgid "B<--apt-http-proxy> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:256
+msgid ""
+"sets the http proxy to be used by apt. By default, this is empty. Note that "
+"this variable is only for the proxy that gets used by apt internally within "
+"the chroot, it is not used for anything else."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:256
+#, no-wrap
+msgid "B<--apt-indices> true|false|none"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:258
+msgid ""
+"defines if the resulting images should have apt indices or not and defaults "
+"to true. If set to none, no indices are included at all."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:258
+#, no-wrap
+msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:260
+msgid ""
+"defines the default options that will be appended to every apt call that is "
+"made inside chroot during the building of the image. By default, this is set "
+"to --yes to allow non-interactive installation of packages."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:260
+#, no-wrap
+msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:262
+msgid ""
+"defines the default options that will be appended to every aptitude call "
+"that is made inside chroot during building of the image. By default, this is "
+"set to --assume-yes to allow non-interactive installation of packages."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:262
+#, no-wrap
+msgid "B<--apt-pipeline> I<DEPTH>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:264
+msgid ""
+"sets the depth of the apt/aptitude pipeline. In cases where the remote "
+"server is not RFC conforming or buggy (such as Squid 2.0.2) this option can "
+"be a value from 0 to 5 indicating how many outstanding requests APT should "
+"send. A value of zero MUST be specified if the remote host does not properly "
+"linger on TCP connections - otherwise data corruption will occur. Hosts "
+"which require this are in violation of RFC 2068. By default, live-build does "
+"not set this option."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:264
+#, no-wrap
+msgid "B<--apt-recommends> true|false"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:266
+msgid ""
+"defines if apt should install recommended packages automatically. By "
+"default, this is true except in emdebian mode."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:266
+#, no-wrap
+msgid "B<--apt-secure> true|false"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:268
+msgid ""
+"defines if apt should check repository signatures. This is true by default."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:268
+#, no-wrap
+msgid "B<--apt-source-archives> true|false"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:270
+msgid ""
+"defines if deb-src entries should be included in the resulting live image or "
+"not, defaults to on."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:270
+#, no-wrap
+msgid "-a|B<--architectures> I<ARCHITECTURE>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:272
+msgid ""
+"defines the architecture of the to be build image. By default, this is set "
+"to the host architecture. Note that you cannot crossbuild for another "
+"architecture if your host system is not able to execute binaries for the "
+"target architecture natively. For example, building amd64 images on i386 and "
+"vice versa is possile if you have a 64bit capable i386 processor and the "
+"right kernel. But building powerpc images on an i386 system is not possible."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:272
+#, no-wrap
+msgid "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:274
+msgid ""
+"defines the image type to build. By default, for images using syslinux this "
+"is set to iso-hybrid to build CD/DVD images that may also be used like hdd "
+"images, for non-syslinux images, it defaults to iso."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:274
+#, no-wrap
+msgid "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:276
+msgid ""
+"defines the filesystem to be used in the image type. This only has an effect "
+"if the selected binary image type does allow to choose a filesystem. For "
+"example, when selection iso the resulting CD/DVD has always the filesystem "
+"ISO9660. When building hdd images for usb sticks, this is active. Note that "
+"it defaults to fat16 on all architectures except sparc where it defaults to "
+"ext4. Also note that if you choose fat16 and your resulting binary image "
+"gets bigger than 2GB, the binary filesystem automatically gets switched to "
+"fat32."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:276
+#, no-wrap
+msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:278
+msgid "sets boot parameters specific to debian-installer, if included."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:278
+#, no-wrap
+msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:280
+msgid ""
+"sets boot parameters specific to debian-live. A complete list of boot "
+"parameters can be found in the I<live-boot>(7) and I<live-config>(7) manual "
+"pages."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:280
+#, no-wrap
+msgid "B<--bootloader> grub|syslinux|yaboot"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:282
+msgid ""
+"defines which bootloader is beeing used in the generated image. This has "
+"only an effect if the selected binary image type does allow to choose the "
+"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. B<lb config> 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."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:282
+#, no-wrap
+msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:284
+msgid ""
+"defines which program is used to bootstrap the debian chroot, default is "
+"debootstrap."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:284
+#, no-wrap
+msgid "B<--cache> true|false"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:286
+msgid ""
+"defines globally if any cache should be used at all. Different caches can be "
+"controled through the their own options."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:286
+#, no-wrap
+msgid "B<--cache-indices> true|false"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:288
+msgid ""
+"defines if downloaded package indices and lists should be cached which is "
+"false by default. Enabling it would allow to rebuild an image completely "
+"offline, however, you would not get updates anymore then."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:288
+#, no-wrap
+msgid "B<--cache-packages> true|false"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:290
+msgid ""
+"defines if downloaded packages files should be cached which is true by "
+"default. Disabling it does save space consumtion in your build directory, "
+"but remember that you will cause much unnecessary traffic if you do a couple "
+"of rebuilds. In general you should always leave it true, however, in some "
+"particular rare build setups, it can be faster to refetch packages from the "
+"local network mirror rather than to utilize the local disk."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:290
+#, no-wrap
+msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:292
+msgid ""
+"sets which stages should be cached. By default set to bootstrap. As an "
+"exception to the normal stage names, also rootfs can be used here which does "
+"only cache the generated root filesystem in filesystem.{dir,ext*,squashfs}. "
+"This is useful during development if you want to rebuild the binary stage "
+"but not regenerate the root filesystem all the time."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:292
+#, no-wrap
+msgid "B<--checksums> md5|sha1|sha256|none"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:294
+msgid ""
+"defines if the binary image should contain a file called md5sums.txt, "
+"sha1sums.txt and/or sha256sums.txt. These lists all files on the image "
+"together with their checksums. This in turn can be used by live-boots built-"
+"in integrity-check to verify the medium if specified at boot prompt. In "
+"general, this should not be false and is an important feature of live system "
+"released to the public. However, during development of very big images it "
+"can save some time by not calculating the checksums."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:294
+#, no-wrap
+msgid "B<--compression> bzip2|gzip|lzip|none"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:296
+msgid ""
+"defines the compression program to be used to compress tarballs. Defaults to "
+"gzip."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:296
+#, no-wrap
+msgid "B<--config> I<GIT_URL>::I<GIT_ID>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:298
+msgid ""
+"allows to bootstrap a config tree from a git repositories, optionally "
+"appended by a Git Id (branch, commit, tag, etc.)."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:298
+#, no-wrap
+msgid "B<--build-with-chroot> true|false"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:300
+msgid ""
+"defines whetever live-build should use the tools from within the chroot to "
+"build the binary image or not by using and including the host systems tools. "
+"This is a very dangerous option, using the tools of the host system can lead "
+"to tainted and even non-bootable images if the host systems version of the "
+"required tools (mainly these are the bootloaders such as syslinux, grub and "
+"yaboot, and the auxilliary tools such as dosfstools, genisoimage, squashfs-"
+"tools and others) do not B<exactely> match what is present at build-time in "
+"the target distribution. Never do disable this option unless you are "
+"B<exactely> sure what you are doing and have B<completely>I< understood its "
+"consequences.>"
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:300
+#, no-wrap
+msgid "B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:302
+msgid ""
+"defines which filesystem type should be used for the root filesystem image. "
+"If you use none, then no filesystem image is created and the root filesystem "
+"content is copied on the binary image filesystem as flat files. Depending on "
+"what binary filesystem you have choosen, it may not be possible to build "
+"with such a plain root filesystem, e.g. fat16/fat32 will not work as linux "
+"does not support to run directly on them."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:302
+#, no-wrap
+msgid "B<--clean>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:304
+msgid ""
+"minimizes config directory by automatically removing unused and thus empty "
+"subdirectories."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:304
+#, no-wrap
+msgid "-c|B<--conffile> I<FILE>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:306
+msgid ""
+"using a user specified alternative configuration file in addition to the "
+"normally used one in the config directory."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:306
+#, no-wrap
+msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:308
+msgid ""
+"defines what value the debconf frontend should be set to inside the chroot. "
+"Note that setting it to anything by noninteractive, which is the default, "
+"makes your build asking questions during the build."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:308
+#, no-wrap
+msgid "B<--debconf-priority> low|medium|high|critical"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:310
+msgid ""
+"defines what value the debconf priority shoul dbe set to inside the chroot. "
+"By default, it is set to critical, which means that almost no questions are "
+"displayed. Note that this only has an effect if you use any debconf frontend "
+"different from noninteractive."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:310
+#, no-wrap
+msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:312
+msgid ""
+"defines which type, if any, of the debian-installer should be included in "
+"the resulting binary image. By default, no installer is included. All "
+"available flavours except live are the identical configurations used on the "
+"installer media produced by regular debian-cd. When live is choosen, the "
+"live-installer udeb is included so that debian-installer will behave "
+"different than usual - instead of installing the debian system from packages "
+"from the medium or the network, it installs the live system to the disk."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:312
+#, no-wrap
+msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:314
+msgid ""
+"defines the distribution where the debian-installer files should be taken "
+"out from. Normally, this should be set to the same distribution as the live "
+"system. However, some times, one wants to use a newer or even daily built "
+"installer."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:314
+#, no-wrap
+msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:316
+msgid ""
+"sets the filename or URL for an optionally used and included preseeding file "
+"for debian-installer. If config/binary_debian-installer/preseed.cfg exists, "
+"it will be used by default."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:316
+#, no-wrap
+msgid "B<--debian-installer-gui> true|false"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:318
+msgid ""
+"defines if the debian-installer graphical GTK interface should be true or "
+"not. In Debian mode and for most versions of Ubuntu, this option is true, "
+"whereas otherwise false, by default."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:318 en/live-build.7:36
+#, no-wrap
+msgid "B<--debug>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:320
+msgid "turn on debugging informational messages."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:320
+#, no-wrap
+msgid "-d|B<--distribution> I<CODENAME>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:322
+msgid "defines the distribution of the resulting live system."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:322
+#, no-wrap
+msgid "-d|B<--parent-distribution> I<CODENAME>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:324
+msgid ""
+"defines the parent distribution for derivatives of the resulting live system."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:324
+#, no-wrap
+msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:326
+msgid ""
+"defines the parent debian-installer distribution for derivatives of the "
+"resulting live system."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:326
+#, no-wrap
+msgid "B<--dump>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:328
+msgid ""
+"prepares a report of the currently present live system configuration and the "
+"version of live-build used. This is useful to provide if you submit bug "
+"reports, we do get all informations required for us to locate and replicate "
+"an error."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:328
+#, no-wrap
+msgid "B<--fdisk> fdisk|fdisk.dist"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:330
+msgid ""
+"sets the filename of the fdisk binary from the host system that should be "
+"used. This is autodetected and does generally not need any customization."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:330 en/live-build.7:38
+#, no-wrap
+msgid "B<--force>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:332
+msgid ""
+"forces re-execution of already run stages. Use only if you know what you are "
+"doing. It is generally safer to use B<lb clean> to clean up before re-"
+"executing B<lb build>."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:332
+#, no-wrap
+msgid "B<--grub-splash> I<FILE>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:334
+msgid ""
+"defines the name of an optional to be included splash screen graphic for the "
+"grub bootloader."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:334
+#, no-wrap
+msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:336
+msgid ""
+"defines the default options that will be appended to (almost) every gzip "
+"call during the building of the image. By default, this is set to --best to "
+"use highest (but slowest) compression. Dynamically, if the host system "
+"supports it, also --rsyncable is added."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:336
+#, no-wrap
+msgid "B<--hooks> I<FILE>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:338
+msgid ""
+"defines which hooks available in /usr/share/live/build/examples/hooks should "
+"be activated. Normally, there are no hooks executed. Make sure you know and "
+"understood the hook before you enable it."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:338
+#, no-wrap
+msgid "B<--ignore-system-defaults>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:340
+msgid ""
+"B<lb config> by default reads system defaults from I</etc/live/build.conf> "
+"and I</etc/live/build/*> when generating a new live system config directory. "
+"This is useful if you want to set global settings, such as mirror locations, "
+"and don't want to specify them all of the time."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:340
+#, no-wrap
+msgid "B<--initramfs> auto|none|live-boot|casper"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:342
+msgid ""
+"sets the name of package that contains the live system specific initramfs "
+"modification. By default, auto is used, which means that at build time of "
+"the image rather than on configuration time, the value will be expanded to "
+"casper when building ubuntu systems, to live-boot for all other systems. "
+"Using 'none' is useful if the resulting system image should not be a live "
+"image (experimental)."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:342
+#, no-wrap
+msgid "B<--initramfs-compression> bzip2|gzip|lzma]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:344
+msgid ""
+"defines the compression program to be used to compress the initramfs. "
+"Defaults to gzip."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:344
+#, no-wrap
+msgid "B<--interactive> shell"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:346
+msgid ""
+"defines if after the chroot stage and before the beginning of the binary "
+"stage, a interactive shell login should be spawned in the chroot in order to "
+"allow you to do manual customizations. Once you close the shell with logout "
+"or exit, the build will continue as usual. Note that it's strongly "
+"discouraged to use this for anything else than testing. Modifications that "
+"should be present in all builds of a live system should be properly made "
+"through hooks. Everything else destroys the beauty of being able to "
+"completely automatise the build process and making it non interactive. By "
+"default, this is of course false."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:346
+#, no-wrap
+msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:348
+msgid "defines options to pass to isohybrid."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:348
+#, no-wrap
+msgid "B<--iso-application> I<NAME>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:350
+msgid ""
+"sets the APPLICATION field in the header of a resulting CD/DVD image and "
+"defaults to \"Debian Live\" in debian mode, and to \"Emdebian Live\" in "
+"emdebian mode, and \"Ubuntu Live\" in ubuntu mode."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:350
+#, no-wrap
+msgid "B<--iso-preparer> I<NAME>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:352
+msgid ""
+"sets the PREPARER field in the header of a resulting CD/DVD image. By "
+"default this is set to \"live-build I<VERSION>; http://packages.qa.debian."
+"org/live-build\", whereas VERSION is expanded to the version of live-build "
+"that was used to build the image."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:352
+#, no-wrap
+msgid "B<--iso-publisher> I<NAME>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:354
+msgid ""
+"sets the PUBLISHED field in the header of a resulting CD/DVD image. By "
+"default, this is set to 'Debian Live project; http:/live.debian.net/; debian-"
+"live@lists.debian.org'. Remember to change this to the appropriate values at "
+"latest when you distributing custom and unofficial images."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:354
+#, no-wrap
+msgid "B<--iso-volume> I<NAME>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:356
+msgid ""
+"sets the VOLUME field in the header of a resulting CD/DVD and defaults to "
+"'(I<MODE>) (I<DISTRIBUTION>) (I<DATE>)' whereas MODE is expanded to the name "
+"of the mode in use, DISTRIBUTION the distribution name, and DATE with the "
+"current date and time of the generation."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:356
+#, no-wrap
+msgid "B<--jffs2-eraseblock> I<SIZE>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:358
+msgid ""
+"sets the eraseblock size for a JFFS2 (Second Journalling Flash File System) "
+"filesystem. The default is 64 KiB. If you use an erase block size different "
+"than the erase block size of the target MTD device, JFFS2 may not perform "
+"optimally. If the SIZE specified is below 4096, the units are assumed to be "
+"KiB."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:358
+#, no-wrap
+msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:360
+msgid ""
+"sets the keyring package or additional keyring packages. By default this is "
+"set to debian-archive-keyring."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:360
+#, no-wrap
+msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:362
+msgid ""
+"sets the kernel flavours to be installed. Note that in case you specify more "
+"than that the first will be configured the default kernel that gets booted."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:362
+#, no-wrap
+msgid "B<--linux-packages> \"I<PACKAGES>\""
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:364
+msgid ""
+"sets the internal name of the kernel packages naming scheme. If you use "
+"debian kernel packages, you will not have to adjust it. If you decide to use "
+"custom kernel packages that do not follow the debian naming scheme, remember "
+"to set this option to the stub of the packages only (for debian this is "
+"linux-image-2.6), so that I<STUB>-I<FLAVOUR> results in a valid package name "
+"(for debian e.g. linux-image-2.6-486). Preferably you use the meta package "
+"name, if any, for the stub, so that your configuration is ABI independent. "
+"Also don't forget that you have to include stubs of the binary modules "
+"packages for unionfs or aufs, and squashfs if you built them out-of-tree."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:364
+#, no-wrap
+msgid "B<--losetup> losetup|losetup.orig"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:366
+msgid ""
+"sets the filename of the losetup binary from the host system that should be "
+"used. This is autodetected and does generally not need any customization."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:366
+#, no-wrap
+msgid "B<--memtest> memtest86+|memtest86|none"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:368
+msgid ""
+"defines if memtest, memtest86+ or no memory tester at all should be included "
+"as secondary bootloader configuration. This is only available on amd64 and "
+"i386 and defaults to memtest86+."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:368
+#, no-wrap
+msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:370
+msgid ""
+"sets the location of the debian package mirror that should be used to "
+"bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may "
+"not be a good default if you live outside of Europe."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:370
+#, no-wrap
+msgid "B<--parent-mirror-chroot> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:372
+msgid ""
+"sets the location of the debian package mirror that will be used to fetch "
+"the packages in order to build the live system. By default, this is set to "
+"the value of --parent-mirror-bootstrap."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:372
+#, no-wrap
+msgid "B<--parent-mirror-chroot-security> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:374
+msgid ""
+"sets the location of the debian security package mirror that will be used to "
+"fetch the packages in order to build the live system. By default, this "
+"points to http://security.debian.org/debian/."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:374
+#, no-wrap
+msgid "B<--parent-mirror-chroot-updates> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:376
+msgid ""
+"sets the location of the debian updates package mirror that will be used to "
+"fetch packages in order to build the live system. By default, this is set to "
+"the value of --parent-mirror-chroot."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:376
+#, no-wrap
+msgid "B<--parent-mirror-chroot-backports> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:378
+msgid ""
+"sets the location of the debian backports package mirror that will be used "
+"to fetch packages in order to build the live system. By default, this points "
+"to http://backports.debian.org/debian-backports/."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:378
+#, no-wrap
+msgid "B<--parent-mirror-binary> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:380
+msgid ""
+"sets the location of the debian package mirror that should end up configured "
+"in the final image and which is the one a user would see and use. This has "
+"not necessarily to be the same that is used to build the image, e.g. if you "
+"use a local mirror but want to have an official mirror in the image. By "
+"default, 'http://http.debian.net/debian/' is used."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:380
+#, no-wrap
+msgid "B<--parent-mirror-binary-security> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:382
+msgid ""
+"sets the location of the debian security package mirror that should end up "
+"configured in the final image. By default, 'http://security.debian.org/' is "
+"used."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:382
+#, no-wrap
+msgid "B<--parent-mirror-binary-updates> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:384
+msgid ""
+"sets the location of the debian updates package mirror that should end up "
+"configured in the final image. By default, the value of --parent-mirror-"
+"binary is used."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:384
+#, no-wrap
+msgid "B<--parent-mirror-binary-backports> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:386
+msgid ""
+"sets the location of the debian backports package mirror that should end up "
+"configured in the final image. By default, 'http://backports.debian.org/"
+"debian-backports/' is used."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:386
+#, no-wrap
+msgid "B<--parent-mirror-debian-installer> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:388
+msgid ""
+"sets the location of the mirror that will be used to fetch the debian "
+"installer images. By default, this points to the same mirror used to build "
+"the live system, i.e. the value of --parent-mirror-bootstrap."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:388
+#, no-wrap
+msgid "B<--mirror-bootstrap> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:390
+msgid ""
+"sets the location of the debian package mirror that should be used to "
+"bootstrap the derivative from. This defaults to http://ftp.de.debian.org/"
+"debian/ which may not be a good default if you live outside of Europe."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:390
+#, no-wrap
+msgid "B<--mirror-chroot> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:392
+msgid ""
+"sets the location of the debian package mirror that will be used to fetch "
+"the packages of the derivative in order to build the live system. By "
+"default, this is set to the value of --mirror-bootstrap."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:392
+#, no-wrap
+msgid "B<--mirror-chroot-security> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:394
+msgid ""
+"sets the location of the debian security package mirror that will be used to "
+"fetch the packages of the derivative in order to build the live system. By "
+"default, this points to http://security.debian.org/debian/."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:394
+#, no-wrap
+msgid "B<--mirror-chroot-updates> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:396
+msgid ""
+"sets the location of the debian updates package mirror that will be used to "
+"fetch packages of the derivative in order to build the live system. By "
+"default, this is set to the value of --mirror-chroot."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:396
+#, no-wrap
+msgid "B<--mirror-chroot-backports> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:398
+msgid ""
+"sets the location of the debian backports package mirror that will be used "
+"to fetch packages of the derivative in order to build the live system. By "
+"default, this points to http://backports.debian.org/debian-backports/."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:398
+#, no-wrap
+msgid "B<--mirror-binary> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:400
+msgid ""
+"sets the location of the derivative package mirror that should end up "
+"configured in the final image and which is the one a user would see and use. "
+"This has not necessarily to be the same that is used to build the image, e."
+"g. if you use a local mirror but want to have an official mirror in the "
+"image."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:400
+#, no-wrap
+msgid "B<--mirror-binary-security> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:402
+msgid ""
+"sets the location of the derivatives security package mirror that should end "
+"up configured in the final image."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:402
+#, no-wrap
+msgid "B<--mirror-binary-updates> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:404
+msgid ""
+"sets the location of the derivatives updates package mirror that should end "
+"up configured in the final image."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:404
+#, no-wrap
+msgid "B<--mirror-binary-backports> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:406
+msgid ""
+"sets the location of the derivatives backports package mirror that should "
+"end up configured in the final image."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:406
+#, no-wrap
+msgid "B<--mirror-debian-installer> I<URL>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:408
+msgid ""
+"sets the location of the mirror that will be used to fetch the debian "
+"installer images of the derivative. By default, this points to the same "
+"mirror used to build the live system, i.e. the value of --mirror-bootstrap."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:408
+#, no-wrap
+msgid "B<--mode> debian|emdebian|progress|ubuntu"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:410
+msgid ""
+"defines a global mode to load project specific defaults. By default this is "
+"set to debian."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:410
+#, no-wrap
+msgid "B<--system> live|normal"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:412
+msgid ""
+"defines if the resulting system image should a live system or a normal, non-"
+"live system."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:412
+#, no-wrap
+msgid "B<--net-root-filesystem> nfs|cfs"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:414
+msgid ""
+"defines the filesystem that will be configured in the bootloader "
+"configuration for your netboot image. This defaults to nfs."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:414
+#, no-wrap
+msgid "B<--net-root-mountoptions> I<OPTIONS>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:416
+msgid ""
+"sets additional options for mounting the root filesystem in netboot images "
+"and is by default empty."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:416
+#, no-wrap
+msgid "B<--net-root-path> I<PATH>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:418
+msgid ""
+"sets the file path that will be configured in the bootloader configuration "
+"for your netboot image. This defaults to /srv/debian-live in debian mode and "
+"to /srv/emebian-live when being in emdebian mode, and /srv/ubuntu-live when "
+"in ubuntu mode."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:418
+#, no-wrap
+msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:420
+msgid ""
+"sets the IP or hostname that will be configured in the bootloader "
+"configuration for the root filesystem of your netboot image. This defaults "
+"to 192.168.1.1."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:420
+#, no-wrap
+msgid "B<--net-cow-filesystem> nfs|cfs"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:422
+msgid ""
+"defines the filesystem type for the copy-on-write layer and defaults to nfs."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:422
+#, no-wrap
+msgid "B<--net-cow-mountoptions> I<OPTIONS>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:424
+msgid ""
+"sets additional options for mounting the copy-on-write layer in netboot "
+"images and is by default empty."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:424
+#, no-wrap
+msgid "B<--net-cow-path> I<PATH>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:426
+msgid ""
+"defines the path to client writable filesystem. Anywhere that "
+"I<client_mac_address> is specified in the path live-boot will substitute the "
+"MAC address of the client delimited with hyphens."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:429
+msgid "Example:"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:431
+msgid "/export/hosts/client_mac_address"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:433
+msgid "/export/hosts/00-16-D3-33-92-E8"
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:433
+#, no-wrap
+msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:435
+msgid ""
+"sets the IP or hostname that will be configured in the bootloader "
+"configuration for the copy-on-write filesystem of your netboot image and is "
+"by default empty."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:435
+#, no-wrap
+msgid "B<--net-tarball> true|false"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:437
+msgid ""
+"defines if a compressed tarball should be created. Disabling this options "
+"leads to no tarball at all, the plain binary directory is considered the "
+"output in this case. Default is true."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:437
+#, no-wrap
+msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\""
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:439
+msgid ""
+"defines which lists available in /usr/share/live/build/package-lists should "
+"be used. By default, this is set to standard. Note that in case you have "
+"local package lists, you don't need to list them here. Putting them into "
+"config/package-lists is enough (the filename needs to have the .list suffix "
+"though)."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:439 en/live-build.7:40
+#, no-wrap
+msgid "B<--quiet>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:441
+msgid "reduces the verbosity of messages output by B<lb build>."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:441
+#, no-wrap
+msgid "B<--archives> I<ARCHIVE>|\"I<ARCHIVES>\""
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:443
+msgid ""
+"enables one of available third-party archive configurations in /usr/share/"
+"live/build/archives."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:443
+#, no-wrap
+msgid "B<--root-command> sudo"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:445
+msgid ""
+"controls if live-build should use sudo internally to build the live image. "
+"Note that this is not well tested and that you should, when relying on sudo, "
+"call the individual live-build command with sudo itself."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:445
+#, no-wrap
+msgid "B<--use-fakeroot> true|false"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:447
+msgid ""
+"controls if live-build should utilize fakeroot and fakechroot to try and "
+"avoid requiring root privillages where possible. By default, this option is "
+"false."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:447
+#, no-wrap
+msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:449
+msgid ""
+"defines which package archive areas of a debian packages archive should be "
+"used for configured debian package mirrors. By default, this is set to main. "
+"Remember to check the licenses of each packages with respect to their "
+"redistributability in your juristiction when enabling contrib or non-free "
+"with this mechanism."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:449
+#, no-wrap
+msgid "B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|\"I<PARENT_ARCHIVE_AREAS>\""
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:451
+msgid "defines the archive areas for derivatives of the resulting live system."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:451
+#, no-wrap
+msgid "B<--security> true|false"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:453
+msgid ""
+"defines if the security repositories specified in the security mirror "
+"options should be used or not."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:453
+#, no-wrap
+msgid "B<--source> true|false"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:455
+msgid ""
+"defines if a corresponding source image to the binary image should be build. "
+"By default this is false because most people do not require this and would "
+"require to download quite a few source packages. However, once you start "
+"distributing your live image, you should make sure you build it with a "
+"source image alongside."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:455
+#, no-wrap
+msgid "-s|B<--source-images> iso|netboot|tar|hdd"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:457
+msgid "defines the image type for the source image. Default is tar."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:457
+#, no-wrap
+msgid "B<--firmware-binary> true|false"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:459
+msgid ""
+"defines if firmware packages should be automatically included into the "
+"binary pool for debian-installer. Note that only firmware packages available "
+"within the configured archive areas are included, e.g. an image with "
+"packages from main only will not automatically include firmware from non-"
+"free. This option does not interfere with explicitly listed packages in "
+"binary package lists."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:459
+#, no-wrap
+msgid "B<--firmware-chroot> true|false"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:461
+msgid ""
+"defines if firmware packages should be automatically included into the live "
+"image. Note that only firmware packages available within the configured "
+"archive areas are included, e.g. an image with packages from main only will "
+"not automatically include firmware from non-free. This option does not "
+"interfere with explicitly listed packages in chroot package lists."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:461
+#, no-wrap
+msgid "B<--swap-file-path> I<PATH>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:463
+msgid ""
+"defines the path to a swap file to create in the binary image. Default is "
+"not to create a swap file."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:463
+#, no-wrap
+msgid "B<--swap-file-size> I<MB>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:465
+msgid ""
+"defines what size in megabytes the swap file should be, if one is to be "
+"created. Default is 512MB."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:465
+#, no-wrap
+msgid "B<--syslinux-theme> I<THEME_SUFFIX>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:467
+msgid ""
+"defines the syslinux theme to use. The theme suffix is the name of a "
+"directory in /usr/share/syslinux/themes/ provided by a package named "
+"syslinux-theme- plus the suffix. In debian mode, this defaults to debian-"
+"wheezy."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:467
+#, no-wrap
+msgid "B<--tasksel> apt|aptitude|tasksel"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:469
+msgid ""
+"selects which program is used to install tasks. By default, this is set to "
+"tasksel."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:469
+#, no-wrap
+msgid "B<--templates> I<PATH>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:471
+msgid ""
+"sets the path to the templates that live-build is going to use, e.g. for "
+"bootloaders. By default, this is set to /usr/share/live/build/templates/."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:471
+#, no-wrap
+msgid "B<--hdd-size> MB"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:473
+msgid ""
+"defines what size the hdd image should be. Note that although the default is "
+"set to 10000 (= 10GB), it will not need 10GB space on your harddisk as the "
+"files are created as sparse files."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:473
+#, no-wrap
+msgid "B<--updates> true|false"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:475
+msgid ""
+"defines if debian updates package archives should be included in the image "
+"or not."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:475
+#, no-wrap
+msgid "B<--backports> true|false"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:477
+msgid ""
+"defines if debian backports package archives should be included in the image "
+"or not."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:477
+#, no-wrap
+msgid "B<--exposed-root> true|false"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:479
+msgid ""
+"defines whether to expose the root filesystem as read only and not covered "
+"by the union filesystem. This has useful implications for certain speciality "
+"setups such as LTSP. By default, this option is false."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:479 en/live-build.7:42
+#, no-wrap
+msgid "B<--verbose>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:481
+msgid "increases the verbosity of messages output by B<lb build>."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:481
+#, no-wrap
+msgid "B<--win32-loader true|false>"
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/lb_config.1:484
+msgid "defines if win32-loader should be included in the binary image or not."
+msgstr ""
+
+#. type: SH
+#: en/lb_config.1:485
+#, no-wrap
+msgid "ENVIRONMENT"
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/lb_config.1:488
+msgid ""
+"Currently, command line switches can also be specified through the "
+"corresponding environment variable. However, this generally should not be "
+"relied upon, as it is an implementation detail that is subject to change in "
+"future releases. For options applying directly to live-build, environment "
+"variables are named LB_FOO, meaning, e.g. B<--apt-ftp-proxy> becomes "
+"LB_APT_FTP_PROXY (the exception being internal options such as B<--debug>). "
+"For options passed to another program, as in APT_OPTIONS or GZIP_OPTIONS, no "
+"LB_ prefix is used."
+msgstr ""
+
+#. FIXME
+#. type: IP
+#: en/lb_config.1:492
+#, no-wrap
+msgid "B<auto/config>"
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:493
+#, no-wrap
+msgid "B</etc/live/build.conf, /etc/live/build/*>"
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/lb_config.1:496
+msgid ""
+"An optional, global configuration file for B<lb config> variables. It is "
+"useful to specify a few system wide defaults, like "
+"LB_PARENT_MIRROR_BOOTSTRAP. This feature can be false by specifying the B<--"
+"ignore-system-defaults> option."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:501 en/live-build.7:225
+msgid "I<live-boot>(7)"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:503 en/live-build.7:227
+msgid "I<live-config>(7)"
+msgstr ""
diff --git a/manpages/po/de/lb_source.1.po b/manpages/po/de/lb_source.1.po
new file mode 100644
index 000000000..71799ddc0
--- /dev/null
+++ b/manpages/po/de/lb_source.1.po
@@ -0,0 +1,204 @@
+# German translations for live-build package
+# Copyright (C) 2012 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-build package.
+# Automatically generated, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
+"PO-Revision-Date: 2012-08-02 18:55+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ASCII\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "LIVE-BUILD"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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-11-30"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "4.0~a1-1"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "Debian Live Project"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
+#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
+#: en/lb_testroot.1:3 en/live-build.7:3
+#, no-wrap
+msgid "NAME"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
+#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
+#: en/lb_testroot.1:6 en/live-build.7:6
+#, no-wrap
+msgid "SYNOPSIS"
+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:237 en/lb_source.1:9
+#: en/lb_testroot.1:9 en/live-build.7:11
+#, no-wrap
+msgid "DESCRIPTION"
+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:246 en/lb_source.1:14
+#: en/lb_testroot.1:18 en/live-build.7:20
+#, no-wrap
+msgid "OPTIONS"
+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:490 en/lb_source.1:17
+#: en/lb_testroot.1:21 en/live-build.7:219
+#, no-wrap
+msgid "FILES"
+msgstr ""
+
+#. type: IP
+#: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
+#: en/lb_source.1:18 en/lb_testroot.1:22
+#, no-wrap
+msgid "B<none>"
+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:497 en/lb_source.1:20
+#: en/lb_testroot.1:24 en/live-build.7:223
+#, no-wrap
+msgid "SEE ALSO"
+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:499 en/lb_source.1:22
+#: en/lb_testroot.1:26
+msgid "I<live-build>(7)"
+msgstr ""
+
+#. type: Plain text
+#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
+#: en/lb_testroot.1:28 en/live-build.7:229
+msgid "This program is a part of live-build."
+msgstr ""
+
+#. type: SH
+#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
+#: en/lb_testroot.1:29 en/live-build.7:230
+#, no-wrap
+msgid "HOMEPAGE"
+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:508 en/lb_source.1:27
+#: en/lb_testroot.1:31 en/live-build.7:232
+msgid ""
+"More information about live-build and the Debian Live project can be found "
+"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
+"E<lt>I<http://live.debian.net/manual/>E<gt>."
+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:509 en/lb_source.1:28
+#: en/lb_testroot.1:32 en/live-build.7:233
+#, no-wrap
+msgid "BUGS"
+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:511 en/lb_source.1:30
+#: en/lb_testroot.1:34 en/live-build.7:235
+msgid ""
+"Bugs can be reported by submitting a bugreport for the live-build package in "
+"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
+"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
+"debian.org>E<gt>."
+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:512 en/lb_source.1:31
+#: en/lb_testroot.1:35 en/live-build.7:236
+#, no-wrap
+msgid "AUTHOR"
+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:513 en/lb_source.1:32
+#: en/lb_testroot.1:36 en/live-build.7:237
+msgid ""
+"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
+"the Debian project."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_source.1:5
+msgid "B<lb source> - Complete the source stage"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_source.1:8
+msgid "B<lb source> [I<live-build options>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_source.1:11
+msgid ""
+"B<lb source> is a high-level command (porcelain) of I<live-build>(7), the "
+"Debian Live tool suite."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_source.1:13
+msgid ""
+"B<lb source> calls all necessary live-build programs in the correct order to "
+"complete the source stage."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_source.1:16
+msgid ""
+"B<lb source> has no specific options but understands all generic live-build "
+"options. See I<live-build>(7) for a complete list of all generic live-build "
+"options."
+msgstr ""
diff --git a/manpages/po/de/lb_testroot.1.po b/manpages/po/de/lb_testroot.1.po
new file mode 100644
index 000000000..74908f555
--- /dev/null
+++ b/manpages/po/de/lb_testroot.1.po
@@ -0,0 +1,214 @@
+# German translations for live-build package
+# Copyright (C) 2012 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-build package.
+# Automatically generated, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
+"PO-Revision-Date: 2012-08-02 18:55+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ASCII\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "LIVE-BUILD"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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-11-30"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "4.0~a1-1"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "Debian Live Project"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
+#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
+#: en/lb_testroot.1:3 en/live-build.7:3
+#, no-wrap
+msgid "NAME"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
+#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
+#: en/lb_testroot.1:6 en/live-build.7:6
+#, no-wrap
+msgid "SYNOPSIS"
+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:237 en/lb_source.1:9
+#: en/lb_testroot.1:9 en/live-build.7:11
+#, no-wrap
+msgid "DESCRIPTION"
+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:246 en/lb_source.1:14
+#: en/lb_testroot.1:18 en/live-build.7:20
+#, no-wrap
+msgid "OPTIONS"
+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:490 en/lb_source.1:17
+#: en/lb_testroot.1:21 en/live-build.7:219
+#, no-wrap
+msgid "FILES"
+msgstr ""
+
+#. type: IP
+#: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
+#: en/lb_source.1:18 en/lb_testroot.1:22
+#, no-wrap
+msgid "B<none>"
+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:497 en/lb_source.1:20
+#: en/lb_testroot.1:24 en/live-build.7:223
+#, no-wrap
+msgid "SEE ALSO"
+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:499 en/lb_source.1:22
+#: en/lb_testroot.1:26
+msgid "I<live-build>(7)"
+msgstr ""
+
+#. type: Plain text
+#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
+#: en/lb_testroot.1:28 en/live-build.7:229
+msgid "This program is a part of live-build."
+msgstr ""
+
+#. type: SH
+#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
+#: en/lb_testroot.1:29 en/live-build.7:230
+#, no-wrap
+msgid "HOMEPAGE"
+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:508 en/lb_source.1:27
+#: en/lb_testroot.1:31 en/live-build.7:232
+msgid ""
+"More information about live-build and the Debian Live project can be found "
+"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
+"E<lt>I<http://live.debian.net/manual/>E<gt>."
+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:509 en/lb_source.1:28
+#: en/lb_testroot.1:32 en/live-build.7:233
+#, no-wrap
+msgid "BUGS"
+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:511 en/lb_source.1:30
+#: en/lb_testroot.1:34 en/live-build.7:235
+msgid ""
+"Bugs can be reported by submitting a bugreport for the live-build package in "
+"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
+"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
+"debian.org>E<gt>."
+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:512 en/lb_source.1:31
+#: en/lb_testroot.1:35 en/live-build.7:236
+#, no-wrap
+msgid "AUTHOR"
+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:513 en/lb_source.1:32
+#: en/lb_testroot.1:36 en/live-build.7:237
+msgid ""
+"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
+"the Debian project."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_testroot.1:5
+msgid "B<lb testroot> - Ensure that a system is built as root"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_testroot.1:8
+msgid "B<lb testroot> [I<live-build options>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_testroot.1:11
+msgid ""
+"B<lb testroot> is a high-level command (porcelain) of I<live-build>(7), the "
+"Debian Live tool suite."
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/lb_testroot.1:14
+msgid ""
+"B<lb testroot> simply checks to see if you are root. If not, it exits with "
+"an error. Debian Live images must currently be built as real root."
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/lb_testroot.1:17
+msgid ""
+"Note: Support for using I<fakeroot>(1) and I<sudo>(8) internally in live-"
+"build itself is still experimental, however, calling a helper yourself with "
+"sudo is safe."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_testroot.1:20
+msgid ""
+"B<lb testroot> has no specific options but understands all generic live-"
+"build options. See I<live-build>(7) for a complete list of all generic live-"
+"build options."
+msgstr ""
diff --git a/manpages/po/de/live-build.7.po b/manpages/po/de/live-build.7.po
new file mode 100644
index 000000000..9ebdaf60f
--- /dev/null
+++ b/manpages/po/de/live-build.7.po
@@ -0,0 +1,1240 @@
+# German translations for live-build package
+# Copyright (C) 2012 Free Software Foundation, Inc.
+# This file is distributed under the same license as the live-build package.
+# Automatically generated, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: live-build VERSION\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
+"PO-Revision-Date: 2012-08-02 18:55+0300\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ASCII\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "LIVE-BUILD"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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-11-30"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "4.0~a1-1"
+msgstr ""
+
+#. type: TH
+#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
+#: 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 "Debian Live Project"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
+#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
+#: en/lb_testroot.1:3 en/live-build.7:3
+#, no-wrap
+msgid "NAME"
+msgstr ""
+
+#. type: SH
+#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
+#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
+#: en/lb_testroot.1:6 en/live-build.7:6
+#, no-wrap
+msgid "SYNOPSIS"
+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:237 en/lb_source.1:9
+#: en/lb_testroot.1:9 en/live-build.7:11
+#, no-wrap
+msgid "DESCRIPTION"
+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:246 en/lb_source.1:14
+#: en/lb_testroot.1:18 en/live-build.7:20
+#, no-wrap
+msgid "OPTIONS"
+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:490 en/lb_source.1:17
+#: en/lb_testroot.1:21 en/live-build.7:219
+#, no-wrap
+msgid "FILES"
+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:497 en/lb_source.1:20
+#: en/lb_testroot.1:24 en/live-build.7:223
+#, no-wrap
+msgid "SEE ALSO"
+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:505 en/lb_source.1:24
+#: en/lb_testroot.1:28 en/live-build.7:229
+msgid "This program is a part of live-build."
+msgstr ""
+
+#. type: SH
+#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
+#: en/lb_testroot.1:29 en/live-build.7:230
+#, no-wrap
+msgid "HOMEPAGE"
+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:508 en/lb_source.1:27
+#: en/lb_testroot.1:31 en/live-build.7:232
+msgid ""
+"More information about live-build and the Debian Live project can be found "
+"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
+"E<lt>I<http://live.debian.net/manual/>E<gt>."
+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:509 en/lb_source.1:28
+#: en/lb_testroot.1:32 en/live-build.7:233
+#, no-wrap
+msgid "BUGS"
+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:511 en/lb_source.1:30
+#: en/lb_testroot.1:34 en/live-build.7:235
+msgid ""
+"Bugs can be reported by submitting a bugreport for the live-build package in "
+"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
+"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
+"debian.org>E<gt>."
+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:512 en/lb_source.1:31
+#: en/lb_testroot.1:35 en/live-build.7:236
+#, no-wrap
+msgid "AUTHOR"
+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:513 en/lb_source.1:32
+#: en/lb_testroot.1:36 en/live-build.7:237
+msgid ""
+"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
+"the Debian project."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:318 en/live-build.7:36
+#, no-wrap
+msgid "B<--debug>"
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:330 en/live-build.7:38
+#, no-wrap
+msgid "B<--force>"
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:439 en/live-build.7:40
+#, no-wrap
+msgid "B<--quiet>"
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:479 en/live-build.7:42
+#, no-wrap
+msgid "B<--verbose>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:501 en/live-build.7:225
+msgid "I<live-boot>(7)"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:503 en/live-build.7:227
+msgid "I<live-config>(7)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:5
+msgid "B<live-build> - the Debian Live tool suite"
+msgstr ""
+
+#. FIXME
+#. FIXME
+#. type: Plain text
+#: en/live-build.7:10
+msgid ""
+"B<lb >I<COMMAND> [B<-h|--help>] [B<-u|--usage>] [B<-v|--version>] [B<--"
+"breakpoints>] [B<--conffile>] [B<--debug>] [B<--force>] [B<--quiet>] [B<--"
+"verbose>]"
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/live-build.7:14
+msgid ""
+"live-build is a set of scripts to build Debian Live system images. The idea "
+"behind live-build is a tool suite that uses a configuration directory to "
+"completely automate and customize all aspects of building a Live image."
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:16
+msgid "The I<COMMAND> is a name of a live-build command (see below)."
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/live-build.7:19
+msgid ""
+"More documentation about how to use live-build is available in the "
+"individual manpages for each helper and in the manual at E<lt>I<http://live."
+"debian.net/manual/>E<gt>."
+msgstr ""
+
+#. FIXME
+#. type: SS
+#: en/live-build.7:22
+#, no-wrap
+msgid "Shared live-build options"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:24
+msgid ""
+"The following command line options are supported by all live-build programs."
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:24
+#, no-wrap
+msgid "B<-h, --help>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:26
+msgid "display help and exit."
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:26
+#, no-wrap
+msgid "B<-u, --usage>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:28
+msgid "show usage and exit."
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:28
+#, no-wrap
+msgid "B<-v, --version>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:30
+msgid "output version information and exit."
+msgstr ""
+
+#. type: SS
+#: en/live-build.7:30
+#, no-wrap
+msgid "Common live-build options"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:32
+msgid ""
+"The following command line options are supported by most live-build "
+"programs. See the man page of each program for a complete explanation of "
+"what each option does."
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:32
+#, no-wrap
+msgid "B<--breakpoints>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:34
+msgid "run with breakpoints."
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:34
+#, no-wrap
+msgid "B<--conffile>"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:36
+msgid "use custom configuration file."
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:38
+msgid "show debug information."
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:40
+msgid "force helper execution, even if stage file exists."
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:42
+msgid "be quiet."
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/live-build.7:45
+msgid "be verbose."
+msgstr ""
+
+#. type: SH
+#: en/live-build.7:46
+#, no-wrap
+msgid "LIVE-BUILD COMMANDS"
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/live-build.7:49
+msgid ""
+"We divide live-build into high level (\"porcelain\") commands and low level "
+"(\"plumbing\") commands."
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/live-build.7:53
+msgid ""
+"Here is the complete list of all available live-build commands. See their "
+"man pages for additional documentation."
+msgstr ""
+
+#. type: SH
+#: en/live-build.7:54
+#, no-wrap
+msgid "HIGH-LEVEL COMMANDS (PORCELAIN)"
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/live-build.7:57
+msgid ""
+"We separate the porcelain commands into the main commands and some ancillary "
+"user utilities."
+msgstr ""
+
+#. type: SS
+#: en/live-build.7:57
+#, no-wrap
+msgid "Main porcelain commands"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:58
+#, no-wrap
+msgid "B<lb_config>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:60
+msgid "create configuration for live-build"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:60
+#, no-wrap
+msgid "B<lb_bootstrap>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:62
+msgid "create the first stage by bootstrapping a basic debian system"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:62
+#, no-wrap
+msgid "B<lb_chroot>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:64
+msgid "create the second stage by customizing the chroot"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:64
+#, no-wrap
+msgid "B<lb_binary>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:66
+msgid "create the third stage by generating a binary image"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:66
+#, no-wrap
+msgid "B<lb_source>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:68
+msgid "create the optional fourth stage by generating a source image"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:68
+#, no-wrap
+msgid "B<lb_clean>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:70
+msgid "clean up system build directories"
+msgstr ""
+
+#. type: SS
+#: en/live-build.7:70
+#, no-wrap
+msgid "Ancillary Commands"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:71
+#, no-wrap
+msgid "B<lb>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:73
+msgid "generic live-build wrapper"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:73
+#, no-wrap
+msgid "B<lb_build>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:75
+msgid "alias for all stages"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:75
+#, no-wrap
+msgid "B<lb_local>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:77
+msgid "helper for using a local live-build"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:77
+#, no-wrap
+msgid "B<lb_testroot>(1)"
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/live-build.7:80
+msgid "ensure that a system is built as root"
+msgstr ""
+
+#. type: SH
+#: en/live-build.7:81
+#, no-wrap
+msgid "LOW-LEVEL COMMANDS (PLUMBING)"
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/live-build.7:84
+msgid ""
+"The actual work of live-build is implemented in the low-level commands, "
+"called plumbing. They are not supposed to be used by end users, they should "
+"stick with porcelains as they ensure that all the different plumbing "
+"commands are executed in the right order. However, if you intend to reuse "
+"live-build commands in your own scripts, then the plumbings might be of "
+"interest for you."
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:86
+msgid ""
+"Note that the interface (set of options and the semantics) to these low-"
+"level commands are meant to be a lot more stable than Porcelain level "
+"commands. The interface to Porcelain commands on the other hand are subject "
+"to change in order to improve the end user experience."
+msgstr ""
+
+#. type: SS
+#: en/live-build.7:86
+#, no-wrap
+msgid "Bootstrap commands"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:87
+#, no-wrap
+msgid "B<lb_bootstrap_cache>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:89
+msgid "cache bootstrap stage"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:89
+#, no-wrap
+msgid "B<lb_bootstrap_cdebootstrap>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:91
+msgid "bootstrap a Debian system with cdebootstrap(1)"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:91
+#, no-wrap
+msgid "B<lb_bootstrap_debootstrap>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:93
+msgid "bootstrap a Debian system with debootstrap(8)"
+msgstr ""
+
+#. type: SS
+#: en/live-build.7:93
+#, no-wrap
+msgid "Chroot commands"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:94
+#, no-wrap
+msgid "B<lb_chroot_apt>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:96
+msgid "manage /etc/apt/apt.conf"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:96
+#, no-wrap
+msgid "B<lb_chroot_cache>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:98
+msgid "cache chroot stage"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:98
+#, no-wrap
+msgid "B<lb_chroot_debianchroot>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:100
+msgid "manage /etc/debian_chroot"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:100
+#, no-wrap
+msgid "B<lb_chroot_devpts>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:102
+msgid "mount /dev/pts"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:102
+#, no-wrap
+msgid "B<lb_chroot_dpkg>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:104
+msgid "manage /sbin/dpkg"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:104
+#, no-wrap
+msgid "B<lb_chroot_hacks>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:106
+msgid "execute hacks in chroot"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:106
+#, no-wrap
+msgid "B<lb_chroot_hostname>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:108
+msgid "manage /bin/hostname"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:108
+#, no-wrap
+msgid "B<lb_chroot_hosts>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:110
+msgid "manage /etc/hosts"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:110
+#, no-wrap
+msgid "B<lb_chroot_install-packages>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:112
+msgid "install queued packages into chroot"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:112
+#, no-wrap
+msgid "B<lb_chroot_interactive>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:114
+msgid "make build interactive"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:114
+#, no-wrap
+msgid "B<lb_chroot_linux-image>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:116
+msgid "manage /etc/kernel-img.conf"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:116
+#, no-wrap
+msgid "B<lb_chroot_hooks>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:118
+msgid "execute local hooks in chroot"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:118
+#, no-wrap
+msgid "B<lb_chroot_local-includes>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:120
+msgid "copy local files into chroot"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:120
+#, no-wrap
+msgid "B<lb_chroot_packages>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:122
+msgid "queue install of packages into chroot"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:122
+#, no-wrap
+msgid "B<lb_chroot_local-patches>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:124
+msgid "apply local patches against chroot"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:124
+#, no-wrap
+msgid "B<lb_chroot_local-preseed>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:126
+msgid "use debconf local preseeding file"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:126
+#, no-wrap
+msgid "B<lb_chroot_packagelists>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:128
+msgid "queue install of package lists into chroot"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:128
+#, no-wrap
+msgid "B<lb_chroot_proc>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:130
+msgid "mount /proc"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:130
+#, no-wrap
+msgid "B<lb_chroot_resolv>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:132
+msgid "manage /etc/resolv.conf"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:132
+#, no-wrap
+msgid "B<lb_chroot_selinuxfs>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:134
+msgid "mount /selinux"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:134
+#, no-wrap
+msgid "B<lb_chroot_archives>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:136
+msgid "manage /etc/apt/sources.list"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:136
+#, no-wrap
+msgid "B<lb_chroot_sysfs>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:138
+msgid "mount /sys"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:138
+#, no-wrap
+msgid "B<lb_chroot_sysv-rc>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:140
+msgid "manage /usr/sbin/policy-rc.d"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:140
+#, no-wrap
+msgid "B<lb_chroot_task-lists>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:142
+msgid "install task lists into chroot"
+msgstr ""
+
+#. type: SS
+#: en/live-build.7:142
+#, no-wrap
+msgid "Binary commands"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:143
+#, no-wrap
+msgid "B<lb_binary_chroot>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:145
+msgid "copy chroot into chroot"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:145
+#, no-wrap
+msgid "B<lb_binary_debian-installer>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:147
+msgid "install debian-installer into binary"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:147
+#, no-wrap
+msgid "B<lb_binary_disk>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:149
+msgid "install disk information into binary"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:149
+#, no-wrap
+msgid "B<lb_binary_grub>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:151
+msgid "installs grub into binary"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:151
+#, no-wrap
+msgid "B<lb_binary_grub2>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:153
+msgid "installs grub2 into binary"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:153
+#, no-wrap
+msgid "B<lb_binary_includes>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:155 en/live-build.7:163
+msgid "copy files into binary"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:155
+#, no-wrap
+msgid "B<lb_binary_iso>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:157
+msgid "build iso binary image"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:157
+#, no-wrap
+msgid "B<lb_binary_linux-image>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:159
+msgid "install linux-image into binary"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:159
+#, no-wrap
+msgid "B<lb_binary_local-hooks>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:161
+msgid "execute local hooks in binary"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:161
+#, no-wrap
+msgid "B<lb_binary_local-includes>(1)"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:163
+#, no-wrap
+msgid "B<lb_binary_local-packagelists>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:165
+msgid "install local package lists into binary"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:165
+#, no-wrap
+msgid "B<lb_binary_manifest>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:167
+msgid "create manifest"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:167
+#, no-wrap
+msgid "B<lb_binary_checksums>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:169
+msgid "create binary checksums (md5, sha1, and/or sha256)"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:169
+#, no-wrap
+msgid "B<lb_binary_memtest>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:171
+msgid "installs a memtest into binary"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:171
+#, no-wrap
+msgid "B<lb_binary_net>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:173
+msgid "build netboot binary image"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:173
+#, no-wrap
+msgid "B<lb_binary_rootfs>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:175
+msgid "build rootfs image"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:175
+#, no-wrap
+msgid "B<lb_binary_silo>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:177
+msgid "installs silo into binary"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:177
+#, no-wrap
+msgid "B<lb_binary_syslinux>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:179
+msgid "installs syslinux into binary"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:179
+#, no-wrap
+msgid "B<lb_binary_tar>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:181
+msgid "build harddisk binary image"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:181
+#, no-wrap
+msgid "B<lb_binary_hdd>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:183
+msgid "build binary hdd image"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:183
+#, no-wrap
+msgid "B<lb_binary_win32-loader>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:185
+msgid "installs win32-loader into binary"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:185
+#, no-wrap
+msgid "B<lb_binary_yaboot>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:187
+msgid "installs yaboot into binary"
+msgstr ""
+
+#. type: SS
+#: en/live-build.7:187
+#, no-wrap
+msgid "Source commands"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:188
+#, no-wrap
+msgid "B<lb_source_debian>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:190
+msgid "download sources"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:190
+#, no-wrap
+msgid "B<lb_source_debian-live>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:192
+msgid "copy debian-live config into source"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:192
+#, no-wrap
+msgid "B<lb_source_disk>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:194
+msgid "install disk information into source"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:194
+#, no-wrap
+msgid "B<lb_source_iso>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:196
+msgid "build iso source image"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:196
+#, no-wrap
+msgid "B<lb_source_checksums>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:198
+msgid "create source checksums (md5, sha1, and/or sha256)"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:198
+#, no-wrap
+msgid "B<lb_source_net>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:200
+msgid "build source net image"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:200
+#, no-wrap
+msgid "B<lb_source_tar>(1)"
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:202
+msgid "build source tarball"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:202
+#, no-wrap
+msgid "B<lb_source_hdd>(1)"
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/live-build.7:205
+msgid "build source hdd image"
+msgstr ""
+
+#. type: SH
+#: en/live-build.7:206
+#, no-wrap
+msgid "CONFIG FILES"
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/live-build.7:209
+msgid ""
+"Many live-build commands make use of files in the I<config/> directory to "
+"control what they do. Besides the common I<config/common>, which is used by "
+"all live-build commands, some additional files can be used to configure the "
+"behavior of specific live-build commands. These files are typically named "
+"config/stage or config/stage_helper (where \"stage\" of course, is replaced "
+"with the name of the stage that they belong to, and \"helper\" with the name "
+"of the helper)."
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:211
+msgid ""
+"For example, lb_bootstrap_debootstrap uses files named config/bootstrap and "
+"config/bootstrap_debootstrap to read the options it will use. See the man "
+"pages of individual commands for details about the names and formats of the "
+"files they use. Generally, these files contain variables with values "
+"assigned, one variable per line. Some programs in live-build use pairs of "
+"values or slightly more complicated variable assignments."
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:213
+msgid ""
+"Note that live-build will respect environment variables which are present in "
+"the context of the shell it is running. If variables can be read from config "
+"files, then they override environment variables, and if command line options "
+"are used, they override values from config files. If no value for a given "
+"variable can be found and thus is unset, live-build will automatically set "
+"it to the default value."
+msgstr ""
+
+#. type: Plain text
+#: en/live-build.7:215
+msgid ""
+"In some rare cases, you may want to have different versions of these files "
+"for different architectures or distributions. If files named config/stage."
+"arch or config/stage_helper.arch, and config/stage.dist or config/"
+"stage_helper.dist exist, where \"arch\" is the same as the output of \"dpkg "
+"--print-architecture\" and \"dist\" is the same as the codename of the "
+"target distribution, then they will be used in preference to other, more "
+"general files."
+msgstr ""
+
+#. FIXME
+#. type: Plain text
+#: en/live-build.7:218
+msgid ""
+"All config files are shell scripts which are sourced by a live-build "
+"program. That means they have to follow the normal shell syntax. You can "
+"also put comments in these files; lines beginning with \"#\" are ignored."
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:220
+#, no-wrap
+msgid "B</etc/live/build.conf>"
+msgstr ""
+
+#. type: IP
+#: en/live-build.7:221
+#, no-wrap
+msgid "B</etc/live/build/*>"
+msgstr ""
diff --git a/manpages/po4a.cfg b/manpages/po4a.cfg
index 6b6034e93..36e77e2fa 100644
--- a/manpages/po4a.cfg
+++ b/manpages/po4a.cfg
@@ -1,4 +1,4 @@
-[po4a_langs]
+[po4a_langs] de
[po4a_paths] pot/$master.pot $lang:po/$lang/$master.po
[type: man] en/lb.1 $lang:$lang/lb.$lang.1
[type: man] en/lb_binary.1 $lang:$lang/lb_binary.$lang.1
diff --git a/manpages/pot/lb.1.pot b/manpages/pot/lb.1.pot
index dadfebb27..ae9467a39 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: 2013-04-30 10:25+0300\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2013-04-30"
+msgid "2012-11-30"
msgstr ""
#. type: TH
@@ -37,7 +37,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 "3.0.5-1"
+msgid "4.0~a1-1"
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:233 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@@ -96,7 +96,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
-#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@@ -112,7 +112,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
-#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
@@ -127,7 +127,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
-#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
@@ -135,21 +135,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
-#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
-#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
-#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
@@ -157,7 +157,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
-#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
@@ -167,7 +167,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
-#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
@@ -175,7 +175,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
-#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@@ -186,7 +186,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
-#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
@@ -194,7 +194,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
-#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
diff --git a/manpages/pot/lb_binary.1.pot b/manpages/pot/lb_binary.1.pot
index 2f11aa9d3..3a4da83bd 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: 2013-04-30 10:25+0300\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2013-04-30"
+msgid "2012-11-30"
msgstr ""
#. type: TH
@@ -37,7 +37,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 "3.0.5-1"
+msgid "4.0~a1-1"
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:233 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
-#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
-#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
@@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
-#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
@@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
-#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
-#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
-#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
@@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
-#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
@@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
-#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
@@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
-#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
-#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
@@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
-#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
diff --git a/manpages/pot/lb_bootstrap.1.pot b/manpages/pot/lb_bootstrap.1.pot
index 67bcbdf5c..a0e7c64f7 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: 2013-04-30 10:25+0300\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2013-04-30"
+msgid "2012-11-30"
msgstr ""
#. type: TH
@@ -37,7 +37,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 "3.0.5-1"
+msgid "4.0~a1-1"
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:233 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
-#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
-#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
@@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
-#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
@@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
-#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
-#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
-#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
@@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
-#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
@@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
-#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
@@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
-#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
-#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
@@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
-#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
diff --git a/manpages/pot/lb_build.1.pot b/manpages/pot/lb_build.1.pot
index c578edfd1..573f59c60 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: 2013-04-30 10:25+0300\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2013-04-30"
+msgid "2012-11-30"
msgstr ""
#. type: TH
@@ -37,7 +37,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 "3.0.5-1"
+msgid "4.0~a1-1"
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:233 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
-#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
-#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
@@ -90,7 +90,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
-#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
@@ -98,21 +98,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
-#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
-#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
-#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
@@ -120,7 +120,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
-#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
@@ -130,7 +130,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
-#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
@@ -138,7 +138,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
-#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@@ -149,7 +149,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
-#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
@@ -157,7 +157,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
-#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
diff --git a/manpages/pot/lb_chroot.1.pot b/manpages/pot/lb_chroot.1.pot
index 481523968..a7f382d4b 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: 2013-04-30 10:25+0300\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2013-04-30"
+msgid "2012-11-30"
msgstr ""
#. type: TH
@@ -37,7 +37,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 "3.0.5-1"
+msgid "4.0~a1-1"
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:233 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
-#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
-#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
@@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
-#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
@@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
-#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
-#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
-#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
@@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
-#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
@@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
-#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
@@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
-#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
-#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
@@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
-#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
diff --git a/manpages/pot/lb_clean.1.pot b/manpages/pot/lb_clean.1.pot
index 8f02ac416..3e7b3fabd 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: 2013-04-30 10:25+0300\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2013-04-30"
+msgid "2012-11-30"
msgstr ""
#. type: TH
@@ -37,7 +37,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 "3.0.5-1"
+msgid "4.0~a1-1"
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:233 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
-#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
-#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
@@ -90,7 +90,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
-#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
@@ -98,21 +98,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
-#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
-#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
-#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
@@ -120,7 +120,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
-#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
@@ -130,7 +130,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
-#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
@@ -138,7 +138,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
-#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@@ -149,7 +149,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
-#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
@@ -157,7 +157,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
-#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
diff --git a/manpages/pot/lb_config.1.pot b/manpages/pot/lb_config.1.pot
index 2ab3b7b55..a085c1867 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: 2013-04-30 10:25+0300\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2013-04-30"
+msgid "2012-11-30"
msgstr ""
#. type: TH
@@ -37,7 +37,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 "3.0.5-1"
+msgid "4.0~a1-1"
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:233 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
-#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
-#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
@@ -90,7 +90,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
-#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
@@ -98,21 +98,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
-#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
-#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
-#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
@@ -120,7 +120,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
-#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
@@ -130,7 +130,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
-#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
@@ -138,7 +138,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
-#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@@ -149,7 +149,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
-#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
@@ -157,7 +157,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
-#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
@@ -197,7 +197,7 @@ msgstr ""
#. type: Plain text
#: en/lb_config.1:19
-msgid " [B<--apt-indices> true|false]"
+msgid " [B<--apt-indices> true|false|none]"
msgstr ""
#. type: Plain text
@@ -593,7 +593,7 @@ msgstr ""
#. type: Plain text
#: en/lb_config.1:177
-msgid " [B<--mode> debian|emdebian|progress-linux|ubuntu]"
+msgid " [B<--mode> debian|emdebian|progress-linux|ubuntu|kubuntu]"
msgstr ""
#. type: Plain text
@@ -648,94 +648,104 @@ msgstr ""
#. type: Plain text
#: en/lb_config.1:199
-msgid " [B<--quiet>]"
+msgid " [-p|B<--package-lists> I<LIST>|I<\"LISTS\">]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:201
-msgid " [B<--root-command> sudo]"
+msgid " [B<--quiet>]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:203
-msgid " [B<--use-fakeroot> true|false]"
+msgid " [B<--root-command> sudo]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:205
-msgid " [B<--archives> I<ARCHIVE>|I<\"ARCHIVES\">]"
+msgid " [B<--use-fakeroot> true|false]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:207
-msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
+msgid " [B<--archives> I<ARCHIVE>|I<\"ARCHIVES\">]"
msgstr ""
#. type: Plain text
#: en/lb_config.1:209
+msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:211
msgid ""
" [B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|I<\"PARENT_ARCHIVE_AREAS"
"\">]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:211
+#: en/lb_config.1:213
msgid " [B<--security> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:213
+#: en/lb_config.1:215
msgid " [B<--source> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:215
+#: en/lb_config.1:217
msgid " [-s|B<--source-images> iso|netboot|tar|hdd]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:217
+#: en/lb_config.1:219
+msgid " [B<--syslinux-theme> I<THEME_SUFFIX>]"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:221
msgid " [B<--tasksel> apt|aptitude|tasksel]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:219
+#: en/lb_config.1:223
msgid " [B<--templates> I<PATH>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:221
+#: en/lb_config.1:225
msgid " [B<--hdd-size >I<MB>]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:223
+#: en/lb_config.1:227
msgid " [B<--updates> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:225
+#: en/lb_config.1:229
msgid " [B<--backports> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:227
+#: en/lb_config.1:231
msgid " [B<--exposed-root> true|false]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:229
+#: en/lb_config.1:233
msgid " [B<--verbose>]"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:232
+#: en/lb_config.1:236
msgid " [B<--win32-loader true|false]>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:235
+#: en/lb_config.1:239
msgid ""
"B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
@@ -743,7 +753,7 @@ msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:238
+#: en/lb_config.1:242
msgid ""
"B<lb config> populates the configuration directory for live-build. By "
"default, this directory is named 'config' and is created in the current "
@@ -752,11 +762,11 @@ msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:241
+#: en/lb_config.1:245
msgid ""
"Note: Currently B<lb config> tries to be smart and sets defaults for some "
"options depending on the setting of other options (e.g. which linux packages "
-"to be used depending on if a squeeze system gets build or not). This means "
+"to be used depending on if a wheezy system gets build or not). This means "
"that when generating a new configuration, you should call B<lb config> only "
"once with all options specified. Calling it several times with only a subset "
"of the options each can result in non working configurations. This is also "
@@ -768,7 +778,7 @@ msgid ""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:244
+#: en/lb_config.1:248
msgid ""
"In addition to its specific options B<lb config> understands all generic "
"live-build options. See I<live-build>(7) for a complete list of all generic "
@@ -777,26 +787,26 @@ msgstr ""
#. FIXME
#. type: IP
-#: en/lb_config.1:246
+#: en/lb_config.1:250
#, no-wrap
msgid "B<--apt> apt|aptitude"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:248
+#: en/lb_config.1:252
msgid ""
"defines if apt-get or aptitude is used to install packages when building the "
"image. The default is apt."
msgstr ""
#. type: IP
-#: en/lb_config.1:248
+#: en/lb_config.1:252
#, no-wrap
msgid "B<--apt-ftp-proxy> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:250
+#: en/lb_config.1:254
msgid ""
"sets the ftp proxy to be used by apt. By default, this is empty. Note that "
"this variable is only for the proxy that gets used by apt internally within "
@@ -804,13 +814,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:250
+#: en/lb_config.1:254
#, no-wrap
msgid "B<--apt-http-proxy> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:252
+#: en/lb_config.1:256
msgid ""
"sets the http proxy to be used by apt. By default, this is empty. Note that "
"this variable is only for the proxy that gets used by apt internally within "
@@ -818,26 +828,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:252
+#: en/lb_config.1:256
#, no-wrap
-msgid "B<--apt-indices> true|false"
+msgid "B<--apt-indices> true|false|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:254
+#: en/lb_config.1:258
msgid ""
"defines if the resulting images should have apt indices or not and defaults "
-"to true."
+"to true. If set to none, no indices are included at all."
msgstr ""
#. type: IP
-#: en/lb_config.1:254
+#: en/lb_config.1:258
#, no-wrap
msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:256
+#: en/lb_config.1:260
msgid ""
"defines the default options that will be appended to every apt call that is "
"made inside chroot during the building of the image. By default, this is set "
@@ -845,13 +855,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:256
+#: en/lb_config.1:260
#, no-wrap
msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:258
+#: en/lb_config.1:262
msgid ""
"defines the default options that will be appended to every aptitude call "
"that is made inside chroot during building of the image. By default, this is "
@@ -859,13 +869,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:258
+#: en/lb_config.1:262
#, no-wrap
msgid "B<--apt-pipeline> I<DEPTH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:260
+#: en/lb_config.1:264
msgid ""
"sets the depth of the apt/aptitude pipeline. In cases where the remote "
"server is not RFC conforming or buggy (such as Squid 2.0.2) this option can "
@@ -877,51 +887,51 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:260
+#: en/lb_config.1:264
#, no-wrap
msgid "B<--apt-recommends> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:262
+#: en/lb_config.1:266
msgid ""
"defines if apt should install recommended packages automatically. By "
"default, this is true except in emdebian mode."
msgstr ""
#. type: IP
-#: en/lb_config.1:262
+#: en/lb_config.1:266
#, no-wrap
msgid "B<--apt-secure> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:264
+#: en/lb_config.1:268
msgid ""
"defines if apt should check repository signatures. This is true by default."
msgstr ""
#. type: IP
-#: en/lb_config.1:264
+#: en/lb_config.1:268
#, no-wrap
msgid "B<--apt-source-archives> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:266
+#: en/lb_config.1:270
msgid ""
"defines if deb-src entries should be included in the resulting live image or "
"not, defaults to on."
msgstr ""
#. type: IP
-#: en/lb_config.1:266
+#: en/lb_config.1:270
#, no-wrap
msgid "-a|B<--architectures> I<ARCHITECTURE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:268
+#: en/lb_config.1:272
msgid ""
"defines the architecture of the to be build image. By default, this is set "
"to the host architecture. Note that you cannot crossbuild for another "
@@ -932,13 +942,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:268
+#: en/lb_config.1:272
#, no-wrap
msgid "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:270
+#: en/lb_config.1:274
msgid ""
"defines the image type to build. By default, for images using syslinux this "
"is set to iso-hybrid to build CD/DVD images that may also be used like hdd "
@@ -946,13 +956,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:270
+#: en/lb_config.1:274
#, no-wrap
msgid "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:272
+#: en/lb_config.1:276
msgid ""
"defines the filesystem to be used in the image type. This only has an effect "
"if the selected binary image type does allow to choose a filesystem. For "
@@ -965,24 +975,24 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:272
+#: en/lb_config.1:276
#, no-wrap
msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:274
+#: en/lb_config.1:278
msgid "sets boot parameters specific to debian-installer, if included."
msgstr ""
#. type: IP
-#: en/lb_config.1:274
+#: en/lb_config.1:278
#, no-wrap
msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:276
+#: en/lb_config.1:280
msgid ""
"sets boot parameters specific to debian-live. A complete list of boot "
"parameters can be found in the I<live-boot>(7) and I<live-config>(7) manual "
@@ -990,13 +1000,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:276
+#: en/lb_config.1:280
#, no-wrap
msgid "B<--bootloader> grub|syslinux|yaboot"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:278
+#: en/lb_config.1:282
msgid ""
"defines which bootloader is beeing used in the generated image. This has "
"only an effect if the selected binary image type does allow to choose the "
@@ -1009,39 +1019,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:278
+#: en/lb_config.1:282
#, no-wrap
msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:280
+#: en/lb_config.1:284
msgid ""
"defines which program is used to bootstrap the debian chroot, default is "
"debootstrap."
msgstr ""
#. type: IP
-#: en/lb_config.1:280
+#: en/lb_config.1:284
#, no-wrap
msgid "B<--cache> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:282
+#: en/lb_config.1:286
msgid ""
"defines globally if any cache should be used at all. Different caches can be "
"controled through the their own options."
msgstr ""
#. type: IP
-#: en/lb_config.1:282
+#: en/lb_config.1:286
#, no-wrap
msgid "B<--cache-indices> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:284
+#: en/lb_config.1:288
msgid ""
"defines if downloaded package indices and lists should be cached which is "
"false by default. Enabling it would allow to rebuild an image completely "
@@ -1049,13 +1059,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:284
+#: en/lb_config.1:288
#, no-wrap
msgid "B<--cache-packages> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:286
+#: en/lb_config.1:290
msgid ""
"defines if downloaded packages files should be cached which is true by "
"default. Disabling it does save space consumtion in your build directory, "
@@ -1066,13 +1076,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:286
+#: en/lb_config.1:290
#, no-wrap
msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:288
+#: en/lb_config.1:292
msgid ""
"sets which stages should be cached. By default set to bootstrap. As an "
"exception to the normal stage names, also rootfs can be used here which does "
@@ -1082,13 +1092,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:288
+#: en/lb_config.1:292
#, no-wrap
msgid "B<--checksums> md5|sha1|sha256|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:290
+#: en/lb_config.1:294
msgid ""
"defines if the binary image should contain a file called md5sums.txt, "
"sha1sums.txt and/or sha256sums.txt. These lists all files on the image "
@@ -1100,60 +1110,60 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:290
+#: en/lb_config.1:294
#, no-wrap
msgid "B<--compression> bzip2|gzip|lzip|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:292
+#: en/lb_config.1:296
msgid ""
"defines the compression program to be used to compress tarballs. Defaults to "
"gzip."
msgstr ""
#. type: IP
-#: en/lb_config.1:292
+#: en/lb_config.1:296
#, no-wrap
msgid "B<--config> I<GIT_URL>::I<GIT_ID>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:294
+#: en/lb_config.1:298
msgid ""
"allows to bootstrap a config tree from a git repositories, optionally "
"appended by a Git Id (branch, commit, tag, etc.)."
msgstr ""
#. type: IP
-#: en/lb_config.1:294
+#: en/lb_config.1:298
#, no-wrap
msgid "B<--build-with-chroot> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:296
+#: en/lb_config.1:300
msgid ""
"defines whetever live-build should use the tools from within the chroot to "
"build the binary image or not by using and including the host systems tools. "
"This is a very dangerous option, using the tools of the host system can lead "
"to tainted and even non-bootable images if the host systems version of the "
"required tools (mainly these are the bootloaders such as syslinux, grub and "
-"yaboot, and the auxilliary tools such as dosfstools, xorriso, squashfs-tools "
-"and others) do not B<exactely> match what is present at build-time in the "
-"target distribution. Never do disable this option unless you are B<exactely> "
-"sure what you are doing and have B<completely>I< understood its consequences."
-">"
+"yaboot, and the auxilliary tools such as dosfstools, genisoimage, squashfs-"
+"tools and others) do not B<exactely> match what is present at build-time in "
+"the target distribution. Never do disable this option unless you are "
+"B<exactely> sure what you are doing and have B<completely>I< understood its "
+"consequences.>"
msgstr ""
#. type: IP
-#: en/lb_config.1:296
+#: en/lb_config.1:300
#, no-wrap
msgid "B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:298
+#: en/lb_config.1:302
msgid ""
"defines which filesystem type should be used for the root filesystem image. "
"If you use none, then no filesystem image is created and the root filesystem "
@@ -1164,39 +1174,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:298
+#: en/lb_config.1:302
#, no-wrap
msgid "B<--clean>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:300
+#: en/lb_config.1:304
msgid ""
"minimizes config directory by automatically removing unused and thus empty "
"subdirectories."
msgstr ""
#. type: IP
-#: en/lb_config.1:300
+#: en/lb_config.1:304
#, no-wrap
msgid "-c|B<--conffile> I<FILE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:302
+#: en/lb_config.1:306
msgid ""
"using a user specified alternative configuration file in addition to the "
"normally used one in the config directory."
msgstr ""
#. type: IP
-#: en/lb_config.1:302
+#: en/lb_config.1:306
#, no-wrap
msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:304
+#: en/lb_config.1:308
msgid ""
"defines what value the debconf frontend should be set to inside the chroot. "
"Note that setting it to anything by noninteractive, which is the default, "
@@ -1204,13 +1214,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:304
+#: en/lb_config.1:308
#, no-wrap
msgid "B<--debconf-priority> low|medium|high|critical"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:306
+#: en/lb_config.1:310
msgid ""
"defines what value the debconf priority shoul dbe set to inside the chroot. "
"By default, it is set to critical, which means that almost no questions are "
@@ -1219,13 +1229,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:306
+#: en/lb_config.1:310
#, no-wrap
msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:308
+#: en/lb_config.1:312
msgid ""
"defines which type, if any, of the debian-installer should be included in "
"the resulting binary image. By default, no installer is included. All "
@@ -1237,13 +1247,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:308
+#: en/lb_config.1:312
#, no-wrap
msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:310
+#: en/lb_config.1:314
msgid ""
"defines the distribution where the debian-installer files should be taken "
"out from. Normally, this should be set to the same distribution as the live "
@@ -1252,13 +1262,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:310
+#: en/lb_config.1:314
#, no-wrap
msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:312
+#: en/lb_config.1:316
msgid ""
"sets the filename or URL for an optionally used and included preseeding file "
"for debian-installer. If config/binary_debian-installer/preseed.cfg exists, "
@@ -1266,13 +1276,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:312
+#: en/lb_config.1:316
#, no-wrap
msgid "B<--debian-installer-gui> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:314
+#: en/lb_config.1:318
msgid ""
"defines if the debian-installer graphical GTK interface should be true or "
"not. In Debian mode and for most versions of Ubuntu, this option is true, "
@@ -1280,60 +1290,60 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:314 en/live-build.7:36
+#: en/lb_config.1:318 en/live-build.7:36
#, no-wrap
msgid "B<--debug>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:316
+#: en/lb_config.1:320
msgid "turn on debugging informational messages."
msgstr ""
#. type: IP
-#: en/lb_config.1:316
+#: en/lb_config.1:320
#, no-wrap
msgid "-d|B<--distribution> I<CODENAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:318
+#: en/lb_config.1:322
msgid "defines the distribution of the resulting live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:318
+#: en/lb_config.1:322
#, no-wrap
msgid "-d|B<--parent-distribution> I<CODENAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:320
+#: en/lb_config.1:324
msgid ""
"defines the parent distribution for derivatives of the resulting live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:320
+#: en/lb_config.1:324
#, no-wrap
msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:322
+#: en/lb_config.1:326
msgid ""
"defines the parent debian-installer distribution for derivatives of the "
"resulting live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:322
+#: en/lb_config.1:326
#, no-wrap
msgid "B<--dump>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:324
+#: en/lb_config.1:328
msgid ""
"prepares a report of the currently present live system configuration and the "
"version of live-build used. This is useful to provide if you submit bug "
@@ -1342,26 +1352,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:324
+#: en/lb_config.1:328
#, no-wrap
msgid "B<--fdisk> fdisk|fdisk.dist"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:326
+#: en/lb_config.1:330
msgid ""
"sets the filename of the fdisk binary from the host system that should be "
"used. This is autodetected and does generally not need any customization."
msgstr ""
#. type: IP
-#: en/lb_config.1:326 en/live-build.7:38
+#: en/lb_config.1:330 en/live-build.7:38
#, no-wrap
msgid "B<--force>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:328
+#: en/lb_config.1:332
msgid ""
"forces re-execution of already run stages. Use only if you know what you are "
"doing. It is generally safer to use B<lb clean> to clean up before re-"
@@ -1369,26 +1379,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:328
+#: en/lb_config.1:332
#, no-wrap
msgid "B<--grub-splash> I<FILE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:330
+#: en/lb_config.1:334
msgid ""
"defines the name of an optional to be included splash screen graphic for the "
"grub bootloader."
msgstr ""
#. type: IP
-#: en/lb_config.1:330
+#: en/lb_config.1:334
#, no-wrap
msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:332
+#: en/lb_config.1:336
msgid ""
"defines the default options that will be appended to (almost) every gzip "
"call during the building of the image. By default, this is set to --best to "
@@ -1397,13 +1407,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:332
+#: en/lb_config.1:336
#, no-wrap
msgid "B<--hooks> I<FILE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:334
+#: en/lb_config.1:338
msgid ""
"defines which hooks available in /usr/share/live/build/examples/hooks should "
"be activated. Normally, there are no hooks executed. Make sure you know and "
@@ -1411,13 +1421,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:334
+#: en/lb_config.1:338
#, no-wrap
msgid "B<--ignore-system-defaults>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:336
+#: en/lb_config.1:340
msgid ""
"B<lb config> by default reads system defaults from I</etc/live/build.conf> "
"and I</etc/live/build/*> when generating a new live system config directory. "
@@ -1426,13 +1436,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:336
+#: en/lb_config.1:340
#, no-wrap
msgid "B<--initramfs> auto|none|live-boot|casper"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:338
+#: en/lb_config.1:342
msgid ""
"sets the name of package that contains the live system specific initramfs "
"modification. By default, auto is used, which means that at build time of "
@@ -1443,26 +1453,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:338
+#: en/lb_config.1:342
#, no-wrap
msgid "B<--initramfs-compression> bzip2|gzip|lzma]"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:340
+#: en/lb_config.1:344
msgid ""
"defines the compression program to be used to compress the initramfs. "
"Defaults to gzip."
msgstr ""
#. type: IP
-#: en/lb_config.1:340
+#: en/lb_config.1:344
#, no-wrap
msgid "B<--interactive> shell"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:342
+#: en/lb_config.1:346
msgid ""
"defines if after the chroot stage and before the beginning of the binary "
"stage, a interactive shell login should be spawned in the chroot in order to "
@@ -1476,24 +1486,24 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:342
+#: en/lb_config.1:346
#, no-wrap
msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:344
+#: en/lb_config.1:348
msgid "defines options to pass to isohybrid."
msgstr ""
#. type: IP
-#: en/lb_config.1:344
+#: en/lb_config.1:348
#, no-wrap
msgid "B<--iso-application> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:346
+#: en/lb_config.1:350
msgid ""
"sets the APPLICATION field in the header of a resulting CD/DVD image and "
"defaults to \"Debian Live\" in debian mode, and to \"Emdebian Live\" in "
@@ -1501,13 +1511,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:346
+#: en/lb_config.1:350
#, no-wrap
msgid "B<--iso-preparer> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:348
+#: en/lb_config.1:352
msgid ""
"sets the PREPARER field in the header of a resulting CD/DVD image. By "
"default this is set to \"live-build I<VERSION>; http://packages.qa.debian."
@@ -1516,13 +1526,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:348
+#: en/lb_config.1:352
#, no-wrap
msgid "B<--iso-publisher> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:350
+#: en/lb_config.1:354
msgid ""
"sets the PUBLISHED field in the header of a resulting CD/DVD image. By "
"default, this is set to 'Debian Live project; http:/live.debian.net/; debian-"
@@ -1531,13 +1541,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:350
+#: en/lb_config.1:354
#, no-wrap
msgid "B<--iso-volume> I<NAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:352
+#: en/lb_config.1:356
msgid ""
"sets the VOLUME field in the header of a resulting CD/DVD and defaults to "
"'(I<MODE>) (I<DISTRIBUTION>) (I<DATE>)' whereas MODE is expanded to the name "
@@ -1546,13 +1556,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:352
+#: en/lb_config.1:356
#, no-wrap
msgid "B<--jffs2-eraseblock> I<SIZE>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:354
+#: en/lb_config.1:358
msgid ""
"sets the eraseblock size for a JFFS2 (Second Journalling Flash File System) "
"filesystem. The default is 64 KiB. If you use an erase block size different "
@@ -1562,39 +1572,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:354
+#: en/lb_config.1:358
#, no-wrap
msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:356
+#: en/lb_config.1:360
msgid ""
"sets the keyring package or additional keyring packages. By default this is "
"set to debian-archive-keyring."
msgstr ""
#. type: IP
-#: en/lb_config.1:356
+#: en/lb_config.1:360
#, no-wrap
msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:358
+#: en/lb_config.1:362
msgid ""
"sets the kernel flavours to be installed. Note that in case you specify more "
"than that the first will be configured the default kernel that gets booted."
msgstr ""
#. type: IP
-#: en/lb_config.1:358
+#: en/lb_config.1:362
#, no-wrap
msgid "B<--linux-packages> \"I<PACKAGES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:360
+#: en/lb_config.1:364
msgid ""
"sets the internal name of the kernel packages naming scheme. If you use "
"debian kernel packages, you will not have to adjust it. If you decide to use "
@@ -1608,26 +1618,26 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:360
+#: en/lb_config.1:364
#, no-wrap
msgid "B<--losetup> losetup|losetup.orig"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:362
+#: en/lb_config.1:366
msgid ""
"sets the filename of the losetup binary from the host system that should be "
"used. This is autodetected and does generally not need any customization."
msgstr ""
#. type: IP
-#: en/lb_config.1:362
+#: en/lb_config.1:366
#, no-wrap
msgid "B<--memtest> memtest86+|memtest86|none"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:364
+#: en/lb_config.1:368
msgid ""
"defines if memtest, memtest86+ or no memory tester at all should be included "
"as secondary bootloader configuration. This is only available on amd64 and "
@@ -1635,13 +1645,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:364
+#: en/lb_config.1:368
#, no-wrap
msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:366
+#: en/lb_config.1:370
msgid ""
"sets the location of the debian package mirror that should be used to "
"bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may "
@@ -1649,13 +1659,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:366
+#: en/lb_config.1:370
#, no-wrap
msgid "B<--parent-mirror-chroot> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:368
+#: en/lb_config.1:372
msgid ""
"sets the location of the debian package mirror that will be used to fetch "
"the packages in order to build the live system. By default, this is set to "
@@ -1663,13 +1673,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:368
+#: en/lb_config.1:372
#, no-wrap
msgid "B<--parent-mirror-chroot-security> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:370
+#: en/lb_config.1:374
msgid ""
"sets the location of the debian security package mirror that will be used to "
"fetch the packages in order to build the live system. By default, this "
@@ -1677,13 +1687,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:370
+#: en/lb_config.1:374
#, no-wrap
msgid "B<--parent-mirror-chroot-updates> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:372
+#: en/lb_config.1:376
msgid ""
"sets the location of the debian updates package mirror that will be used to "
"fetch packages in order to build the live system. By default, this is set to "
@@ -1691,13 +1701,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:372
+#: en/lb_config.1:376
#, no-wrap
msgid "B<--parent-mirror-chroot-backports> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:374
+#: en/lb_config.1:378
msgid ""
"sets the location of the debian backports package mirror that will be used "
"to fetch packages in order to build the live system. By default, this points "
@@ -1705,13 +1715,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:374
+#: en/lb_config.1:378
#, no-wrap
msgid "B<--parent-mirror-binary> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:376
+#: en/lb_config.1:380
msgid ""
"sets the location of the debian package mirror that should end up configured "
"in the final image and which is the one a user would see and use. This has "
@@ -1721,13 +1731,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:376
+#: en/lb_config.1:380
#, no-wrap
msgid "B<--parent-mirror-binary-security> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:378
+#: en/lb_config.1:382
msgid ""
"sets the location of the debian security package mirror that should end up "
"configured in the final image. By default, 'http://security.debian.org/' is "
@@ -1735,13 +1745,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:378
+#: en/lb_config.1:382
#, no-wrap
msgid "B<--parent-mirror-binary-updates> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:380
+#: en/lb_config.1:384
msgid ""
"sets the location of the debian updates package mirror that should end up "
"configured in the final image. By default, the value of --parent-mirror-"
@@ -1749,13 +1759,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:380
+#: en/lb_config.1:384
#, no-wrap
msgid "B<--parent-mirror-binary-backports> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:382
+#: en/lb_config.1:386
msgid ""
"sets the location of the debian backports package mirror that should end up "
"configured in the final image. By default, 'http://backports.debian.org/"
@@ -1763,13 +1773,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:382
+#: en/lb_config.1:386
#, no-wrap
msgid "B<--parent-mirror-debian-installer> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:384
+#: en/lb_config.1:388
msgid ""
"sets the location of the mirror that will be used to fetch the debian "
"installer images. By default, this points to the same mirror used to build "
@@ -1777,13 +1787,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:384
+#: en/lb_config.1:388
#, no-wrap
msgid "B<--mirror-bootstrap> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:386
+#: en/lb_config.1:390
msgid ""
"sets the location of the debian package mirror that should be used to "
"bootstrap the derivative from. This defaults to http://ftp.de.debian.org/"
@@ -1791,13 +1801,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:386
+#: en/lb_config.1:390
#, no-wrap
msgid "B<--mirror-chroot> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:388
+#: en/lb_config.1:392
msgid ""
"sets the location of the debian package mirror that will be used to fetch "
"the packages of the derivative in order to build the live system. By "
@@ -1805,13 +1815,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:388
+#: en/lb_config.1:392
#, no-wrap
msgid "B<--mirror-chroot-security> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:390
+#: en/lb_config.1:394
msgid ""
"sets the location of the debian security package mirror that will be used to "
"fetch the packages of the derivative in order to build the live system. By "
@@ -1819,13 +1829,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:390
+#: en/lb_config.1:394
#, no-wrap
msgid "B<--mirror-chroot-updates> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:392
+#: en/lb_config.1:396
msgid ""
"sets the location of the debian updates package mirror that will be used to "
"fetch packages of the derivative in order to build the live system. By "
@@ -1833,13 +1843,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:392
+#: en/lb_config.1:396
#, no-wrap
msgid "B<--mirror-chroot-backports> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:394
+#: en/lb_config.1:398
msgid ""
"sets the location of the debian backports package mirror that will be used "
"to fetch packages of the derivative in order to build the live system. By "
@@ -1847,13 +1857,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:394
+#: en/lb_config.1:398
#, no-wrap
msgid "B<--mirror-binary> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:396
+#: en/lb_config.1:400
msgid ""
"sets the location of the derivative package mirror that should end up "
"configured in the final image and which is the one a user would see and use. "
@@ -1863,52 +1873,52 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:396
+#: en/lb_config.1:400
#, no-wrap
msgid "B<--mirror-binary-security> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:398
+#: en/lb_config.1:402
msgid ""
"sets the location of the derivatives security package mirror that should end "
"up configured in the final image."
msgstr ""
#. type: IP
-#: en/lb_config.1:398
+#: en/lb_config.1:402
#, no-wrap
msgid "B<--mirror-binary-updates> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:400
+#: en/lb_config.1:404
msgid ""
"sets the location of the derivatives updates package mirror that should end "
"up configured in the final image."
msgstr ""
#. type: IP
-#: en/lb_config.1:400
+#: en/lb_config.1:404
#, no-wrap
msgid "B<--mirror-binary-backports> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:402
+#: en/lb_config.1:406
msgid ""
"sets the location of the derivatives backports package mirror that should "
"end up configured in the final image."
msgstr ""
#. type: IP
-#: en/lb_config.1:402
+#: en/lb_config.1:406
#, no-wrap
msgid "B<--mirror-debian-installer> I<URL>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:404
+#: en/lb_config.1:408
msgid ""
"sets the location of the mirror that will be used to fetch the debian "
"installer images of the derivative. By default, this points to the same "
@@ -1916,65 +1926,65 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:404
+#: en/lb_config.1:408
#, no-wrap
msgid "B<--mode> debian|emdebian|progress|ubuntu"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:406
+#: en/lb_config.1:410
msgid ""
"defines a global mode to load project specific defaults. By default this is "
"set to debian."
msgstr ""
#. type: IP
-#: en/lb_config.1:406
+#: en/lb_config.1:410
#, no-wrap
msgid "B<--system> live|normal"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:408
+#: en/lb_config.1:412
msgid ""
"defines if the resulting system image should a live system or a normal, non-"
"live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:408
+#: en/lb_config.1:412
#, no-wrap
msgid "B<--net-root-filesystem> nfs|cfs"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:410
+#: en/lb_config.1:414
msgid ""
"defines the filesystem that will be configured in the bootloader "
"configuration for your netboot image. This defaults to nfs."
msgstr ""
#. type: IP
-#: en/lb_config.1:410
+#: en/lb_config.1:414
#, no-wrap
msgid "B<--net-root-mountoptions> I<OPTIONS>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:412
+#: en/lb_config.1:416
msgid ""
"sets additional options for mounting the root filesystem in netboot images "
"and is by default empty."
msgstr ""
#. type: IP
-#: en/lb_config.1:412
+#: en/lb_config.1:416
#, no-wrap
msgid "B<--net-root-path> I<PATH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:414
+#: en/lb_config.1:418
msgid ""
"sets the file path that will be configured in the bootloader configuration "
"for your netboot image. This defaults to /srv/debian-live in debian mode and "
@@ -1983,13 +1993,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:414
+#: en/lb_config.1:418
#, no-wrap
msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:416
+#: en/lb_config.1:420
msgid ""
"sets the IP or hostname that will be configured in the bootloader "
"configuration for the root filesystem of your netboot image. This defaults "
@@ -1997,38 +2007,38 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:416
+#: en/lb_config.1:420
#, no-wrap
msgid "B<--net-cow-filesystem> nfs|cfs"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:418
+#: en/lb_config.1:422
msgid ""
"defines the filesystem type for the copy-on-write layer and defaults to nfs."
msgstr ""
#. type: IP
-#: en/lb_config.1:418
+#: en/lb_config.1:422
#, no-wrap
msgid "B<--net-cow-mountoptions> I<OPTIONS>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:420
+#: en/lb_config.1:424
msgid ""
"sets additional options for mounting the copy-on-write layer in netboot "
"images and is by default empty."
msgstr ""
#. type: IP
-#: en/lb_config.1:420
+#: en/lb_config.1:424
#, no-wrap
msgid "B<--net-cow-path> I<PATH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:422
+#: en/lb_config.1:426
msgid ""
"defines the path to client writable filesystem. Anywhere that "
"I<client_mac_address> is specified in the path live-boot will substitute the "
@@ -2036,28 +2046,28 @@ msgid ""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:425
+#: en/lb_config.1:429
msgid "Example:"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:427
+#: en/lb_config.1:431
msgid "/export/hosts/client_mac_address"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:429
+#: en/lb_config.1:433
msgid "/export/hosts/00-16-D3-33-92-E8"
msgstr ""
#. type: IP
-#: en/lb_config.1:429
+#: en/lb_config.1:433
#, no-wrap
msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:431
+#: en/lb_config.1:435
msgid ""
"sets the IP or hostname that will be configured in the bootloader "
"configuration for the copy-on-write filesystem of your netboot image and is "
@@ -2065,13 +2075,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:431
+#: en/lb_config.1:435
#, no-wrap
msgid "B<--net-tarball> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:433
+#: en/lb_config.1:437
msgid ""
"defines if a compressed tarball should be created. Disabling this options "
"leads to no tarball at all, the plain binary directory is considered the "
@@ -2079,26 +2089,53 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:433
+#: en/lb_config.1:437
+#, no-wrap
+msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\""
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:439
+msgid ""
+"defines which lists available in /usr/share/live/build/package-lists should "
+"be used. By default, this is set to standard. Note that in case you have "
+"local package lists, you don't need to list them here. Putting them into "
+"config/package-lists is enough (the filename needs to have the .list suffix "
+"though)."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:439 en/live-build.7:40
+#, no-wrap
+msgid "B<--quiet>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:441
+msgid "reduces the verbosity of messages output by B<lb build>."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:441
#, no-wrap
msgid "B<--archives> I<ARCHIVE>|\"I<ARCHIVES>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:435
+#: en/lb_config.1:443
msgid ""
"enables one of available third-party archive configurations in /usr/share/"
"live/build/archives."
msgstr ""
#. type: IP
-#: en/lb_config.1:435
+#: en/lb_config.1:443
#, no-wrap
msgid "B<--root-command> sudo"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:437
+#: en/lb_config.1:445
msgid ""
"controls if live-build should use sudo internally to build the live image. "
"Note that this is not well tested and that you should, when relying on sudo, "
@@ -2106,13 +2143,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:437
+#: en/lb_config.1:445
#, no-wrap
msgid "B<--use-fakeroot> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:439
+#: en/lb_config.1:447
msgid ""
"controls if live-build should utilize fakeroot and fakechroot to try and "
"avoid requiring root privillages where possible. By default, this option is "
@@ -2120,13 +2157,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:439
+#: en/lb_config.1:447
#, no-wrap
msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:441
+#: en/lb_config.1:449
msgid ""
"defines which package archive areas of a debian packages archive should be "
"used for configured debian package mirrors. By default, this is set to main. "
@@ -2136,37 +2173,37 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:441
+#: en/lb_config.1:449
#, no-wrap
msgid "B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|\"I<PARENT_ARCHIVE_AREAS>\""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:443
+#: en/lb_config.1:451
msgid "defines the archive areas for derivatives of the resulting live system."
msgstr ""
#. type: IP
-#: en/lb_config.1:443
+#: en/lb_config.1:451
#, no-wrap
msgid "B<--security> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:445
+#: en/lb_config.1:453
msgid ""
"defines if the security repositories specified in the security mirror "
"options should be used or not."
msgstr ""
#. type: IP
-#: en/lb_config.1:445
+#: en/lb_config.1:453
#, no-wrap
msgid "B<--source> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:447
+#: en/lb_config.1:455
msgid ""
"defines if a corresponding source image to the binary image should be build. "
"By default this is false because most people do not require this and would "
@@ -2176,24 +2213,24 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:447
+#: en/lb_config.1:455
#, no-wrap
msgid "-s|B<--source-images> iso|netboot|tar|hdd"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:449
+#: en/lb_config.1:457
msgid "defines the image type for the source image. Default is tar."
msgstr ""
#. type: IP
-#: en/lb_config.1:449
+#: en/lb_config.1:457
#, no-wrap
msgid "B<--firmware-binary> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:451
+#: en/lb_config.1:459
msgid ""
"defines if firmware packages should be automatically included into the "
"binary pool for debian-installer. Note that only firmware packages available "
@@ -2204,13 +2241,13 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:451
+#: en/lb_config.1:459
#, no-wrap
msgid "B<--firmware-chroot> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:453
+#: en/lb_config.1:461
msgid ""
"defines if firmware packages should be automatically included into the live "
"image. Note that only firmware packages available within the configured "
@@ -2220,65 +2257,80 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:453
+#: en/lb_config.1:461
#, no-wrap
msgid "B<--swap-file-path> I<PATH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:455
+#: en/lb_config.1:463
msgid ""
"defines the path to a swap file to create in the binary image. Default is "
"not to create a swap file."
msgstr ""
#. type: IP
-#: en/lb_config.1:455
+#: en/lb_config.1:463
#, no-wrap
msgid "B<--swap-file-size> I<MB>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:457
+#: en/lb_config.1:465
msgid ""
"defines what size in megabytes the swap file should be, if one is to be "
"created. Default is 512MB."
msgstr ""
#. type: IP
-#: en/lb_config.1:457
+#: en/lb_config.1:465
+#, no-wrap
+msgid "B<--syslinux-theme> I<THEME_SUFFIX>"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_config.1:467
+msgid ""
+"defines the syslinux theme to use. The theme suffix is the name of a "
+"directory in /usr/share/syslinux/themes/ provided by a package named "
+"syslinux-theme- plus the suffix. In debian mode, this defaults to debian-"
+"wheezy."
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:467
#, no-wrap
msgid "B<--tasksel> apt|aptitude|tasksel"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:459
+#: en/lb_config.1:469
msgid ""
"selects which program is used to install tasks. By default, this is set to "
"tasksel."
msgstr ""
#. type: IP
-#: en/lb_config.1:459
+#: en/lb_config.1:469
#, no-wrap
msgid "B<--templates> I<PATH>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:461
+#: en/lb_config.1:471
msgid ""
"sets the path to the templates that live-build is going to use, e.g. for "
"bootloaders. By default, this is set to /usr/share/live/build/templates/."
msgstr ""
#. type: IP
-#: en/lb_config.1:461
+#: en/lb_config.1:471
#, no-wrap
msgid "B<--hdd-size> MB"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:463
+#: en/lb_config.1:473
msgid ""
"defines what size the hdd image should be. Note that although the default is "
"set to 10000 (= 10GB), it will not need 10GB space on your harddisk as the "
@@ -2286,39 +2338,39 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:463
+#: en/lb_config.1:473
#, no-wrap
msgid "B<--updates> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:465
+#: en/lb_config.1:475
msgid ""
"defines if debian updates package archives should be included in the image "
"or not."
msgstr ""
#. type: IP
-#: en/lb_config.1:465
+#: en/lb_config.1:475
#, no-wrap
msgid "B<--backports> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:467
+#: en/lb_config.1:477
msgid ""
"defines if debian backports package archives should be included in the image "
"or not."
msgstr ""
#. type: IP
-#: en/lb_config.1:467
+#: en/lb_config.1:477
#, no-wrap
msgid "B<--exposed-root> true|false"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:469
+#: en/lb_config.1:479
msgid ""
"defines whether to expose the root filesystem as read only and not covered "
"by the union filesystem. This has useful implications for certain speciality "
@@ -2326,37 +2378,37 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:469 en/live-build.7:42
+#: en/lb_config.1:479 en/live-build.7:42
#, no-wrap
msgid "B<--verbose>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:471
+#: en/lb_config.1:481
msgid "increases the verbosity of messages output by B<lb build>."
msgstr ""
#. type: IP
-#: en/lb_config.1:471
+#: en/lb_config.1:481
#, no-wrap
msgid "B<--win32-loader true|false>"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:474
+#: en/lb_config.1:484
msgid "defines if win32-loader should be included in the binary image or not."
msgstr ""
#. type: SH
-#: en/lb_config.1:475
+#: en/lb_config.1:485
#, no-wrap
msgid "ENVIRONMENT"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:478
+#: en/lb_config.1:488
msgid ""
"Currently, command line switches can also be specified through the "
"corresponding environment variable. However, this generally should not be "
@@ -2370,20 +2422,20 @@ msgstr ""
#. FIXME
#. type: IP
-#: en/lb_config.1:482
+#: en/lb_config.1:492
#, no-wrap
msgid "B<auto/config>"
msgstr ""
#. type: IP
-#: en/lb_config.1:483
+#: en/lb_config.1:493
#, no-wrap
msgid "B</etc/live/build.conf, /etc/live/build/*>"
msgstr ""
#. FIXME
#. type: Plain text
-#: en/lb_config.1:486
+#: en/lb_config.1:496
msgid ""
"An optional, global configuration file for B<lb config> variables. It is "
"useful to specify a few system wide defaults, like "
@@ -2392,11 +2444,11 @@ msgid ""
msgstr ""
#. type: Plain text
-#: en/lb_config.1:491 en/live-build.7:225
+#: en/lb_config.1:501 en/live-build.7:225
msgid "I<live-boot>(7)"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:493 en/live-build.7:227
+#: en/lb_config.1:503 en/live-build.7:227
msgid "I<live-config>(7)"
msgstr ""
diff --git a/manpages/pot/lb_source.1.pot b/manpages/pot/lb_source.1.pot
index ffb4dfd81..566d05bc8 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: 2013-04-30 10:25+0300\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2013-04-30"
+msgid "2012-11-30"
msgstr ""
#. type: TH
@@ -37,7 +37,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 "3.0.5-1"
+msgid "4.0~a1-1"
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:233 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
-#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
-#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
@@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
-#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
@@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
-#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
-#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
-#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
@@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
-#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
@@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
-#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
@@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
-#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
-#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
@@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
-#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
diff --git a/manpages/pot/lb_testroot.1.pot b/manpages/pot/lb_testroot.1.pot
index 716916cce..491198fff 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: 2013-04-30 10:25+0300\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2013-04-30"
+msgid "2012-11-30"
msgstr ""
#. type: TH
@@ -37,7 +37,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 "3.0.5-1"
+msgid "4.0~a1-1"
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:233 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
-#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
-#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
@@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
-#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
@@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
-#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
+#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
-#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
-#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
@@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
-#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
@@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
-#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
@@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
-#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
-#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
@@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
-#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
diff --git a/manpages/pot/live-build.7.pot b/manpages/pot/live-build.7.pot
index 9e1aff763..e8e3e89de 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: 2013-04-30 10:25+0300\n"
+"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
-msgid "2013-04-30"
+msgid "2012-11-30"
msgstr ""
#. type: TH
@@ -37,7 +37,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 "3.0.5-1"
+msgid "4.0~a1-1"
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:233 en/lb_source.1:9
+#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
-#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
+#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
-#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
+#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
@@ -90,7 +90,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
-#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
+#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
@@ -98,14 +98,14 @@ msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
-#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
+#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
-#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
+#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
@@ -113,7 +113,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
-#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
+#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
@@ -123,7 +123,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
-#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
+#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
@@ -131,7 +131,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
-#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
+#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@@ -142,7 +142,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
-#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
+#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
@@ -150,7 +150,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
-#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
+#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
@@ -158,30 +158,36 @@ msgid ""
msgstr ""
#. type: IP
-#: en/lb_config.1:314 en/live-build.7:36
+#: en/lb_config.1:318 en/live-build.7:36
#, no-wrap
msgid "B<--debug>"
msgstr ""
#. type: IP
-#: en/lb_config.1:326 en/live-build.7:38
+#: en/lb_config.1:330 en/live-build.7:38
#, no-wrap
msgid "B<--force>"
msgstr ""
#. type: IP
-#: en/lb_config.1:469 en/live-build.7:42
+#: en/lb_config.1:439 en/live-build.7:40
+#, no-wrap
+msgid "B<--quiet>"
+msgstr ""
+
+#. type: IP
+#: en/lb_config.1:479 en/live-build.7:42
#, no-wrap
msgid "B<--verbose>"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:491 en/live-build.7:225
+#: en/lb_config.1:501 en/live-build.7:225
msgid "I<live-boot>(7)"
msgstr ""
#. type: Plain text
-#: en/lb_config.1:493 en/live-build.7:227
+#: en/lb_config.1:503 en/live-build.7:227
msgid "I<live-config>(7)"
msgstr ""
@@ -315,12 +321,6 @@ msgstr ""
msgid "force helper execution, even if stage file exists."
msgstr ""
-#. type: IP
-#: en/live-build.7:40
-#, no-wrap
-msgid "B<--quiet>"
-msgstr ""
-
#. type: Plain text
#: en/live-build.7:42
msgid "be quiet."