Removing bootstrap-flavour option (Closes: #685675).

live-build does too much magic that causes too much effort in
maintaining for stuff that hardly everyone uses.

Rather than 'translating' back and forth and maintaining compatibility
between options of different debootstrap and cdebootstrap versions (and
possibly any other in the future), it's is better to 'off-load' this to
the user.

For non-live specific options passed to the bootstrap tools, we'll
be introducing --debootstrap-options and --cdebootstrap-options
where users can specify their additional options passed to the
respective bootstrap tool, rather than us maintaining them in a
'hardcoded' and selected list.
This commit is contained in:
Daniel Baumann 2012-08-27 14:26:08 +02:00
parent 6cb824c187
commit df1cea54c5
47 changed files with 991 additions and 1079 deletions

View File

@ -73,7 +73,6 @@ else
# Advanced bootstrap options
LB_ARCHITECTURES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])architectures=[0-9a-z]+' | cut -f 2 -d '=' | head -n1)
LB_BOOTSTRAP_FLAVOUR=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])bootstrap_flavour=[a-z]+' | cut -f 2 -d '=' | head -n1)
LB_ARCHIVE_AREAS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])archive_areas=[a-z]+' | cut -f 2 -d '=' | head -n1)
# Advanced chroot options
@ -130,7 +129,6 @@ else
-e "s#_LB_CONFIG#${_LB_CONFIG}#" \
-e "s/_LB_CGIPACKAGES/${_LB_CGIPACKAGES}/" \
-e "s/LB_ARCHITECTURES/${LB_ARCHITECTURES}/" \
-e "s/LB_BOOTSTRAP_FLAVOUR/${LB_BOOTSTRAP_FLAVOUR}/" \
-e "s/LB_ARCHIVE_AREAS/${LB_ARCHIVE_AREAS}/" \
-e "s/LB_CHROOT_FILESYSTEM/${LB_CHROOT_FILESYSTEM}/" \
-e "s/LB_LINUX_FLAVOURS/${LB_LINUX_FLAVOURS}/" \

View File

@ -388,13 +388,6 @@ Set_defaults ()
# Exclude packages on base
# LB_BOOTSTRAP_EXCLUDE
# Setting flavour value
case "${LB_BOOTSTRAP}" in
cdebootstrap)
LB_BOOTSTRAP_FLAVOUR="${LB_BOOTSTRAP_FLAVOUR:-standard}"
;;
esac
# Setting bootstrap keyring
# LB_BOOTSTRAP_KEYRING

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57\-1 "Debian Live Project"
.SH NAME
\fBlb\fP \- wrapper for live\-build programs

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57\-1 "Debian Live Project"
.SH NAME
\fBlb binary\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57\-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap\fP \- Complete the bootstrap stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57\-1 "Debian Live Project"
.SH NAME
\fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57\-1 "Debian Live Project"
.SH NAME
\fBlb chroot\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57\-1 "Debian Live Project"
.SH NAME
\fBlb clean\fP \- Clean build directory

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57\-1 "Debian Live Project"
.SH NAME
\fBlb config\fP \- Create config directory
@ -47,8 +47,6 @@
[\fB\-\-bootloader\fP grub|syslinux|yaboot]
.br
[\fB\-\-bootstrap\fP cdebootstrap|cdebootstrap\-static|debootstrap|copy]
.br
[\-f|\fB\-\-bootstrap\-flavour\fP minimal|standard]
.br
[\fB\-\-bootstrap\-keyring\fP \fIPACKAGE\fP]
.br
@ -354,10 +352,6 @@ debootstrap. Note that if you set the bootstrap program to copy, then your
host system is copied. This can be useful if you want to convert/clone your
existing host system into a live system, however, make sure you do have
enough free space as this can, depending on your host system, get quite big.
.IP "\-f|\fB\-\-bootstrap\-flavour\fP minimal|standard" 4
defines if the bootstrap program should bootstrap the standard system (all
packages of priority required and important, which is the default) or a
minimal system (only packages of priority required, plus apt).
.IP "\fB\-\-bootstrap\-keyring\fP \fIPACKAGE\fP" 4
sets the archive keyring package to be used. Default is
debian\-archive\-keyring.

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57\-1 "Debian Live Project"
.SH NAME
\fBlb source\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57\-1 "Debian Live Project"
.SH NAME
\fBlb testroot\fP \- Ensure that a system is built as root

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 7 2012\-08\-14 3.0~a57\-1 "Debian Live Project"
.TH LIVE\-BUILD 7 2012\-08\-27 3.0~a57\-1 "Debian Live Project"
.SH NAME
\fBlive\-build\fP \- the Debian Live tool suite

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57-1 "Debian Live Project"
.SH NAME
\fBlb\fR \- wrapper for live\-build programs

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57-1 "Debian Live Project"
.SH NAME
\fBlb binary\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap\fR \- Complete the bootstrap stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57-1 "Debian Live Project"
.SH NAME
\fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57-1 "Debian Live Project"
.SH NAME
\fBlb chroot\fR \- Complete the chroot stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57-1 "Debian Live Project"
.SH NAME
\fBlb clean\fR \- Clean build directory

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57-1 "Debian Live Project"
.SH NAME
\fBlb config\fR \- Create config directory
@ -42,8 +42,6 @@
[\fB\-\-bootloader\fR grub|syslinux|yaboot]
.br
[\fB\-\-bootstrap\fR cdebootstrap|cdebootstrap-static|debootstrap|copy]
.br
[\-f|\fB\-\-bootstrap\-flavour\fR minimal|standard]
.br
[\fB\-\-bootstrap\-keyring\fR \fIPACKAGE\fR]
.br
@ -287,8 +285,6 @@ sets boot parameters specific to debian\-live. A complete list of boot parameter
defines which bootloader is beeing used in the generated image. This has only an effect if the selected binary image type does allow to choose the bootloader. For example, if you build a iso, always syslinux (or more precise, isolinux) is being used. Also note that some combinations of binary images types and bootloaders may be possible but live\-build does not support them yet. \fBlb config\fR will fail to create such a not yet supported configuration and give a explanation about it. For hdd images on amd64 and i386, the default is syslinux. yaboot is only used on powerpc.
.IP "\fB\-\-bootstrap\fR cdebootstrap|cdebootstrap-static|debootstrap|copy" 4
defines which program is used to bootstrap the debian chroot, default is debootstrap. Note that if you set the bootstrap program to copy, then your host system is copied. This can be useful if you want to convert/clone your existing host system into a live system, however, make sure you do have enough free space as this can, depending on your host system, get quite big.
.IP "\-f|\fB\-\-bootstrap\-flavour\fR minimal|standard" 4
defines if the bootstrap program should bootstrap the standard system (all packages of priority required and important, which is the default) or a minimal system (only packages of priority required, plus apt).
.IP "\fB\-\-bootstrap\-keyring\fR \fIPACKAGE\fR" 4
sets the archive keyring package to be used. Default is debian\-archive\-keyring.
.IP "\fB\-\-cache\fR true|false" 4

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57-1 "Debian Live Project"
.SH NAME
\fBlb source\fR \- Complete the source stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57-1 "Debian Live Project"
.SH NAME
\fBlb testroot\fR \- Ensure that a system is built as root

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 7 2012\-08\-14 3.0~a57-1 "Debian Live Project"
.TH LIVE\-BUILD 7 2012\-08\-27 3.0~a57-1 "Debian Live Project"
.SH NAME
\fBlive\-build\fR \- the Debian Live tool suite

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-08-14 21:05+0300\n"
"POT-Creation-Date: 2012-08-27 14:12+0300\n"
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-08-14"
msgid "2012-08-27"
msgstr ""
#. type: TH
@ -81,7 +81,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -96,7 +96,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:252 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -112,7 +112,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:502 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, no-wrap
msgid "FILES"
@ -127,7 +127,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:509 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, no-wrap
msgid "SEE ALSO"
@ -135,21 +135,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:511 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:517 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:518 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, no-wrap
msgid "HOMEPAGE"
@ -157,7 +157,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:520 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -167,7 +167,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:521 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, no-wrap
msgid "BUGS"
@ -175,7 +175,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:523 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -186,7 +186,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:524 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, no-wrap
msgid "AUTHOR"
@ -194,7 +194,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:525 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-08-14 21:05+0300\n"
"POT-Creation-Date: 2012-08-27 14:12+0300\n"
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-08-14"
msgid "2012-08-27"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:252 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:502 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, no-wrap
msgid "FILES"
@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:509 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, no-wrap
msgid "SEE ALSO"
@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:511 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:517 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:518 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, no-wrap
msgid "HOMEPAGE"
@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:520 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:521 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, no-wrap
msgid "BUGS"
@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:523 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:524 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, no-wrap
msgid "AUTHOR"
@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:525 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-08-14 21:05+0300\n"
"POT-Creation-Date: 2012-08-27 14:12+0300\n"
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-08-14"
msgid "2012-08-27"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:252 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:502 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, no-wrap
msgid "FILES"
@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:509 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, no-wrap
msgid "SEE ALSO"
@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:511 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:517 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:518 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, no-wrap
msgid "HOMEPAGE"
@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:520 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:521 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, no-wrap
msgid "BUGS"
@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:523 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:524 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, no-wrap
msgid "AUTHOR"
@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:525 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-08-14 21:05+0300\n"
"POT-Creation-Date: 2012-08-27 14:12+0300\n"
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-08-14"
msgid "2012-08-27"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:252 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:502 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, no-wrap
msgid "FILES"
@ -90,7 +90,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:509 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, no-wrap
msgid "SEE ALSO"
@ -98,21 +98,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:511 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:517 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:518 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, no-wrap
msgid "HOMEPAGE"
@ -120,7 +120,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:520 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -130,7 +130,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:521 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, no-wrap
msgid "BUGS"
@ -138,7 +138,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:523 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -149,7 +149,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:524 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, no-wrap
msgid "AUTHOR"
@ -157,7 +157,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:525 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-08-14 21:05+0300\n"
"POT-Creation-Date: 2012-08-27 14:12+0300\n"
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-08-14"
msgid "2012-08-27"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:252 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:502 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, no-wrap
msgid "FILES"
@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:509 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, no-wrap
msgid "SEE ALSO"
@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:511 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:517 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:518 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, no-wrap
msgid "HOMEPAGE"
@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:520 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:521 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, no-wrap
msgid "BUGS"
@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:523 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:524 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, no-wrap
msgid "AUTHOR"
@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:525 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-08-14 21:05+0300\n"
"POT-Creation-Date: 2012-08-27 14:12+0300\n"
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-08-14"
msgid "2012-08-27"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:252 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:502 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, no-wrap
msgid "FILES"
@ -90,7 +90,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:509 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, no-wrap
msgid "SEE ALSO"
@ -98,21 +98,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:511 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:517 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:518 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, no-wrap
msgid "HOMEPAGE"
@ -120,7 +120,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:520 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -130,7 +130,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:521 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, no-wrap
msgid "BUGS"
@ -138,7 +138,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:523 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -149,7 +149,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:524 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, no-wrap
msgid "AUTHOR"
@ -157,7 +157,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:525 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-08-14 21:05+0300\n"
"POT-Creation-Date: 2012-08-27 14:12+0300\n"
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-08-14"
msgid "2012-08-27"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:252 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:502 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, no-wrap
msgid "FILES"
@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:509 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, no-wrap
msgid "SEE ALSO"
@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:511 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:517 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:518 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, no-wrap
msgid "HOMEPAGE"
@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:520 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:521 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, no-wrap
msgid "BUGS"
@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:523 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:524 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, no-wrap
msgid "AUTHOR"
@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:525 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-08-14 21:05+0300\n"
"POT-Creation-Date: 2012-08-27 14:12+0300\n"
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-08-14"
msgid "2012-08-27"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:252 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:502 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, no-wrap
msgid "FILES"
@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:509 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, no-wrap
msgid "SEE ALSO"
@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:511 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:517 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:518 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, no-wrap
msgid "HOMEPAGE"
@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:520 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:521 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, no-wrap
msgid "BUGS"
@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:523 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:524 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, no-wrap
msgid "AUTHOR"
@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:525 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-08-14 21:05+0300\n"
"POT-Creation-Date: 2012-08-27 14:12+0300\n"
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-08-14"
msgid "2012-08-27"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:252 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:502 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, no-wrap
msgid "FILES"
@ -90,7 +90,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:509 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, no-wrap
msgid "SEE ALSO"
@ -98,14 +98,14 @@ msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:517 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:518 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, no-wrap
msgid "HOMEPAGE"
@ -113,7 +113,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:520 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -123,7 +123,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:521 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, no-wrap
msgid "BUGS"
@ -131,7 +131,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:523 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -142,7 +142,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:524 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, no-wrap
msgid "AUTHOR"
@ -150,7 +150,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:525 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
@ -158,36 +158,36 @@ msgid ""
msgstr ""
#. type: IP
#: en/lb_config.1:330 en/live-build.7:36
#: en/lb_config.1:326 en/live-build.7:36
#, no-wrap
msgid "B<--debug>"
msgstr ""
#. type: IP
#: en/lb_config.1:342 en/live-build.7:38
#: en/lb_config.1:338 en/live-build.7:38
#, no-wrap
msgid "B<--force>"
msgstr ""
#. type: IP
#: en/lb_config.1:451 en/live-build.7:40
#: en/lb_config.1:447 en/live-build.7:40
#, no-wrap
msgid "B<--quiet>"
msgstr ""
#. type: IP
#: en/lb_config.1:491 en/live-build.7:42
#: en/lb_config.1:487 en/live-build.7:42
#, no-wrap
msgid "B<--verbose>"
msgstr ""
#. type: Plain text
#: en/lb_config.1:513 en/live-build.7:231
#: en/lb_config.1:509 en/live-build.7:231
msgid "I<live-boot>(7)"
msgstr ""
#. type: Plain text
#: en/lb_config.1:515 en/live-build.7:233
#: en/lb_config.1:511 en/live-build.7:233
msgid "I<live-config>(7)"
msgstr ""

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-08-14 21:05+0300\n"
"POT-Creation-Date: 2012-08-27 14:12+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-08-14"
msgid "2012-08-27"
msgstr ""
#. type: TH
@ -81,7 +81,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -96,7 +96,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:252 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -112,7 +112,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:502 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, no-wrap
msgid "FILES"
@ -127,7 +127,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:509 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, no-wrap
msgid "SEE ALSO"
@ -135,21 +135,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:511 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:517 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:518 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, no-wrap
msgid "HOMEPAGE"
@ -157,7 +157,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:520 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -167,7 +167,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:521 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, no-wrap
msgid "BUGS"
@ -175,7 +175,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:523 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -186,7 +186,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:524 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, no-wrap
msgid "AUTHOR"
@ -194,7 +194,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:525 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-08-14 21:05+0300\n"
"POT-Creation-Date: 2012-08-27 14:12+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-08-14"
msgid "2012-08-27"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:252 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:502 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, no-wrap
msgid "FILES"
@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:509 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, no-wrap
msgid "SEE ALSO"
@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:511 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:517 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:518 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, no-wrap
msgid "HOMEPAGE"
@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:520 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:521 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, no-wrap
msgid "BUGS"
@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:523 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:524 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, no-wrap
msgid "AUTHOR"
@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:525 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-08-14 21:05+0300\n"
"POT-Creation-Date: 2012-08-27 14:12+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-08-14"
msgid "2012-08-27"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:252 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:502 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, no-wrap
msgid "FILES"
@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:509 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, no-wrap
msgid "SEE ALSO"
@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:511 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:517 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:518 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, no-wrap
msgid "HOMEPAGE"
@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:520 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:521 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, no-wrap
msgid "BUGS"
@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:523 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:524 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, no-wrap
msgid "AUTHOR"
@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:525 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-08-14 21:05+0300\n"
"POT-Creation-Date: 2012-08-27 14:12+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-08-14"
msgid "2012-08-27"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:252 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:502 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, no-wrap
msgid "FILES"
@ -90,7 +90,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:509 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, no-wrap
msgid "SEE ALSO"
@ -98,21 +98,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:511 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:517 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:518 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, no-wrap
msgid "HOMEPAGE"
@ -120,7 +120,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:520 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -130,7 +130,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:521 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, no-wrap
msgid "BUGS"
@ -138,7 +138,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:523 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -149,7 +149,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:524 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, no-wrap
msgid "AUTHOR"
@ -157,7 +157,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:525 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-08-14 21:05+0300\n"
"POT-Creation-Date: 2012-08-27 14:12+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-08-14"
msgid "2012-08-27"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:252 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:502 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, no-wrap
msgid "FILES"
@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:509 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, no-wrap
msgid "SEE ALSO"
@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:511 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:517 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:518 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, no-wrap
msgid "HOMEPAGE"
@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:520 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:521 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, no-wrap
msgid "BUGS"
@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:523 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:524 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, no-wrap
msgid "AUTHOR"
@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:525 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-08-14 21:05+0300\n"
"POT-Creation-Date: 2012-08-27 14:12+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-08-14"
msgid "2012-08-27"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:252 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:502 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, no-wrap
msgid "FILES"
@ -90,7 +90,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:509 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, no-wrap
msgid "SEE ALSO"
@ -98,21 +98,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:511 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:517 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:518 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, no-wrap
msgid "HOMEPAGE"
@ -120,7 +120,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:520 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -130,7 +130,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:521 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, no-wrap
msgid "BUGS"
@ -138,7 +138,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:523 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -149,7 +149,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:524 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, no-wrap
msgid "AUTHOR"
@ -157,7 +157,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:525 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-08-14 21:05+0300\n"
"POT-Creation-Date: 2012-08-27 14:12+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-08-14"
msgid "2012-08-27"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:252 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:502 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, no-wrap
msgid "FILES"
@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:509 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, no-wrap
msgid "SEE ALSO"
@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:511 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:517 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:518 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, no-wrap
msgid "HOMEPAGE"
@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:520 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:521 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, no-wrap
msgid "BUGS"
@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:523 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:524 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, no-wrap
msgid "AUTHOR"
@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:525 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-08-14 21:05+0300\n"
"POT-Creation-Date: 2012-08-27 14:12+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-08-14"
msgid "2012-08-27"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:252 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:502 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, no-wrap
msgid "FILES"
@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:509 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, no-wrap
msgid "SEE ALSO"
@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:511 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:507 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:517 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:518 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, no-wrap
msgid "HOMEPAGE"
@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:520 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:521 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, no-wrap
msgid "BUGS"
@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:523 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:524 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, no-wrap
msgid "AUTHOR"
@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:525 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-08-14 21:05+0300\n"
"POT-Creation-Date: 2012-08-27 14:12+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-08-14"
msgid "2012-08-27"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:243 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:241 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:252 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:250 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:502 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:498 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:225
#, no-wrap
msgid "FILES"
@ -90,7 +90,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:509 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:505 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:229
#, no-wrap
msgid "SEE ALSO"
@ -98,14 +98,14 @@ msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:517 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:513 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:235
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:518 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:514 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:236
#, no-wrap
msgid "HOMEPAGE"
@ -113,7 +113,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:520 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:516 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:238
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -123,7 +123,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:521 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:517 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:239
#, no-wrap
msgid "BUGS"
@ -131,7 +131,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:523 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:519 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:241
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -142,7 +142,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:524 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:520 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:242
#, no-wrap
msgid "AUTHOR"
@ -150,7 +150,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:525 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:521 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:243
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
@ -158,36 +158,36 @@ msgid ""
msgstr ""
#. type: IP
#: en/lb_config.1:330 en/live-build.7:36
#: en/lb_config.1:326 en/live-build.7:36
#, no-wrap
msgid "B<--debug>"
msgstr ""
#. type: IP
#: en/lb_config.1:342 en/live-build.7:38
#: en/lb_config.1:338 en/live-build.7:38
#, no-wrap
msgid "B<--force>"
msgstr ""
#. type: IP
#: en/lb_config.1:451 en/live-build.7:40
#: en/lb_config.1:447 en/live-build.7:40
#, no-wrap
msgid "B<--quiet>"
msgstr ""
#. type: IP
#: en/lb_config.1:491 en/live-build.7:42
#: en/lb_config.1:487 en/live-build.7:42
#, no-wrap
msgid "B<--verbose>"
msgstr ""
#. type: Plain text
#: en/lb_config.1:513 en/live-build.7:231
#: en/lb_config.1:509 en/live-build.7:231
msgid "I<live-boot>(7)"
msgstr ""
#. type: Plain text
#: en/lb_config.1:515 en/live-build.7:233
#: en/lb_config.1:511 en/live-build.7:233
msgid "I<live-config>(7)"
msgstr ""

View File

@ -76,11 +76,6 @@ then
CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --keyring=${LB_BOOTSTRAP_KEYRING}"
fi
if [ -n "${LB_BOOTSTRAP_FLAVOUR}" ]
then
CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --flavour=${LB_BOOTSTRAP_FLAVOUR}"
fi
if [ "${_DEBUG}" = "true" ]
then
CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --debug"

View File

@ -81,12 +81,6 @@ case "${LB_USE_FAKEROOT}" in
true)
DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --variant=fakechroot"
;;
false)
if [ -n "${LB_BOOTSTRAP_FLAVOUR}" ]
then
DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --variant=${LB_BOOTSTRAP_FLAVOUR}"
fi
;;
esac
if [ "${_VERBOSE}" = "true" ]

View File

@ -34,7 +34,6 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
\t [--bootappend-failsafe PARAMETER|\"PARAMETERS\"]\n\
\t [--bootloader grub|syslinux|yaboot]\n\
\t [--bootstrap cdebootstrap|cdebootstrap-static|debootstrap|copy]\n\
\t [-f|--bootstrap-flavour minimal|standard]\n\
\t [--bootstrap-keyring PACKAGE]\n\
\t [--cache true|false]\n\
\t [--cache-indices true|false]\n\
@ -146,7 +145,7 @@ Local_arguments ()
apt-pipeline:,apt-recommends:,apt-secure:,apt-source-archives:,bootstrap:,cache:,cache-indices:,cache-packages:,
cache-stages:,debconf-frontend:,debconf-nowarnings:,debconf-priority:,dump,
initramfs:,initramfs-compression:,initsystem:,fdisk:,losetup:,mode:,system:,root-command:,use-fakeroot:,tasksel:,
templates:,architectures:,bootstrap-flavour:,bootstrap-keyring:,clean,
templates:,architectures:,bootstrap-keyring:,clean,
distribution:,parent-distribution:,parent-debian-installer-distribution:,parent-mirror-bootstrap:,parent-mirror-chroot:,parent-mirror-chroot-security:,parent-mirror-chroot-volatile:,parent-mirror-chroot-backports:,parent-mirror-binary:,
parent-mirror-binary-security:,parent-mirror-binary-volatile:,parent-mirror-binary-backports:,parent-mirror-debian-installer:,
mirror-bootstrap:,mirror-chroot:,mirror-chroot-security:,mirror-chroot-volatile:,mirror-chroot-backports:,mirror-binary:,
@ -371,11 +370,6 @@ Local_arguments ()
shift 2
;;
-f|--bootstrap-flavour)
LB_BOOTSTRAP_FLAVOUR="${2}"
shift 2
;;
--bootstrap-keyring)
LB_BOOTSTRAP_KEYRING="${2}"
shift 2
@ -1107,10 +1101,6 @@ LB_BOOTSTRAP_INCLUDE="${LB_BOOTSTRAP_INCLUDE}"
# (Default: empty)
LB_BOOTSTRAP_EXCLUDE="${LB_BOOTSTRAP_EXCLUDE}"
# \$LB_BOOTSTRAP_FLAVOUR: select flavour to use
# (Default: empty)
LB_BOOTSTRAP_FLAVOUR="${LB_BOOTSTRAP_FLAVOUR}"
# \$LB_BOOTSTRAP_KEYRING: set distribution keyring
# (Default: empty)
LB_BOOTSTRAP_KEYRING="${LB_BOOTSTRAP_KEYRING}"

View File

@ -22,7 +22,6 @@
<table>
<tr><td>--architectures: </td><td>LB_ARCHITECTURES</td></tr>
<tr><td>--bootstrap-flavour: </td><td>LB_BOOTSTRAP_FLAVOUR</td></tr>
<tr><td>--archive-areas: </td><td>LB_ARCHIVE_AREAS</td></tr>
</table>

View File

@ -82,15 +82,6 @@
</tr>
<!-- LIVE_DISTRIBUTION -->
<!-- LIVE_DISTRIBUTION_CONFIG -->
<tr>
<td><label for="Bootstrap_Flavour">--bootstrap-flavour:</label> </td>
<td>
<select id="Bootstrap_Flavour" name="bootstrap_flavour" size="1">
<option value="minimal">minimal</option>
<option selected value="standard">standard</option>
</select>
</td>
</tr>
<tr>
<td><label for="Archive_Areas">--archive-areas:</label> </td>
<td><input id="Archive_Areas" name="archive_areas" maxlength="128" size="50" type="text" value="main" readonly /></td>