Removing incomplete support for root-command.
This commit is contained in:
parent
3f3d05b2e6
commit
04cec317cc
|
@ -28,10 +28,10 @@ Chroot ()
|
|||
|
||||
if [ "${LB_USE_FAKEROOT}" != "true" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} ${_LINUX32} chroot "${CHROOT}" /usr/bin/env -i HOME="/root" PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin" TERM="${TERM}" DEBIAN_FRONTEND="${LB_DEBCONF_FRONTEND}" DEBIAN_PRIORITY="${LB_DEBCONF_PRIORITY}" DEBCONF_NONINTERACTIVE_SEEN="true" DEBCONF_NOWARNINGS="true" ${ENV} ${COMMANDS}
|
||||
${_LINUX32} chroot "${CHROOT}" /usr/bin/env -i HOME="/root" PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin" TERM="${TERM}" DEBIAN_FRONTEND="${LB_DEBCONF_FRONTEND}" DEBIAN_PRIORITY="${LB_DEBCONF_PRIORITY}" DEBCONF_NONINTERACTIVE_SEEN="true" DEBCONF_NOWARNINGS="true" ${ENV} ${COMMANDS}
|
||||
else
|
||||
# Building with fakeroot/fakechroot
|
||||
${LB_ROOT_COMMAND} ${_LINUX32} chroot "${CHROOT}" ${ENV} ${COMMANDS}
|
||||
${_LINUX32} chroot "${CHROOT}" ${ENV} ${COMMANDS}
|
||||
fi
|
||||
|
||||
return "${?}"
|
||||
|
|
|
@ -322,19 +322,6 @@ Set_defaults ()
|
|||
fi
|
||||
fi
|
||||
|
||||
if [ "$(id -u)" = "0" ]
|
||||
then
|
||||
# If we are root, disable root command
|
||||
LB_ROOT_COMMAND=""
|
||||
else
|
||||
if [ -x /usr/bin/sudo ]
|
||||
then
|
||||
# FIXME: this is false until considered safe
|
||||
#LB_ROOT_COMMAND="sudo"
|
||||
LB_ROOT_COMMAND=""
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "${LIVE_IMAGE_ARCHITECTURE}" = "i386" ] && [ "${CURRENT_IMAGE_ARCHITECTURE}" = "amd64" ]
|
||||
then
|
||||
# Use linux32 when building amd64 images on i386
|
||||
|
|
|
@ -23,7 +23,7 @@ Lodetach ()
|
|||
# a race condition. We call 'udevadm settle' to help avoid this.
|
||||
if [ -x "$(which udevadm 2>/dev/null)" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} udevadm settle
|
||||
udevadm settle
|
||||
fi
|
||||
|
||||
# Loop back devices aren't the most reliable when it comes to writes.
|
||||
|
@ -31,7 +31,7 @@ Lodetach ()
|
|||
sync
|
||||
sleep 1
|
||||
|
||||
${LB_ROOT_COMMAND} ${LB_LOSETUP} -d "${DEVICE}" || Lodetach "${DEVICE}" "$(expr ${ATTEMPT} + 1)"
|
||||
${LB_LOSETUP} -d "${DEVICE}" || Lodetach "${DEVICE}" "$(expr ${ATTEMPT} + 1)"
|
||||
}
|
||||
|
||||
Losetup ()
|
||||
|
@ -40,7 +40,7 @@ Losetup ()
|
|||
FILE="${2}"
|
||||
PARTITION="${3:-1}"
|
||||
|
||||
${LB_ROOT_COMMAND} ${LB_LOSETUP} --read-only "${DEVICE}" "${FILE}"
|
||||
${LB_LOSETUP} --read-only "${DEVICE}" "${FILE}"
|
||||
FDISK_OUT="$(${LB_FDISK} -l -u ${DEVICE} 2>&1)"
|
||||
Lodetach "${DEVICE}"
|
||||
|
||||
|
@ -50,14 +50,14 @@ Losetup ()
|
|||
then
|
||||
Echo_message "Mounting %s with offset 0" "${DEVICE}"
|
||||
|
||||
${LB_ROOT_COMMAND} ${LB_LOSETUP} "${DEVICE}" "${FILE}"
|
||||
${LB_LOSETUP} "${DEVICE}" "${FILE}"
|
||||
else
|
||||
SECTORS="$(echo "$FDISK_OUT" | sed -ne "s|^$LOOPDEVICE[ *]*\([0-9]*\).*|\1|p")"
|
||||
OFFSET="$(expr ${SECTORS} '*' 512)"
|
||||
|
||||
Echo_message "Mounting %s with offset %s" "${DEVICE}" "${OFFSET}"
|
||||
|
||||
${LB_ROOT_COMMAND} ${LB_LOSETUP} -o "${OFFSET}" "${DEVICE}" "${FILE}"
|
||||
${LB_LOSETUP} -o "${OFFSET}" "${DEVICE}" "${FILE}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 15.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 18.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb\fP \- wrapper for live\-build programs
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 15.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 18.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb binary\fP \- Complete the binary stage
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 15.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 18.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb bootstrap\fP \- Complete the bootstrap stage
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 15.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 18.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 15.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 18.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb chroot\fP \- Complete the chroot stage
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 15.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 18.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb clean\fP \- Clean build directory
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 15.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 18.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb config\fP \- Create config directory
|
||||
|
@ -201,8 +201,6 @@
|
|||
[\fB\-\-net\-tarball\fP true|false]
|
||||
.br
|
||||
[\fB\-\-quiet\fP]
|
||||
.br
|
||||
[\fB\-\-root\-command\fP sudo]
|
||||
.br
|
||||
[\fB\-\-use\-fakeroot\fP true|false]
|
||||
.br
|
||||
|
@ -672,10 +670,6 @@ reduces the verbosity of messages output by \fBlb build\fP.
|
|||
.IP "\fB\-\-archives\fP \fIARCHIVE\fP|\(dq\fIARCHIVES\fP\(dq" 4
|
||||
enables one of available third\-party archive configurations in
|
||||
/usr/share/live/build/archives.
|
||||
.IP "\fB\-\-root\-command\fP sudo" 4
|
||||
controls if live\-build should use sudo internally to build the live
|
||||
image. Note that this is not well tested and that you should, when relying
|
||||
on sudo, call the individual live\-build command with sudo itself.
|
||||
.IP "\fB\-\-use\-fakeroot\fP true|false" 4
|
||||
controls if live\-build should utilize fakeroot and fakechroot to try and
|
||||
avoid requiring root privillages where possible. By default, this option is
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 15.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 18.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb source\fP \- Complete the source stage
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 15.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 18.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb testroot\fP \- Ensure that a system is built as root
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 7 15.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 7 18.02.2013 4.0~a11\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlive\-build\fP \- the Debian Live tool suite
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2013\-02\-15 4.0~a11-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2013\-02\-18 4.0~a11-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb\fR \- wrapper for live\-build programs
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2013\-02\-15 4.0~a11-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2013\-02\-18 4.0~a11-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb binary\fR \- Complete the binary stage
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2013\-02\-15 4.0~a11-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2013\-02\-18 4.0~a11-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb bootstrap\fR \- Complete the bootstrap stage
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2013\-02\-15 4.0~a11-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2013\-02\-18 4.0~a11-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2013\-02\-15 4.0~a11-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2013\-02\-18 4.0~a11-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb chroot\fR \- Complete the chroot stage
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2013\-02\-15 4.0~a11-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2013\-02\-18 4.0~a11-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb clean\fR \- Clean build directory
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2013\-02\-15 4.0~a11-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2013\-02\-18 4.0~a11-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb config\fR \- Create config directory
|
||||
|
@ -196,8 +196,6 @@
|
|||
[\fB\-\-net\-tarball\fR true|false]
|
||||
.br
|
||||
[\fB\-\-quiet\fR]
|
||||
.br
|
||||
[\fB\-\-root-command\fR sudo]
|
||||
.br
|
||||
[\fB\-\-use-fakeroot\fR true|false]
|
||||
.br
|
||||
|
@ -434,8 +432,6 @@ defines if a compressed tarball should be created. Disabling this options leads
|
|||
reduces the verbosity of messages output by \fBlb build\fR.
|
||||
.IP "\fB\-\-archives\fR \fIARCHIVE\fR|""\fIARCHIVES\fR""" 4
|
||||
enables one of available third-party archive configurations in /usr/share/live/build/archives.
|
||||
.IP "\fB\-\-root-command\fR sudo" 4
|
||||
controls if live\-build should use sudo internally to build the live image. Note that this is not well tested and that you should, when relying on sudo, call the individual live\-build command with sudo itself.
|
||||
.IP "\fB\-\-use-fakeroot\fR true|false" 4
|
||||
controls if live\-build should utilize fakeroot and fakechroot to try and avoid requiring root privillages where possible. By default, this option is false.
|
||||
.IP "\fB\-\-archive\-areas\fR \fIARCHIVE_AREA\fR|""\fIARCHIVE_AREAS\fR""" 4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2013\-02\-15 4.0~a11-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2013\-02\-18 4.0~a11-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb source\fR \- Complete the source stage
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2013\-02\-15 4.0~a11-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2013\-02\-18 4.0~a11-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb testroot\fR \- Ensure that a system is built as root
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 7 2013\-02\-15 4.0~a11-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 7 2013\-02\-18 4.0~a11-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlive\-build\fR \- the Debian Live tool suite
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 4.0~a10-1\n"
|
||||
"POT-Creation-Date: 2013-02-15 12:38+0100\n"
|
||||
"POT-Creation-Date: 2013-02-18 11:28+0100\n"
|
||||
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
|
||||
"Last-Translator: Daniel Baumann <daniel@debian.org>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -28,8 +28,8 @@ msgstr ""
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2013-02-15"
|
||||
msgstr "15.02.2013"
|
||||
msgid "2013-02-18"
|
||||
msgstr "18.02.2013"
|
||||
|
||||
#. type: TH
|
||||
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
|
||||
|
@ -80,7 +80,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:231 en/lb_source.1:9
|
||||
#: en/lb_testroot.1:9 en/live-build.7:11
|
||||
#, no-wrap
|
||||
msgid "DESCRIPTION"
|
||||
|
@ -95,7 +95,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:240 en/lb_source.1:14
|
||||
#: en/lb_testroot.1:18 en/live-build.7:20
|
||||
#, no-wrap
|
||||
msgid "OPTIONS"
|
||||
|
@ -111,7 +111,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:482 en/lb_source.1:17
|
||||
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:478 en/lb_source.1:17
|
||||
#: en/lb_testroot.1:21 en/live-build.7:215
|
||||
#, no-wrap
|
||||
msgid "FILES"
|
||||
|
@ -126,7 +126,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:489 en/lb_source.1:20
|
||||
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:485 en/lb_source.1:20
|
||||
#: en/lb_testroot.1:24 en/live-build.7:219
|
||||
#, no-wrap
|
||||
msgid "SEE ALSO"
|
||||
|
@ -134,21 +134,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:491 en/lb_source.1:22
|
||||
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:487 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:497 en/lb_source.1:24
|
||||
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:493 en/lb_source.1:24
|
||||
#: en/lb_testroot.1:28 en/live-build.7:225
|
||||
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:498 en/lb_source.1:25
|
||||
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:494 en/lb_source.1:25
|
||||
#: en/lb_testroot.1:29 en/live-build.7:226
|
||||
#, no-wrap
|
||||
msgid "HOMEPAGE"
|
||||
|
@ -156,7 +156,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:500 en/lb_source.1:27
|
||||
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:496 en/lb_source.1:27
|
||||
#: en/lb_testroot.1:31 en/live-build.7:228
|
||||
msgid ""
|
||||
"More information about live-build and the Debian Live project can be found "
|
||||
|
@ -166,7 +166,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:501 en/lb_source.1:28
|
||||
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:497 en/lb_source.1:28
|
||||
#: en/lb_testroot.1:32 en/live-build.7:229
|
||||
#, no-wrap
|
||||
msgid "BUGS"
|
||||
|
@ -174,7 +174,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:503 en/lb_source.1:30
|
||||
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:499 en/lb_source.1:30
|
||||
#: en/lb_testroot.1:34 en/live-build.7:231
|
||||
msgid ""
|
||||
"Bugs can be reported by submitting a bugreport for the live-build package in "
|
||||
|
@ -185,7 +185,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:504 en/lb_source.1:31
|
||||
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:500 en/lb_source.1:31
|
||||
#: en/lb_testroot.1:35 en/live-build.7:232
|
||||
#, no-wrap
|
||||
msgid "AUTHOR"
|
||||
|
@ -193,7 +193,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:505 en/lb_source.1:32
|
||||
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:501 en/lb_source.1:32
|
||||
#: en/lb_testroot.1:36 en/live-build.7:233
|
||||
msgid ""
|
||||
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 4.0~a10-1\n"
|
||||
"POT-Creation-Date: 2013-02-15 12:38+0100\n"
|
||||
"POT-Creation-Date: 2013-02-18 11:28+0100\n"
|
||||
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
|
||||
"Last-Translator: Daniel Baumann <daniel@debian.org>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -28,8 +28,8 @@ msgstr ""
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2013-02-15"
|
||||
msgstr "15.02.2013"
|
||||
msgid "2013-02-18"
|
||||
msgstr "18.02.2013"
|
||||
|
||||
#. type: TH
|
||||
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
|
||||
|
@ -65,7 +65,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:231 en/lb_source.1:9
|
||||
#: en/lb_testroot.1:9 en/live-build.7:11
|
||||
#, no-wrap
|
||||
msgid "DESCRIPTION"
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:240 en/lb_source.1:14
|
||||
#: en/lb_testroot.1:18 en/live-build.7:20
|
||||
#, no-wrap
|
||||
msgid "OPTIONS"
|
||||
|
@ -81,7 +81,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:482 en/lb_source.1:17
|
||||
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:478 en/lb_source.1:17
|
||||
#: en/lb_testroot.1:21 en/live-build.7:215
|
||||
#, no-wrap
|
||||
msgid "FILES"
|
||||
|
@ -96,7 +96,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:489 en/lb_source.1:20
|
||||
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:485 en/lb_source.1:20
|
||||
#: en/lb_testroot.1:24 en/live-build.7:219
|
||||
#, no-wrap
|
||||
msgid "SEE ALSO"
|
||||
|
@ -104,21 +104,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:491 en/lb_source.1:22
|
||||
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:487 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:497 en/lb_source.1:24
|
||||
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:493 en/lb_source.1:24
|
||||
#: en/lb_testroot.1:28 en/live-build.7:225
|
||||
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:498 en/lb_source.1:25
|
||||
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:494 en/lb_source.1:25
|
||||
#: en/lb_testroot.1:29 en/live-build.7:226
|
||||
#, no-wrap
|
||||
msgid "HOMEPAGE"
|
||||
|
@ -126,7 +126,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:500 en/lb_source.1:27
|
||||
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:496 en/lb_source.1:27
|
||||
#: en/lb_testroot.1:31 en/live-build.7:228
|
||||
msgid ""
|
||||
"More information about live-build and the Debian Live project can be found "
|
||||
|
@ -136,7 +136,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:501 en/lb_source.1:28
|
||||
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:497 en/lb_source.1:28
|
||||
#: en/lb_testroot.1:32 en/live-build.7:229
|
||||
#, no-wrap
|
||||
msgid "BUGS"
|
||||
|
@ -144,7 +144,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:503 en/lb_source.1:30
|
||||
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:499 en/lb_source.1:30
|
||||
#: en/lb_testroot.1:34 en/live-build.7:231
|
||||
msgid ""
|
||||
"Bugs can be reported by submitting a bugreport for the live-build package in "
|
||||
|
@ -155,7 +155,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:504 en/lb_source.1:31
|
||||
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:500 en/lb_source.1:31
|
||||
#: en/lb_testroot.1:35 en/live-build.7:232
|
||||
#, no-wrap
|
||||
msgid "AUTHOR"
|
||||
|
@ -163,7 +163,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:505 en/lb_source.1:32
|
||||
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:501 en/lb_source.1:32
|
||||
#: en/lb_testroot.1:36 en/live-build.7:233
|
||||
msgid ""
|
||||
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 4.0~a10-1\n"
|
||||
"POT-Creation-Date: 2013-02-15 12:38+0100\n"
|
||||
"POT-Creation-Date: 2013-02-18 11:28+0100\n"
|
||||
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
|
||||
"Last-Translator: Daniel Baumann <daniel@debian.org>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -28,8 +28,8 @@ msgstr ""
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2013-02-15"
|
||||
msgstr "15.02.2013"
|
||||
msgid "2013-02-18"
|
||||
msgstr "18.02.2013"
|
||||
|
||||
#. type: TH
|
||||
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
|
||||
|
@ -65,7 +65,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:231 en/lb_source.1:9
|
||||
#: en/lb_testroot.1:9 en/live-build.7:11
|
||||
#, no-wrap
|
||||
msgid "DESCRIPTION"
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:240 en/lb_source.1:14
|
||||
#: en/lb_testroot.1:18 en/live-build.7:20
|
||||
#, no-wrap
|
||||
msgid "OPTIONS"
|
||||
|
@ -81,7 +81,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:482 en/lb_source.1:17
|
||||
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:478 en/lb_source.1:17
|
||||
#: en/lb_testroot.1:21 en/live-build.7:215
|
||||
#, no-wrap
|
||||
msgid "FILES"
|
||||
|
@ -96,7 +96,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:489 en/lb_source.1:20
|
||||
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:485 en/lb_source.1:20
|
||||
#: en/lb_testroot.1:24 en/live-build.7:219
|
||||
#, no-wrap
|
||||
msgid "SEE ALSO"
|
||||
|
@ -104,21 +104,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:491 en/lb_source.1:22
|
||||
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:487 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:497 en/lb_source.1:24
|
||||
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:493 en/lb_source.1:24
|
||||
#: en/lb_testroot.1:28 en/live-build.7:225
|
||||
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:498 en/lb_source.1:25
|
||||
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:494 en/lb_source.1:25
|
||||
#: en/lb_testroot.1:29 en/live-build.7:226
|
||||
#, no-wrap
|
||||
msgid "HOMEPAGE"
|
||||
|
@ -126,7 +126,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:500 en/lb_source.1:27
|
||||
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:496 en/lb_source.1:27
|
||||
#: en/lb_testroot.1:31 en/live-build.7:228
|
||||
msgid ""
|
||||
"More information about live-build and the Debian Live project can be found "
|
||||
|
@ -136,7 +136,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:501 en/lb_source.1:28
|
||||
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:497 en/lb_source.1:28
|
||||
#: en/lb_testroot.1:32 en/live-build.7:229
|
||||
#, no-wrap
|
||||
msgid "BUGS"
|
||||
|
@ -144,7 +144,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:503 en/lb_source.1:30
|
||||
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:499 en/lb_source.1:30
|
||||
#: en/lb_testroot.1:34 en/live-build.7:231
|
||||
msgid ""
|
||||
"Bugs can be reported by submitting a bugreport for the live-build package in "
|
||||
|
@ -155,7 +155,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:504 en/lb_source.1:31
|
||||
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:500 en/lb_source.1:31
|
||||
#: en/lb_testroot.1:35 en/live-build.7:232
|
||||
#, no-wrap
|
||||
msgid "AUTHOR"
|
||||
|
@ -163,7 +163,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:505 en/lb_source.1:32
|
||||
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:501 en/lb_source.1:32
|
||||
#: en/lb_testroot.1:36 en/live-build.7:233
|
||||
msgid ""
|
||||
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 4.0~a10-1\n"
|
||||
"POT-Creation-Date: 2013-02-15 12:38+0100\n"
|
||||
"POT-Creation-Date: 2013-02-18 11:28+0100\n"
|
||||
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
|
||||
"Last-Translator: Daniel Baumann <daniel@debian.org>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -28,8 +28,8 @@ msgstr ""
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2013-02-15"
|
||||
msgstr "15.02.2013"
|
||||
msgid "2013-02-18"
|
||||
msgstr "18.02.2013"
|
||||
|
||||
#. type: TH
|
||||
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
|
||||
|
@ -65,7 +65,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:231 en/lb_source.1:9
|
||||
#: en/lb_testroot.1:9 en/live-build.7:11
|
||||
#, no-wrap
|
||||
msgid "DESCRIPTION"
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:240 en/lb_source.1:14
|
||||
#: en/lb_testroot.1:18 en/live-build.7:20
|
||||
#, no-wrap
|
||||
msgid "OPTIONS"
|
||||
|
@ -81,7 +81,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:482 en/lb_source.1:17
|
||||
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:478 en/lb_source.1:17
|
||||
#: en/lb_testroot.1:21 en/live-build.7:215
|
||||
#, no-wrap
|
||||
msgid "FILES"
|
||||
|
@ -89,7 +89,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:489 en/lb_source.1:20
|
||||
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:485 en/lb_source.1:20
|
||||
#: en/lb_testroot.1:24 en/live-build.7:219
|
||||
#, no-wrap
|
||||
msgid "SEE ALSO"
|
||||
|
@ -97,21 +97,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:491 en/lb_source.1:22
|
||||
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:487 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:497 en/lb_source.1:24
|
||||
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:493 en/lb_source.1:24
|
||||
#: en/lb_testroot.1:28 en/live-build.7:225
|
||||
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:498 en/lb_source.1:25
|
||||
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:494 en/lb_source.1:25
|
||||
#: en/lb_testroot.1:29 en/live-build.7:226
|
||||
#, no-wrap
|
||||
msgid "HOMEPAGE"
|
||||
|
@ -119,7 +119,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:500 en/lb_source.1:27
|
||||
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:496 en/lb_source.1:27
|
||||
#: en/lb_testroot.1:31 en/live-build.7:228
|
||||
msgid ""
|
||||
"More information about live-build and the Debian Live project can be found "
|
||||
|
@ -129,7 +129,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:501 en/lb_source.1:28
|
||||
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:497 en/lb_source.1:28
|
||||
#: en/lb_testroot.1:32 en/live-build.7:229
|
||||
#, no-wrap
|
||||
msgid "BUGS"
|
||||
|
@ -137,7 +137,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:503 en/lb_source.1:30
|
||||
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:499 en/lb_source.1:30
|
||||
#: en/lb_testroot.1:34 en/live-build.7:231
|
||||
msgid ""
|
||||
"Bugs can be reported by submitting a bugreport for the live-build package in "
|
||||
|
@ -148,7 +148,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:504 en/lb_source.1:31
|
||||
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:500 en/lb_source.1:31
|
||||
#: en/lb_testroot.1:35 en/live-build.7:232
|
||||
#, no-wrap
|
||||
msgid "AUTHOR"
|
||||
|
@ -156,7 +156,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:505 en/lb_source.1:32
|
||||
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:501 en/lb_source.1:32
|
||||
#: en/lb_testroot.1:36 en/live-build.7:233
|
||||
msgid ""
|
||||
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 4.0~a10-1\n"
|
||||
"POT-Creation-Date: 2013-02-15 12:38+0100\n"
|
||||
"POT-Creation-Date: 2013-02-18 11:28+0100\n"
|
||||
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
|
||||
"Last-Translator: Daniel Baumann <daniel@debian.org>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -28,8 +28,8 @@ msgstr ""
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2013-02-15"
|
||||
msgstr "15.02.2013"
|
||||
msgid "2013-02-18"
|
||||
msgstr "18.02.2013"
|
||||
|
||||
#. type: TH
|
||||
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
|
||||
|
@ -65,7 +65,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:231 en/lb_source.1:9
|
||||
#: en/lb_testroot.1:9 en/live-build.7:11
|
||||
#, no-wrap
|
||||
msgid "DESCRIPTION"
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:240 en/lb_source.1:14
|
||||
#: en/lb_testroot.1:18 en/live-build.7:20
|
||||
#, no-wrap
|
||||
msgid "OPTIONS"
|
||||
|
@ -81,7 +81,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:482 en/lb_source.1:17
|
||||
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:478 en/lb_source.1:17
|
||||
#: en/lb_testroot.1:21 en/live-build.7:215
|
||||
#, no-wrap
|
||||
msgid "FILES"
|
||||
|
@ -96,7 +96,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:489 en/lb_source.1:20
|
||||
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:485 en/lb_source.1:20
|
||||
#: en/lb_testroot.1:24 en/live-build.7:219
|
||||
#, no-wrap
|
||||
msgid "SEE ALSO"
|
||||
|
@ -104,21 +104,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:491 en/lb_source.1:22
|
||||
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:487 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:497 en/lb_source.1:24
|
||||
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:493 en/lb_source.1:24
|
||||
#: en/lb_testroot.1:28 en/live-build.7:225
|
||||
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:498 en/lb_source.1:25
|
||||
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:494 en/lb_source.1:25
|
||||
#: en/lb_testroot.1:29 en/live-build.7:226
|
||||
#, no-wrap
|
||||
msgid "HOMEPAGE"
|
||||
|
@ -126,7 +126,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:500 en/lb_source.1:27
|
||||
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:496 en/lb_source.1:27
|
||||
#: en/lb_testroot.1:31 en/live-build.7:228
|
||||
msgid ""
|
||||
"More information about live-build and the Debian Live project can be found "
|
||||
|
@ -136,7 +136,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:501 en/lb_source.1:28
|
||||
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:497 en/lb_source.1:28
|
||||
#: en/lb_testroot.1:32 en/live-build.7:229
|
||||
#, no-wrap
|
||||
msgid "BUGS"
|
||||
|
@ -144,7 +144,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:503 en/lb_source.1:30
|
||||
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:499 en/lb_source.1:30
|
||||
#: en/lb_testroot.1:34 en/live-build.7:231
|
||||
msgid ""
|
||||
"Bugs can be reported by submitting a bugreport for the live-build package in "
|
||||
|
@ -155,7 +155,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:504 en/lb_source.1:31
|
||||
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:500 en/lb_source.1:31
|
||||
#: en/lb_testroot.1:35 en/live-build.7:232
|
||||
#, no-wrap
|
||||
msgid "AUTHOR"
|
||||
|
@ -163,7 +163,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:505 en/lb_source.1:32
|
||||
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:501 en/lb_source.1:32
|
||||
#: en/lb_testroot.1:36 en/live-build.7:233
|
||||
msgid ""
|
||||
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 4.0~a10-1\n"
|
||||
"POT-Creation-Date: 2013-02-15 12:38+0100\n"
|
||||
"POT-Creation-Date: 2013-02-18 11:28+0100\n"
|
||||
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
|
||||
"Last-Translator: Daniel Baumann <daniel@debian.org>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -28,8 +28,8 @@ msgstr ""
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2013-02-15"
|
||||
msgstr "15.02.2013"
|
||||
msgid "2013-02-18"
|
||||
msgstr "18.02.2013"
|
||||
|
||||
#. type: TH
|
||||
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
|
||||
|
@ -65,7 +65,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:231 en/lb_source.1:9
|
||||
#: en/lb_testroot.1:9 en/live-build.7:11
|
||||
#, no-wrap
|
||||
msgid "DESCRIPTION"
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:240 en/lb_source.1:14
|
||||
#: en/lb_testroot.1:18 en/live-build.7:20
|
||||
#, no-wrap
|
||||
msgid "OPTIONS"
|
||||
|
@ -81,7 +81,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:482 en/lb_source.1:17
|
||||
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:478 en/lb_source.1:17
|
||||
#: en/lb_testroot.1:21 en/live-build.7:215
|
||||
#, no-wrap
|
||||
msgid "FILES"
|
||||
|
@ -89,7 +89,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:489 en/lb_source.1:20
|
||||
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:485 en/lb_source.1:20
|
||||
#: en/lb_testroot.1:24 en/live-build.7:219
|
||||
#, no-wrap
|
||||
msgid "SEE ALSO"
|
||||
|
@ -97,21 +97,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:491 en/lb_source.1:22
|
||||
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:487 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:497 en/lb_source.1:24
|
||||
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:493 en/lb_source.1:24
|
||||
#: en/lb_testroot.1:28 en/live-build.7:225
|
||||
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:498 en/lb_source.1:25
|
||||
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:494 en/lb_source.1:25
|
||||
#: en/lb_testroot.1:29 en/live-build.7:226
|
||||
#, no-wrap
|
||||
msgid "HOMEPAGE"
|
||||
|
@ -119,7 +119,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:500 en/lb_source.1:27
|
||||
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:496 en/lb_source.1:27
|
||||
#: en/lb_testroot.1:31 en/live-build.7:228
|
||||
msgid ""
|
||||
"More information about live-build and the Debian Live project can be found "
|
||||
|
@ -129,7 +129,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:501 en/lb_source.1:28
|
||||
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:497 en/lb_source.1:28
|
||||
#: en/lb_testroot.1:32 en/live-build.7:229
|
||||
#, no-wrap
|
||||
msgid "BUGS"
|
||||
|
@ -137,7 +137,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:503 en/lb_source.1:30
|
||||
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:499 en/lb_source.1:30
|
||||
#: en/lb_testroot.1:34 en/live-build.7:231
|
||||
msgid ""
|
||||
"Bugs can be reported by submitting a bugreport for the live-build package in "
|
||||
|
@ -148,7 +148,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:504 en/lb_source.1:31
|
||||
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:500 en/lb_source.1:31
|
||||
#: en/lb_testroot.1:35 en/live-build.7:232
|
||||
#, no-wrap
|
||||
msgid "AUTHOR"
|
||||
|
@ -156,7 +156,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:505 en/lb_source.1:32
|
||||
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:501 en/lb_source.1:32
|
||||
#: en/lb_testroot.1:36 en/live-build.7:233
|
||||
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
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 4.0~a10-1\n"
|
||||
"POT-Creation-Date: 2013-02-15 12:38+0100\n"
|
||||
"POT-Creation-Date: 2013-02-18 11:28+0100\n"
|
||||
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
|
||||
"Last-Translator: Daniel Baumann <daniel@debian.org>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -28,8 +28,8 @@ msgstr ""
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2013-02-15"
|
||||
msgstr "15.02.2013"
|
||||
msgid "2013-02-18"
|
||||
msgstr "18.02.2013"
|
||||
|
||||
#. type: TH
|
||||
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
|
||||
|
@ -65,7 +65,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:231 en/lb_source.1:9
|
||||
#: en/lb_testroot.1:9 en/live-build.7:11
|
||||
#, no-wrap
|
||||
msgid "DESCRIPTION"
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:240 en/lb_source.1:14
|
||||
#: en/lb_testroot.1:18 en/live-build.7:20
|
||||
#, no-wrap
|
||||
msgid "OPTIONS"
|
||||
|
@ -81,7 +81,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:482 en/lb_source.1:17
|
||||
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:478 en/lb_source.1:17
|
||||
#: en/lb_testroot.1:21 en/live-build.7:215
|
||||
#, no-wrap
|
||||
msgid "FILES"
|
||||
|
@ -96,7 +96,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:489 en/lb_source.1:20
|
||||
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:485 en/lb_source.1:20
|
||||
#: en/lb_testroot.1:24 en/live-build.7:219
|
||||
#, no-wrap
|
||||
msgid "SEE ALSO"
|
||||
|
@ -104,21 +104,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:491 en/lb_source.1:22
|
||||
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:487 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:497 en/lb_source.1:24
|
||||
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:493 en/lb_source.1:24
|
||||
#: en/lb_testroot.1:28 en/live-build.7:225
|
||||
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:498 en/lb_source.1:25
|
||||
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:494 en/lb_source.1:25
|
||||
#: en/lb_testroot.1:29 en/live-build.7:226
|
||||
#, no-wrap
|
||||
msgid "HOMEPAGE"
|
||||
|
@ -126,7 +126,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:500 en/lb_source.1:27
|
||||
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:496 en/lb_source.1:27
|
||||
#: en/lb_testroot.1:31 en/live-build.7:228
|
||||
msgid ""
|
||||
"More information about live-build and the Debian Live project can be found "
|
||||
|
@ -136,7 +136,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:501 en/lb_source.1:28
|
||||
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:497 en/lb_source.1:28
|
||||
#: en/lb_testroot.1:32 en/live-build.7:229
|
||||
#, no-wrap
|
||||
msgid "BUGS"
|
||||
|
@ -144,7 +144,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:503 en/lb_source.1:30
|
||||
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:499 en/lb_source.1:30
|
||||
#: en/lb_testroot.1:34 en/live-build.7:231
|
||||
msgid ""
|
||||
"Bugs can be reported by submitting a bugreport for the live-build package in "
|
||||
|
@ -155,7 +155,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:504 en/lb_source.1:31
|
||||
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:500 en/lb_source.1:31
|
||||
#: en/lb_testroot.1:35 en/live-build.7:232
|
||||
#, no-wrap
|
||||
msgid "AUTHOR"
|
||||
|
@ -163,7 +163,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:505 en/lb_source.1:32
|
||||
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:501 en/lb_source.1:32
|
||||
#: en/lb_testroot.1:36 en/live-build.7:233
|
||||
msgid ""
|
||||
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 4.0~a10-1\n"
|
||||
"POT-Creation-Date: 2013-02-15 12:38+0100\n"
|
||||
"POT-Creation-Date: 2013-02-18 11:28+0100\n"
|
||||
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
|
||||
"Last-Translator: Daniel Baumann <daniel@debian.org>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -28,8 +28,8 @@ msgstr ""
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2013-02-15"
|
||||
msgstr "15.02.2013"
|
||||
msgid "2013-02-18"
|
||||
msgstr "18.02.2013"
|
||||
|
||||
#. type: TH
|
||||
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
|
||||
|
@ -65,7 +65,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:231 en/lb_source.1:9
|
||||
#: en/lb_testroot.1:9 en/live-build.7:11
|
||||
#, no-wrap
|
||||
msgid "DESCRIPTION"
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:240 en/lb_source.1:14
|
||||
#: en/lb_testroot.1:18 en/live-build.7:20
|
||||
#, no-wrap
|
||||
msgid "OPTIONS"
|
||||
|
@ -81,7 +81,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:482 en/lb_source.1:17
|
||||
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:478 en/lb_source.1:17
|
||||
#: en/lb_testroot.1:21 en/live-build.7:215
|
||||
#, no-wrap
|
||||
msgid "FILES"
|
||||
|
@ -96,7 +96,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:489 en/lb_source.1:20
|
||||
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:485 en/lb_source.1:20
|
||||
#: en/lb_testroot.1:24 en/live-build.7:219
|
||||
#, no-wrap
|
||||
msgid "SEE ALSO"
|
||||
|
@ -104,21 +104,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:491 en/lb_source.1:22
|
||||
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:487 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:497 en/lb_source.1:24
|
||||
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:493 en/lb_source.1:24
|
||||
#: en/lb_testroot.1:28 en/live-build.7:225
|
||||
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:498 en/lb_source.1:25
|
||||
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:494 en/lb_source.1:25
|
||||
#: en/lb_testroot.1:29 en/live-build.7:226
|
||||
#, no-wrap
|
||||
msgid "HOMEPAGE"
|
||||
|
@ -126,7 +126,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:500 en/lb_source.1:27
|
||||
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:496 en/lb_source.1:27
|
||||
#: en/lb_testroot.1:31 en/live-build.7:228
|
||||
msgid ""
|
||||
"More information about live-build and the Debian Live project can be found "
|
||||
|
@ -136,7 +136,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:501 en/lb_source.1:28
|
||||
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:497 en/lb_source.1:28
|
||||
#: en/lb_testroot.1:32 en/live-build.7:229
|
||||
#, no-wrap
|
||||
msgid "BUGS"
|
||||
|
@ -144,7 +144,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:503 en/lb_source.1:30
|
||||
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:499 en/lb_source.1:30
|
||||
#: en/lb_testroot.1:34 en/live-build.7:231
|
||||
msgid ""
|
||||
"Bugs can be reported by submitting a bugreport for the live-build package in "
|
||||
|
@ -155,7 +155,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:504 en/lb_source.1:31
|
||||
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:500 en/lb_source.1:31
|
||||
#: en/lb_testroot.1:35 en/live-build.7:232
|
||||
#, no-wrap
|
||||
msgid "AUTHOR"
|
||||
|
@ -163,7 +163,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:505 en/lb_source.1:32
|
||||
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:501 en/lb_source.1:32
|
||||
#: en/lb_testroot.1:36 en/live-build.7:233
|
||||
msgid ""
|
||||
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 4.0~a10-1\n"
|
||||
"POT-Creation-Date: 2013-02-15 12:38+0100\n"
|
||||
"POT-Creation-Date: 2013-02-18 11:28+0100\n"
|
||||
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
|
||||
"Last-Translator: Daniel Baumann <daniel@debian.org>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -28,8 +28,8 @@ msgstr ""
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2013-02-15"
|
||||
msgstr "15.02.2013"
|
||||
msgid "2013-02-18"
|
||||
msgstr "18.02.2013"
|
||||
|
||||
#. type: TH
|
||||
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
|
||||
|
@ -65,7 +65,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:231 en/lb_source.1:9
|
||||
#: en/lb_testroot.1:9 en/live-build.7:11
|
||||
#, no-wrap
|
||||
msgid "DESCRIPTION"
|
||||
|
@ -73,7 +73,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:240 en/lb_source.1:14
|
||||
#: en/lb_testroot.1:18 en/live-build.7:20
|
||||
#, no-wrap
|
||||
msgid "OPTIONS"
|
||||
|
@ -81,7 +81,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:482 en/lb_source.1:17
|
||||
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:478 en/lb_source.1:17
|
||||
#: en/lb_testroot.1:21 en/live-build.7:215
|
||||
#, no-wrap
|
||||
msgid "FILES"
|
||||
|
@ -89,7 +89,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:489 en/lb_source.1:20
|
||||
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:485 en/lb_source.1:20
|
||||
#: en/lb_testroot.1:24 en/live-build.7:219
|
||||
#, no-wrap
|
||||
msgid "SEE ALSO"
|
||||
|
@ -97,14 +97,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:497 en/lb_source.1:24
|
||||
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:493 en/lb_source.1:24
|
||||
#: en/lb_testroot.1:28 en/live-build.7:225
|
||||
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:498 en/lb_source.1:25
|
||||
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:494 en/lb_source.1:25
|
||||
#: en/lb_testroot.1:29 en/live-build.7:226
|
||||
#, no-wrap
|
||||
msgid "HOMEPAGE"
|
||||
|
@ -112,7 +112,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:500 en/lb_source.1:27
|
||||
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:496 en/lb_source.1:27
|
||||
#: en/lb_testroot.1:31 en/live-build.7:228
|
||||
msgid ""
|
||||
"More information about live-build and the Debian Live project can be found "
|
||||
|
@ -122,7 +122,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:501 en/lb_source.1:28
|
||||
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:497 en/lb_source.1:28
|
||||
#: en/lb_testroot.1:32 en/live-build.7:229
|
||||
#, no-wrap
|
||||
msgid "BUGS"
|
||||
|
@ -130,7 +130,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:503 en/lb_source.1:30
|
||||
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:499 en/lb_source.1:30
|
||||
#: en/lb_testroot.1:34 en/live-build.7:231
|
||||
msgid ""
|
||||
"Bugs can be reported by submitting a bugreport for the live-build package in "
|
||||
|
@ -141,7 +141,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:504 en/lb_source.1:31
|
||||
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:500 en/lb_source.1:31
|
||||
#: en/lb_testroot.1:35 en/live-build.7:232
|
||||
#, no-wrap
|
||||
msgid "AUTHOR"
|
||||
|
@ -149,7 +149,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:505 en/lb_source.1:32
|
||||
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:501 en/lb_source.1:32
|
||||
#: en/lb_testroot.1:36 en/live-build.7:233
|
||||
msgid ""
|
||||
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
|
||||
|
@ -157,36 +157,36 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. type: IP
|
||||
#: en/lb_config.1:314 en/live-build.7:36
|
||||
#: en/lb_config.1:312 en/live-build.7:36
|
||||
#, no-wrap
|
||||
msgid "B<--debug>"
|
||||
msgstr ""
|
||||
|
||||
#. type: IP
|
||||
#: en/lb_config.1:326 en/live-build.7:38
|
||||
#: en/lb_config.1:324 en/live-build.7:38
|
||||
#, no-wrap
|
||||
msgid "B<--force>"
|
||||
msgstr ""
|
||||
|
||||
#. type: IP
|
||||
#: en/lb_config.1:433 en/live-build.7:40
|
||||
#: en/lb_config.1:431 en/live-build.7:40
|
||||
#, no-wrap
|
||||
msgid "B<--quiet>"
|
||||
msgstr ""
|
||||
|
||||
#. type: IP
|
||||
#: en/lb_config.1:471 en/live-build.7:42
|
||||
#: en/lb_config.1:467 en/live-build.7:42
|
||||
#, no-wrap
|
||||
msgid "B<--verbose>"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb_config.1:493 en/live-build.7:221
|
||||
#: en/lb_config.1:489 en/live-build.7:221
|
||||
msgid "I<live-boot>(7)"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb_config.1:495 en/live-build.7:223
|
||||
#: en/lb_config.1:491 en/live-build.7:223
|
||||
msgid "I<live-config>(7)"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2013-02-15 12:38+0100\n"
|
||||
"POT-Creation-Date: 2013-02-18 11:28+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -29,7 +29,7 @@ msgstr ""
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2013-02-15"
|
||||
msgid "2013-02-18"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
@ -81,7 +81,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:231 en/lb_source.1:9
|
||||
#: en/lb_testroot.1:9 en/live-build.7:11
|
||||
#, no-wrap
|
||||
msgid "DESCRIPTION"
|
||||
|
@ -96,7 +96,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:240 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:482 en/lb_source.1:17
|
||||
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:478 en/lb_source.1:17
|
||||
#: en/lb_testroot.1:21 en/live-build.7:215
|
||||
#, 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:489 en/lb_source.1:20
|
||||
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:485 en/lb_source.1:20
|
||||
#: en/lb_testroot.1:24 en/live-build.7:219
|
||||
#, 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:491 en/lb_source.1:22
|
||||
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:487 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:497 en/lb_source.1:24
|
||||
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:493 en/lb_source.1:24
|
||||
#: en/lb_testroot.1:28 en/live-build.7:225
|
||||
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:498 en/lb_source.1:25
|
||||
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:494 en/lb_source.1:25
|
||||
#: en/lb_testroot.1:29 en/live-build.7:226
|
||||
#, 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:500 en/lb_source.1:27
|
||||
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:496 en/lb_source.1:27
|
||||
#: en/lb_testroot.1:31 en/live-build.7:228
|
||||
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:501 en/lb_source.1:28
|
||||
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:497 en/lb_source.1:28
|
||||
#: en/lb_testroot.1:32 en/live-build.7:229
|
||||
#, 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:503 en/lb_source.1:30
|
||||
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:499 en/lb_source.1:30
|
||||
#: en/lb_testroot.1:34 en/live-build.7:231
|
||||
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:504 en/lb_source.1:31
|
||||
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:500 en/lb_source.1:31
|
||||
#: en/lb_testroot.1:35 en/live-build.7:232
|
||||
#, 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:505 en/lb_source.1:32
|
||||
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:501 en/lb_source.1:32
|
||||
#: en/lb_testroot.1:36 en/live-build.7:233
|
||||
msgid ""
|
||||
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2013-02-15 12:38+0100\n"
|
||||
"POT-Creation-Date: 2013-02-18 11:28+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -29,7 +29,7 @@ msgstr ""
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2013-02-15"
|
||||
msgid "2013-02-18"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
@ -66,7 +66,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:231 en/lb_source.1:9
|
||||
#: en/lb_testroot.1:9 en/live-build.7:11
|
||||
#, no-wrap
|
||||
msgid "DESCRIPTION"
|
||||
|
@ -74,7 +74,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:240 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:482 en/lb_source.1:17
|
||||
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:478 en/lb_source.1:17
|
||||
#: en/lb_testroot.1:21 en/live-build.7:215
|
||||
#, 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:489 en/lb_source.1:20
|
||||
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:485 en/lb_source.1:20
|
||||
#: en/lb_testroot.1:24 en/live-build.7:219
|
||||
#, 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:491 en/lb_source.1:22
|
||||
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:487 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:497 en/lb_source.1:24
|
||||
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:493 en/lb_source.1:24
|
||||
#: en/lb_testroot.1:28 en/live-build.7:225
|
||||
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:498 en/lb_source.1:25
|
||||
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:494 en/lb_source.1:25
|
||||
#: en/lb_testroot.1:29 en/live-build.7:226
|
||||
#, 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:500 en/lb_source.1:27
|
||||
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:496 en/lb_source.1:27
|
||||
#: en/lb_testroot.1:31 en/live-build.7:228
|
||||
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:501 en/lb_source.1:28
|
||||
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:497 en/lb_source.1:28
|
||||
#: en/lb_testroot.1:32 en/live-build.7:229
|
||||
#, 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:503 en/lb_source.1:30
|
||||
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:499 en/lb_source.1:30
|
||||
#: en/lb_testroot.1:34 en/live-build.7:231
|
||||
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:504 en/lb_source.1:31
|
||||
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:500 en/lb_source.1:31
|
||||
#: en/lb_testroot.1:35 en/live-build.7:232
|
||||
#, 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:505 en/lb_source.1:32
|
||||
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:501 en/lb_source.1:32
|
||||
#: en/lb_testroot.1:36 en/live-build.7:233
|
||||
msgid ""
|
||||
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2013-02-15 12:38+0100\n"
|
||||
"POT-Creation-Date: 2013-02-18 11:28+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -29,7 +29,7 @@ msgstr ""
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2013-02-15"
|
||||
msgid "2013-02-18"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
@ -66,7 +66,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:231 en/lb_source.1:9
|
||||
#: en/lb_testroot.1:9 en/live-build.7:11
|
||||
#, no-wrap
|
||||
msgid "DESCRIPTION"
|
||||
|
@ -74,7 +74,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:240 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:482 en/lb_source.1:17
|
||||
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:478 en/lb_source.1:17
|
||||
#: en/lb_testroot.1:21 en/live-build.7:215
|
||||
#, 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:489 en/lb_source.1:20
|
||||
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:485 en/lb_source.1:20
|
||||
#: en/lb_testroot.1:24 en/live-build.7:219
|
||||
#, 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:491 en/lb_source.1:22
|
||||
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:487 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:497 en/lb_source.1:24
|
||||
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:493 en/lb_source.1:24
|
||||
#: en/lb_testroot.1:28 en/live-build.7:225
|
||||
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:498 en/lb_source.1:25
|
||||
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:494 en/lb_source.1:25
|
||||
#: en/lb_testroot.1:29 en/live-build.7:226
|
||||
#, 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:500 en/lb_source.1:27
|
||||
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:496 en/lb_source.1:27
|
||||
#: en/lb_testroot.1:31 en/live-build.7:228
|
||||
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:501 en/lb_source.1:28
|
||||
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:497 en/lb_source.1:28
|
||||
#: en/lb_testroot.1:32 en/live-build.7:229
|
||||
#, 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:503 en/lb_source.1:30
|
||||
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:499 en/lb_source.1:30
|
||||
#: en/lb_testroot.1:34 en/live-build.7:231
|
||||
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:504 en/lb_source.1:31
|
||||
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:500 en/lb_source.1:31
|
||||
#: en/lb_testroot.1:35 en/live-build.7:232
|
||||
#, 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:505 en/lb_source.1:32
|
||||
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:501 en/lb_source.1:32
|
||||
#: en/lb_testroot.1:36 en/live-build.7:233
|
||||
msgid ""
|
||||
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2013-02-15 12:38+0100\n"
|
||||
"POT-Creation-Date: 2013-02-18 11:28+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -29,7 +29,7 @@ msgstr ""
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2013-02-15"
|
||||
msgid "2013-02-18"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
@ -66,7 +66,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:231 en/lb_source.1:9
|
||||
#: en/lb_testroot.1:9 en/live-build.7:11
|
||||
#, no-wrap
|
||||
msgid "DESCRIPTION"
|
||||
|
@ -74,7 +74,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:240 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:482 en/lb_source.1:17
|
||||
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:478 en/lb_source.1:17
|
||||
#: en/lb_testroot.1:21 en/live-build.7:215
|
||||
#, 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:489 en/lb_source.1:20
|
||||
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:485 en/lb_source.1:20
|
||||
#: en/lb_testroot.1:24 en/live-build.7:219
|
||||
#, 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:491 en/lb_source.1:22
|
||||
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:487 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:497 en/lb_source.1:24
|
||||
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:493 en/lb_source.1:24
|
||||
#: en/lb_testroot.1:28 en/live-build.7:225
|
||||
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:498 en/lb_source.1:25
|
||||
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:494 en/lb_source.1:25
|
||||
#: en/lb_testroot.1:29 en/live-build.7:226
|
||||
#, 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:500 en/lb_source.1:27
|
||||
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:496 en/lb_source.1:27
|
||||
#: en/lb_testroot.1:31 en/live-build.7:228
|
||||
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:501 en/lb_source.1:28
|
||||
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:497 en/lb_source.1:28
|
||||
#: en/lb_testroot.1:32 en/live-build.7:229
|
||||
#, 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:503 en/lb_source.1:30
|
||||
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:499 en/lb_source.1:30
|
||||
#: en/lb_testroot.1:34 en/live-build.7:231
|
||||
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:504 en/lb_source.1:31
|
||||
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:500 en/lb_source.1:31
|
||||
#: en/lb_testroot.1:35 en/live-build.7:232
|
||||
#, 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:505 en/lb_source.1:32
|
||||
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:501 en/lb_source.1:32
|
||||
#: en/lb_testroot.1:36 en/live-build.7:233
|
||||
msgid ""
|
||||
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2013-02-15 12:38+0100\n"
|
||||
"POT-Creation-Date: 2013-02-18 11:28+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -29,7 +29,7 @@ msgstr ""
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2013-02-15"
|
||||
msgid "2013-02-18"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
@ -66,7 +66,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:231 en/lb_source.1:9
|
||||
#: en/lb_testroot.1:9 en/live-build.7:11
|
||||
#, no-wrap
|
||||
msgid "DESCRIPTION"
|
||||
|
@ -74,7 +74,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:240 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:482 en/lb_source.1:17
|
||||
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:478 en/lb_source.1:17
|
||||
#: en/lb_testroot.1:21 en/live-build.7:215
|
||||
#, 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:489 en/lb_source.1:20
|
||||
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:485 en/lb_source.1:20
|
||||
#: en/lb_testroot.1:24 en/live-build.7:219
|
||||
#, 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:491 en/lb_source.1:22
|
||||
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:487 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:497 en/lb_source.1:24
|
||||
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:493 en/lb_source.1:24
|
||||
#: en/lb_testroot.1:28 en/live-build.7:225
|
||||
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:498 en/lb_source.1:25
|
||||
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:494 en/lb_source.1:25
|
||||
#: en/lb_testroot.1:29 en/live-build.7:226
|
||||
#, 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:500 en/lb_source.1:27
|
||||
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:496 en/lb_source.1:27
|
||||
#: en/lb_testroot.1:31 en/live-build.7:228
|
||||
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:501 en/lb_source.1:28
|
||||
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:497 en/lb_source.1:28
|
||||
#: en/lb_testroot.1:32 en/live-build.7:229
|
||||
#, 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:503 en/lb_source.1:30
|
||||
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:499 en/lb_source.1:30
|
||||
#: en/lb_testroot.1:34 en/live-build.7:231
|
||||
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:504 en/lb_source.1:31
|
||||
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:500 en/lb_source.1:31
|
||||
#: en/lb_testroot.1:35 en/live-build.7:232
|
||||
#, 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:505 en/lb_source.1:32
|
||||
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:501 en/lb_source.1:32
|
||||
#: en/lb_testroot.1:36 en/live-build.7:233
|
||||
msgid ""
|
||||
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2013-02-15 12:38+0100\n"
|
||||
"POT-Creation-Date: 2013-02-18 11:28+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -29,7 +29,7 @@ msgstr ""
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2013-02-15"
|
||||
msgid "2013-02-18"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
@ -66,7 +66,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:231 en/lb_source.1:9
|
||||
#: en/lb_testroot.1:9 en/live-build.7:11
|
||||
#, no-wrap
|
||||
msgid "DESCRIPTION"
|
||||
|
@ -74,7 +74,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:240 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:482 en/lb_source.1:17
|
||||
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:478 en/lb_source.1:17
|
||||
#: en/lb_testroot.1:21 en/live-build.7:215
|
||||
#, 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:489 en/lb_source.1:20
|
||||
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:485 en/lb_source.1:20
|
||||
#: en/lb_testroot.1:24 en/live-build.7:219
|
||||
#, 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:491 en/lb_source.1:22
|
||||
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:487 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:497 en/lb_source.1:24
|
||||
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:493 en/lb_source.1:24
|
||||
#: en/lb_testroot.1:28 en/live-build.7:225
|
||||
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:498 en/lb_source.1:25
|
||||
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:494 en/lb_source.1:25
|
||||
#: en/lb_testroot.1:29 en/live-build.7:226
|
||||
#, 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:500 en/lb_source.1:27
|
||||
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:496 en/lb_source.1:27
|
||||
#: en/lb_testroot.1:31 en/live-build.7:228
|
||||
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:501 en/lb_source.1:28
|
||||
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:497 en/lb_source.1:28
|
||||
#: en/lb_testroot.1:32 en/live-build.7:229
|
||||
#, 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:503 en/lb_source.1:30
|
||||
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:499 en/lb_source.1:30
|
||||
#: en/lb_testroot.1:34 en/live-build.7:231
|
||||
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:504 en/lb_source.1:31
|
||||
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:500 en/lb_source.1:31
|
||||
#: en/lb_testroot.1:35 en/live-build.7:232
|
||||
#, 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:505 en/lb_source.1:32
|
||||
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:501 en/lb_source.1:32
|
||||
#: en/lb_testroot.1:36 en/live-build.7:233
|
||||
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
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2013-02-15 12:38+0100\n"
|
||||
"POT-Creation-Date: 2013-02-18 11:28+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -29,7 +29,7 @@ msgstr ""
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2013-02-15"
|
||||
msgid "2013-02-18"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
@ -66,7 +66,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:231 en/lb_source.1:9
|
||||
#: en/lb_testroot.1:9 en/live-build.7:11
|
||||
#, no-wrap
|
||||
msgid "DESCRIPTION"
|
||||
|
@ -74,7 +74,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:240 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:482 en/lb_source.1:17
|
||||
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:478 en/lb_source.1:17
|
||||
#: en/lb_testroot.1:21 en/live-build.7:215
|
||||
#, 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:489 en/lb_source.1:20
|
||||
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:485 en/lb_source.1:20
|
||||
#: en/lb_testroot.1:24 en/live-build.7:219
|
||||
#, 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:491 en/lb_source.1:22
|
||||
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:487 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:497 en/lb_source.1:24
|
||||
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:493 en/lb_source.1:24
|
||||
#: en/lb_testroot.1:28 en/live-build.7:225
|
||||
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:498 en/lb_source.1:25
|
||||
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:494 en/lb_source.1:25
|
||||
#: en/lb_testroot.1:29 en/live-build.7:226
|
||||
#, 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:500 en/lb_source.1:27
|
||||
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:496 en/lb_source.1:27
|
||||
#: en/lb_testroot.1:31 en/live-build.7:228
|
||||
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:501 en/lb_source.1:28
|
||||
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:497 en/lb_source.1:28
|
||||
#: en/lb_testroot.1:32 en/live-build.7:229
|
||||
#, 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:503 en/lb_source.1:30
|
||||
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:499 en/lb_source.1:30
|
||||
#: en/lb_testroot.1:34 en/live-build.7:231
|
||||
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:504 en/lb_source.1:31
|
||||
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:500 en/lb_source.1:31
|
||||
#: en/lb_testroot.1:35 en/live-build.7:232
|
||||
#, 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:505 en/lb_source.1:32
|
||||
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:501 en/lb_source.1:32
|
||||
#: en/lb_testroot.1:36 en/live-build.7:233
|
||||
msgid ""
|
||||
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2013-02-15 12:38+0100\n"
|
||||
"POT-Creation-Date: 2013-02-18 11:28+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -29,7 +29,7 @@ msgstr ""
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2013-02-15"
|
||||
msgid "2013-02-18"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
@ -66,7 +66,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:231 en/lb_source.1:9
|
||||
#: en/lb_testroot.1:9 en/live-build.7:11
|
||||
#, no-wrap
|
||||
msgid "DESCRIPTION"
|
||||
|
@ -74,7 +74,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:240 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:482 en/lb_source.1:17
|
||||
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:478 en/lb_source.1:17
|
||||
#: en/lb_testroot.1:21 en/live-build.7:215
|
||||
#, 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:489 en/lb_source.1:20
|
||||
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:485 en/lb_source.1:20
|
||||
#: en/lb_testroot.1:24 en/live-build.7:219
|
||||
#, 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:491 en/lb_source.1:22
|
||||
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:487 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:497 en/lb_source.1:24
|
||||
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:493 en/lb_source.1:24
|
||||
#: en/lb_testroot.1:28 en/live-build.7:225
|
||||
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:498 en/lb_source.1:25
|
||||
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:494 en/lb_source.1:25
|
||||
#: en/lb_testroot.1:29 en/live-build.7:226
|
||||
#, 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:500 en/lb_source.1:27
|
||||
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:496 en/lb_source.1:27
|
||||
#: en/lb_testroot.1:31 en/live-build.7:228
|
||||
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:501 en/lb_source.1:28
|
||||
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:497 en/lb_source.1:28
|
||||
#: en/lb_testroot.1:32 en/live-build.7:229
|
||||
#, 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:503 en/lb_source.1:30
|
||||
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:499 en/lb_source.1:30
|
||||
#: en/lb_testroot.1:34 en/live-build.7:231
|
||||
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:504 en/lb_source.1:31
|
||||
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:500 en/lb_source.1:31
|
||||
#: en/lb_testroot.1:35 en/live-build.7:232
|
||||
#, 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:505 en/lb_source.1:32
|
||||
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:501 en/lb_source.1:32
|
||||
#: en/lb_testroot.1:36 en/live-build.7:233
|
||||
msgid ""
|
||||
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2013-02-15 12:38+0100\n"
|
||||
"POT-Creation-Date: 2013-02-18 11:28+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -29,7 +29,7 @@ msgstr ""
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2013-02-15"
|
||||
msgid "2013-02-18"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
@ -66,7 +66,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
|
||||
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:231 en/lb_source.1:9
|
||||
#: en/lb_testroot.1:9 en/live-build.7:11
|
||||
#, no-wrap
|
||||
msgid "DESCRIPTION"
|
||||
|
@ -74,7 +74,7 @@ msgstr ""
|
|||
|
||||
#. type: SH
|
||||
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
|
||||
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:240 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:482 en/lb_source.1:17
|
||||
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:478 en/lb_source.1:17
|
||||
#: en/lb_testroot.1:21 en/live-build.7:215
|
||||
#, 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:489 en/lb_source.1:20
|
||||
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:485 en/lb_source.1:20
|
||||
#: en/lb_testroot.1:24 en/live-build.7:219
|
||||
#, 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:497 en/lb_source.1:24
|
||||
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:493 en/lb_source.1:24
|
||||
#: en/lb_testroot.1:28 en/live-build.7:225
|
||||
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:498 en/lb_source.1:25
|
||||
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:494 en/lb_source.1:25
|
||||
#: en/lb_testroot.1:29 en/live-build.7:226
|
||||
#, 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:500 en/lb_source.1:27
|
||||
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:496 en/lb_source.1:27
|
||||
#: en/lb_testroot.1:31 en/live-build.7:228
|
||||
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:501 en/lb_source.1:28
|
||||
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:497 en/lb_source.1:28
|
||||
#: en/lb_testroot.1:32 en/live-build.7:229
|
||||
#, 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:503 en/lb_source.1:30
|
||||
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:499 en/lb_source.1:30
|
||||
#: en/lb_testroot.1:34 en/live-build.7:231
|
||||
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:504 en/lb_source.1:31
|
||||
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:500 en/lb_source.1:31
|
||||
#: en/lb_testroot.1:35 en/live-build.7:232
|
||||
#, 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:505 en/lb_source.1:32
|
||||
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:501 en/lb_source.1:32
|
||||
#: en/lb_testroot.1:36 en/live-build.7:233
|
||||
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:314 en/live-build.7:36
|
||||
#: en/lb_config.1:312 en/live-build.7:36
|
||||
#, no-wrap
|
||||
msgid "B<--debug>"
|
||||
msgstr ""
|
||||
|
||||
#. type: IP
|
||||
#: en/lb_config.1:326 en/live-build.7:38
|
||||
#: en/lb_config.1:324 en/live-build.7:38
|
||||
#, no-wrap
|
||||
msgid "B<--force>"
|
||||
msgstr ""
|
||||
|
||||
#. type: IP
|
||||
#: en/lb_config.1:433 en/live-build.7:40
|
||||
#: en/lb_config.1:431 en/live-build.7:40
|
||||
#, no-wrap
|
||||
msgid "B<--quiet>"
|
||||
msgstr ""
|
||||
|
||||
#. type: IP
|
||||
#: en/lb_config.1:471 en/live-build.7:42
|
||||
#: en/lb_config.1:467 en/live-build.7:42
|
||||
#, no-wrap
|
||||
msgid "B<--verbose>"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb_config.1:493 en/live-build.7:221
|
||||
#: en/lb_config.1:489 en/live-build.7:221
|
||||
msgid "I<live-boot>(7)"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb_config.1:495 en/live-build.7:223
|
||||
#: en/lb_config.1:491 en/live-build.7:223
|
||||
msgid "I<live-config>(7)"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ if [ -f chroot/proc/version ]
|
|||
then
|
||||
if [ "${LB_USE_FAKEROOT}" != "true" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} umount chroot/proc
|
||||
umount chroot/proc
|
||||
else
|
||||
rm -rf chroot/proc
|
||||
mkdir -p chroot/proc
|
||||
|
@ -54,7 +54,7 @@ if [ -d chroot/sys/kernel ]
|
|||
then
|
||||
if [ "${LB_USE_FAKEROOT}" != "true" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} umount chroot/sys
|
||||
umount chroot/sys
|
||||
else
|
||||
rm -rf chroot/sys
|
||||
mkdir -p chroot/sys
|
||||
|
@ -81,20 +81,20 @@ fi
|
|||
Echo_message "This may take a while."
|
||||
|
||||
# Removing old chroot
|
||||
${LB_ROOT_COMMAND} rm -rf chroot/chroot
|
||||
${LB_ROOT_COMMAND} rm -rf chroot.tmp
|
||||
rm -rf chroot/chroot
|
||||
rm -rf chroot.tmp
|
||||
|
||||
# Copying new chroot
|
||||
if [ -d cache/bootstrap ] && [ "${LB_CHROOT_FILESYSTEM}" != "none" ] && [ "${LB_CHROOT_FILESYSTEM}" != "plain" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} mv chroot chroot.tmp
|
||||
${LB_ROOT_COMMAND} cp -a cache/bootstrap chroot
|
||||
${LB_ROOT_COMMAND} touch chroot/chroot.cache
|
||||
mv chroot chroot.tmp
|
||||
cp -a cache/bootstrap chroot
|
||||
touch chroot/chroot.cache
|
||||
else
|
||||
${LB_ROOT_COMMAND} cp -a chroot chroot.tmp
|
||||
cp -a chroot chroot.tmp
|
||||
fi
|
||||
|
||||
${LB_ROOT_COMMAND} mv chroot.tmp chroot/chroot
|
||||
mv chroot.tmp chroot/chroot
|
||||
|
||||
# Handling chroot excludes
|
||||
if [ -f config/rootfs/excludes ] && [ "${LB_CHROOT_FILESYSTEM}" != "squashfs" ]
|
||||
|
@ -116,10 +116,5 @@ then
|
|||
esac
|
||||
fi
|
||||
|
||||
if [ -n "${LB_ROOT_COMMAND}" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} chown -R $(whoami):$(whoami) chroot
|
||||
fi
|
||||
|
||||
# Creating stage file
|
||||
Create_stagefile .build/binary_chroot
|
||||
|
|
|
@ -290,12 +290,12 @@ then
|
|||
Download_file mini.iso ${URL}/mini.iso
|
||||
|
||||
mkdir mini.tmp
|
||||
${LB_ROOT_COMMAND} mount -o loop -t iso9660 mini.iso mini.tmp
|
||||
mount -o loop -t iso9660 mini.iso mini.tmp
|
||||
|
||||
cp mini.tmp/boot/vmlinuz-${DEFAULT_FLAVOUR} "${DESTDIR}"/"${VMLINUZ_DI}"
|
||||
cp mini.tmp/boot/initrd.gz "${DESTDIR}"/"${INITRD_DI}"
|
||||
|
||||
${LB_ROOT_COMMAND} umount mini.tmp
|
||||
umount mini.tmp
|
||||
rm -rf mini.tmp mini.iso
|
||||
else
|
||||
# Downloading debian-installer
|
||||
|
|
|
@ -234,7 +234,7 @@ case "${LB_BINARY_FILESYSTEM}" in
|
|||
esac
|
||||
|
||||
mkdir -p chroot/binary.tmp
|
||||
${LB_ROOT_COMMAND} mount ${FREELO} chroot/binary.tmp
|
||||
mount ${FREELO} chroot/binary.tmp
|
||||
cp -r -T ${CP_OPTIONS} binary/ chroot/binary.tmp
|
||||
|
||||
FIXME()
|
||||
|
@ -268,7 +268,7 @@ EOF
|
|||
fi
|
||||
}
|
||||
|
||||
${LB_ROOT_COMMAND} umount chroot/binary.tmp
|
||||
umount chroot/binary.tmp
|
||||
rmdir chroot/binary.tmp
|
||||
|
||||
if [ "${LB_BOOTLOADER}" = "syslinux" ]
|
||||
|
|
|
@ -74,12 +74,7 @@ do
|
|||
|
||||
# Restoring old cache
|
||||
mkdir -p binary/"${INITFS}"
|
||||
${LB_ROOT_COMMAND} cp -a cache/binary_rootfs/filesystem.* binary/"${INITFS}"
|
||||
|
||||
if [ -n "${LB_ROOT_COMMAND}" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} chown -R $(whoami):$(whoami) binary
|
||||
fi
|
||||
cp -a cache/binary_rootfs/filesystem.* binary/"${INITFS}"
|
||||
|
||||
# Creating stage file
|
||||
Create_stagefile .build/binary_rootfs
|
||||
|
@ -132,7 +127,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
|||
Chroot chroot "mkfs.${LB_CHROOT_FILESYSTEM} -F -b 1024 -N ${REAL_INODES} -m 0 filesystem.${LB_CHROOT_FILESYSTEM}"
|
||||
|
||||
mkdir -p filesystem.tmp
|
||||
${LB_ROOT_COMMAND} mount -o loop chroot/filesystem.${LB_CHROOT_FILESYSTEM} filesystem.tmp
|
||||
mount -o loop chroot/filesystem.${LB_CHROOT_FILESYSTEM} filesystem.tmp
|
||||
cp -a chroot/chroot/* filesystem.tmp
|
||||
|
||||
if [ "${FAKE_MTAB}" = "true" ]
|
||||
|
@ -140,7 +135,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
|||
Chroot chroot "rm -f /etc/mtab"
|
||||
fi
|
||||
|
||||
${LB_ROOT_COMMAND} umount filesystem.tmp
|
||||
umount filesystem.tmp
|
||||
rmdir filesystem.tmp
|
||||
|
||||
# Move image
|
||||
|
@ -202,10 +197,10 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
|||
mkfs.${LB_CHROOT_FILESYSTEM} -F -b 1024 -N ${REAL_INODES} -m 0 binary/${INITFS}/filesystem.${LB_CHROOT_FILESYSTEM}
|
||||
|
||||
mkdir -p filesystem.tmp
|
||||
${LB_ROOT_COMMAND} mount -o loop binary/${INITFS}/filesystem.${LB_CHROOT_FILESYSTEM} filesystem.tmp
|
||||
mount -o loop binary/${INITFS}/filesystem.${LB_CHROOT_FILESYSTEM} filesystem.tmp
|
||||
cp -a chroot/* filesystem.tmp
|
||||
|
||||
${LB_ROOT_COMMAND} umount filesystem.tmp
|
||||
umount filesystem.tmp
|
||||
rmdir filesystem.tmp
|
||||
;;
|
||||
esac
|
||||
|
@ -383,8 +378,8 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
|||
esac
|
||||
|
||||
# Move image
|
||||
${LB_ROOT_COMMAND} mv chroot/filesystem.squashfs binary/${INITFS}
|
||||
${LB_ROOT_COMMAND} rm -f chroot/squashfs.sort
|
||||
mv chroot/filesystem.squashfs binary/${INITFS}
|
||||
rm -f chroot/squashfs.sort
|
||||
|
||||
if [ -e chroot/chroot.cache ]
|
||||
then
|
||||
|
@ -430,7 +425,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
|||
Remove_package
|
||||
fi
|
||||
|
||||
${LB_ROOT_COMMAND} chmod 0644 binary/${INITFS}/filesystem.squashfs
|
||||
chmod 0644 binary/${INITFS}/filesystem.squashfs
|
||||
;;
|
||||
|
||||
false)
|
||||
|
@ -449,11 +444,6 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
|||
;;
|
||||
esac
|
||||
|
||||
if [ -n "${LB_ROOT_COMMAND}" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} chown -R $(whoami):$(whoami) binary/${INITFS}
|
||||
fi
|
||||
|
||||
# Saving cache
|
||||
Save_cache cache/packages.binary
|
||||
;;
|
||||
|
@ -488,12 +478,7 @@ do
|
|||
|
||||
if [ "${LB_CHROOT_FILESYSTEM}" != "none" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} cp -a binary/"${INITFS}"/filesystem.* cache/binary_rootfs
|
||||
fi
|
||||
|
||||
if [ -n "${LB_ROOT_COMMAND}" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} chown -R $(whoami):$(whoami) cache/binary_rootfs
|
||||
cp -a binary/"${INITFS}"/filesystem.* cache/binary_rootfs
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
|
|
@ -50,12 +50,7 @@ do
|
|||
rm -rf chroot
|
||||
|
||||
# Restoring old cache
|
||||
${LB_ROOT_COMMAND} cp -a cache/bootstrap chroot
|
||||
|
||||
if [ -n "${LB_ROOT_COMMAND}" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} chown -R $(whoami):$(whoami) chroot
|
||||
fi
|
||||
cp -a cache/bootstrap chroot
|
||||
|
||||
# Creating stage file
|
||||
Create_stagefile .build/bootstrap_cache.restore
|
||||
|
@ -81,12 +76,7 @@ do
|
|||
|
||||
mkdir -p cache
|
||||
|
||||
${LB_ROOT_COMMAND} cp -a chroot cache/bootstrap
|
||||
|
||||
if [ -n "${LB_ROOT_COMMAND}" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} chown -R $(whoami):$(whoami) cache/bootstrap
|
||||
fi
|
||||
cp -a chroot cache/bootstrap
|
||||
|
||||
# Creating stage file
|
||||
Create_stagefile .build/bootstrap_cache.save
|
||||
|
|
|
@ -97,12 +97,7 @@ then
|
|||
fi
|
||||
|
||||
Echo_breakage "Running ${LB_BOOTSTRAP} (download-only)... "
|
||||
${LB_ROOT_COMMAND} ${LB_BOOTSTRAP} ${CDEBOOTSTRAP_OPTIONS} --download-only "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}"
|
||||
|
||||
if [ -n "${LB_ROOT_COMMAND}" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} chown -R $(whoami):$(whoami) chroot
|
||||
fi
|
||||
${LB_BOOTSTRAP} ${CDEBOOTSTRAP_OPTIONS} --download-only "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}"
|
||||
|
||||
# Removing old cache
|
||||
rm -f cache/packages.bootstrap/*.deb
|
||||
|
@ -123,18 +118,13 @@ then
|
|||
fi
|
||||
|
||||
Echo_message "Bootstrap will be foreign"
|
||||
${LB_ROOT_COMMAND} ${LB_BOOTSTRAP} ${CDEBOOTSTRAP_OPTIONS} --foreign "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}"
|
||||
${LB_BOOTSTRAP} ${CDEBOOTSTRAP_OPTIONS} --foreign "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}"
|
||||
|
||||
Echo_message "Running debootstrap second stage under QEMU"
|
||||
cp ${LB_BOOTSTRAP_QEMU_STATIC} chroot/usr/bin
|
||||
Chroot chroot /bin/sh /sbin/cdebootstrap-foreign
|
||||
else
|
||||
${LB_ROOT_COMMAND} ${LB_BOOTSTRAP} ${CDEBOOTSTRAP_OPTIONS} "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}"
|
||||
fi
|
||||
|
||||
if [ -n "${LB_ROOT_COMMAND}" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} chown -R $(whoami):$(whoami) chroot
|
||||
${LB_BOOTSTRAP} ${CDEBOOTSTRAP_OPTIONS} "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}"
|
||||
fi
|
||||
|
||||
# Deconfiguring cdebootstrap configurations
|
||||
|
|
|
@ -101,12 +101,7 @@ then
|
|||
fi
|
||||
|
||||
Echo_breakage "Running debootstrap (download-only)... "
|
||||
${LB_ROOT_COMMAND} debootstrap ${DEBOOTSTRAP_OPTIONS} --download-only "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}"
|
||||
|
||||
if [ -n "${LB_ROOT_COMMAND}" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} chown -R $(whoami):$(whoami) chroot
|
||||
fi
|
||||
debootstrap ${DEBOOTSTRAP_OPTIONS} --download-only "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}"
|
||||
|
||||
# Removing old cache
|
||||
rm -f cache/packages.bootstrap/*.deb
|
||||
|
@ -127,18 +122,13 @@ then
|
|||
fi
|
||||
|
||||
Echo_message "Bootstrap will be foreign"
|
||||
${LB_ROOT_COMMAND} debootstrap ${DEBOOTSTRAP_OPTIONS} --foreign "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}"
|
||||
debootstrap ${DEBOOTSTRAP_OPTIONS} --foreign "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}"
|
||||
|
||||
Echo_message "Running debootstrap second stage under QEMU"
|
||||
cp ${LB_BOOTSTRAP_QEMU_STATIC} chroot/usr/bin
|
||||
Chroot chroot /bin/sh /debootstrap/debootstrap --second-stage
|
||||
else
|
||||
${LB_ROOT_COMMAND} debootstrap ${DEBOOTSTRAP_OPTIONS} "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}"
|
||||
fi
|
||||
|
||||
if [ -n "${LB_ROOT_COMMAND}" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} chown -R $(whoami):$(whoami) chroot
|
||||
debootstrap ${DEBOOTSTRAP_OPTIONS} "${LB_PARENT_DISTRIBUTION}" chroot "${LB_PARENT_MIRROR_BOOTSTRAP}"
|
||||
fi
|
||||
|
||||
# Deconfiguring debootstrap configurations
|
||||
|
|
|
@ -47,12 +47,7 @@ do
|
|||
rm -rf chroot
|
||||
|
||||
# Restoring old cache
|
||||
${LB_ROOT_COMMAND} cp -a cache/chroot chroot
|
||||
|
||||
if [ -n "${LB_ROOT_COMMAND}" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} chown -R $(whoami):$(whoami) chroot
|
||||
fi
|
||||
cp -a cache/chroot chroot
|
||||
|
||||
# Creating stage file
|
||||
Create_stagefile .build/chroot_cache.restore
|
||||
|
@ -77,12 +72,7 @@ do
|
|||
|
||||
mkdir -p cache
|
||||
|
||||
${LB_ROOT_COMMAND} cp -a chroot cache/chroot
|
||||
|
||||
if [ -n "${LB_ROOT_COMMAND}" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} chown -R $(whoami):$(whoami) cache/chroot
|
||||
fi
|
||||
cp -a chroot cache/chroot
|
||||
|
||||
# Creating stage file
|
||||
Create_stagefile .build/chroot_cache.save
|
||||
|
|
|
@ -49,7 +49,7 @@ case "${1}" in
|
|||
mkdir -p chroot/dev/pts
|
||||
|
||||
# Mounting /dev/pts
|
||||
${LB_ROOT_COMMAND} mount devpts-live -t devpts chroot/dev/pts || true
|
||||
mount devpts-live -t devpts chroot/dev/pts || true
|
||||
fi
|
||||
|
||||
# Creating stage file
|
||||
|
@ -70,9 +70,9 @@ case "${1}" in
|
|||
then
|
||||
if grep -qs "$(pwd)/chroot/dev/pts" /proc/mounts || Find_files chroot/dev/pts/*
|
||||
then
|
||||
${LB_ROOT_COMMAND} umount chroot/dev/pts
|
||||
umount chroot/dev/pts
|
||||
else
|
||||
${LB_ROOT_COMMAND} umount -f chroot/dev/pts > /dev/null 2>&1 || true
|
||||
umount -f chroot/dev/pts > /dev/null 2>&1 || true
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
@ -64,10 +64,10 @@ EOF
|
|||
# samhain
|
||||
if [ -e /var/state/samhain/samhain_file ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} mv /var/state/samhain/samhain_file /var/state/samhain/samhain_file.orig
|
||||
mv /var/state/samhain/samhain_file /var/state/samhain/samhain_file.orig
|
||||
else
|
||||
${LB_ROOT_COMMAND} mkdir -p /var/state/samhain
|
||||
${LB_ROOT_COMMAND} touch /var/state/samhain/samhain_file
|
||||
mkdir -p /var/state/samhain
|
||||
touch /var/state/samhain/samhain_file
|
||||
fi
|
||||
|
||||
# flash-kernel
|
||||
|
@ -96,11 +96,11 @@ EOF
|
|||
# samhain
|
||||
if [ -e /var/state/samhain/samhain_file.orig ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} mv /var/state/samhain/samhain_file.orig /var/state/samhain/samhain_file
|
||||
mv /var/state/samhain/samhain_file.orig /var/state/samhain/samhain_file
|
||||
elif [ -d /var/state/samhain ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} rm -f /var/state/samhain/samhain_file
|
||||
${LB_ROOT_COMMAND} rmdir --ignore-fail-on-non-empty /var/state/samhain || true
|
||||
rm -f /var/state/samhain/samhain_file
|
||||
rmdir --ignore-fail-on-non-empty /var/state/samhain || true
|
||||
fi
|
||||
|
||||
# Restore start-stop-daemon program
|
||||
|
|
|
@ -104,11 +104,6 @@ case "${LB_INITRAMFS_COMPRESSION}" in
|
|||
;;
|
||||
esac
|
||||
|
||||
if [ -n "${LB_ROOT_COMMAND}" ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} chown -R --quiet $(whoami):$(whoami) chroot
|
||||
fi
|
||||
|
||||
case "${LB_INITRAMFS}" in
|
||||
casper)
|
||||
ID="999"
|
||||
|
|
|
@ -49,7 +49,7 @@ case "${1}" in
|
|||
mkdir -p chroot/proc
|
||||
|
||||
# Mounting /proc
|
||||
${LB_ROOT_COMMAND} mount proc-live -t proc chroot/proc
|
||||
mount proc-live -t proc chroot/proc
|
||||
else
|
||||
rm -rf chroot/proc
|
||||
ln -s /proc chroot/
|
||||
|
@ -73,14 +73,14 @@ case "${1}" in
|
|||
# Workaround binfmt-support /proc locking
|
||||
if [ -e chroot/proc/sys/fs/binfmt_misc/status ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} umount chroot/proc/sys/fs/binfmt_misc
|
||||
umount chroot/proc/sys/fs/binfmt_misc
|
||||
fi
|
||||
|
||||
# Unmounting /proc
|
||||
#fuser -km chroot/proc
|
||||
if [ -e chroot/proc/version ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} umount chroot/proc
|
||||
umount chroot/proc
|
||||
fi
|
||||
else
|
||||
rm -rf chroot/proc
|
||||
|
|
|
@ -51,7 +51,7 @@ case "${1}" in
|
|||
mkdir -p chroot/selinux
|
||||
|
||||
# Mounting /selinux
|
||||
${LB_ROOT_COMMAND} mount selinuxfs-live -t selinuxfs chroot/selinux
|
||||
mount selinuxfs-live -t selinuxfs chroot/selinux
|
||||
else
|
||||
rm -rf chroot/selinux
|
||||
ln -s /selinux chroot/
|
||||
|
@ -77,7 +77,7 @@ case "${1}" in
|
|||
#fuser -km chroot/selinux
|
||||
if [ -e chroot/selinux/enforce ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} umount chroot/selinux
|
||||
umount chroot/selinux
|
||||
fi
|
||||
else
|
||||
if [ -e chroot/selinux ]
|
||||
|
|
|
@ -49,7 +49,7 @@ case "${1}" in
|
|||
mkdir -p chroot/sys
|
||||
|
||||
# Mounting /sys
|
||||
${LB_ROOT_COMMAND} mount sysfs-live -t sysfs chroot/sys
|
||||
mount sysfs-live -t sysfs chroot/sys
|
||||
else
|
||||
rm -rf chroot/sys
|
||||
ln -s /sys chroot/
|
||||
|
@ -74,7 +74,7 @@ case "${1}" in
|
|||
#fuser -km chroot/sys
|
||||
if [ -e chroot/sys/class ]
|
||||
then
|
||||
${LB_ROOT_COMMAND} umount chroot/sys
|
||||
umount chroot/sys
|
||||
fi
|
||||
else
|
||||
rm -rf chroot/sys
|
||||
|
|
|
@ -68,26 +68,26 @@ do
|
|||
;;
|
||||
|
||||
--cache)
|
||||
${LB_ROOT_COMMAND} rm -rf cache
|
||||
rm -rf cache
|
||||
;;
|
||||
|
||||
--chroot)
|
||||
Echo_message "Cleaning chroot"
|
||||
${LB_ROOT_COMMAND} umount -f chroot/run > /dev/null 2>&1 || true
|
||||
${LB_ROOT_COMMAND} umount -f chroot/sys > /dev/null 2>&1 || true
|
||||
${LB_ROOT_COMMAND} umount -f chroot/proc/sys/fs/binfmt_misc > /dev/null 2>&1 || true
|
||||
${LB_ROOT_COMMAND} umount -f chroot/proc > /dev/null 2>&1 || true
|
||||
${LB_ROOT_COMMAND} umount -f chroot/lib/init/rw > /dev/null 2>&1 || true
|
||||
${LB_ROOT_COMMAND} umount -f chroot/dev/shm > /dev/null 2>&1 || true
|
||||
${LB_ROOT_COMMAND} umount -f chroot/dev/pts > /dev/null 2>&1 || true
|
||||
${LB_ROOT_COMMAND} umount -f chroot/dev > /dev/null 2>&1 || true
|
||||
${LB_ROOT_COMMAND} umount -f chroot/var/lib/dpkg > /dev/null 2>&1 || true
|
||||
${LB_ROOT_COMMAND} umount -f chroot/root/config > /dev/null 2>&1 || true
|
||||
umount -f chroot/run > /dev/null 2>&1 || true
|
||||
umount -f chroot/sys > /dev/null 2>&1 || true
|
||||
umount -f chroot/proc/sys/fs/binfmt_misc > /dev/null 2>&1 || true
|
||||
umount -f chroot/proc > /dev/null 2>&1 || true
|
||||
umount -f chroot/lib/init/rw > /dev/null 2>&1 || true
|
||||
umount -f chroot/dev/shm > /dev/null 2>&1 || true
|
||||
umount -f chroot/dev/pts > /dev/null 2>&1 || true
|
||||
umount -f chroot/dev > /dev/null 2>&1 || true
|
||||
umount -f chroot/var/lib/dpkg > /dev/null 2>&1 || true
|
||||
umount -f chroot/root/config > /dev/null 2>&1 || true
|
||||
|
||||
${LB_ROOT_COMMAND} umount -f chroot/binary.tmp > /dev/null 2>&1 || true
|
||||
${LB_ROOT_COMMAND} umount -f chroot/dev.tmp/pts > /dev/null 2>&1 || true
|
||||
umount -f chroot/binary.tmp > /dev/null 2>&1 || true
|
||||
umount -f chroot/dev.tmp/pts > /dev/null 2>&1 || true
|
||||
|
||||
${LB_ROOT_COMMAND} rm -rf chroot chroot.tmp
|
||||
rm -rf chroot chroot.tmp
|
||||
|
||||
rm -f chroot.packages.live chroot.packages.install
|
||||
|
||||
|
@ -95,7 +95,7 @@ do
|
|||
;;
|
||||
|
||||
--binary)
|
||||
${LB_ROOT_COMMAND} umount -f binary.tmp > /dev/null 2>&1 || true
|
||||
umount -f binary.tmp > /dev/null 2>&1 || true
|
||||
rm -rf binary.tmp binary.deb binary.udeb
|
||||
rm -f ${LIVE_IMAGE_NAME}*.iso
|
||||
rm -f ${LIVE_IMAGE_NAME}*.img
|
||||
|
|
|
@ -113,7 +113,6 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
|
|||
\t [--net-cow-server IP|HOSTNAME]\n\
|
||||
\t [--net-tarball true|false]\n\
|
||||
\t [--quiet]\n\
|
||||
\t [--root-command sudo]\n\
|
||||
\t [--use-fakeroot true|false]\n\
|
||||
\t [--archives ARCHIVE|\"ARCHIVES\"]\n\
|
||||
\t [--archive-areas ARCHIVE_AREA|\"ARCHIVE_AREAS\"]\n\
|
||||
|
@ -143,7 +142,7 @@ Local_arguments ()
|
|||
LONG_OPTIONS="apt:,apt-ftp-proxy:,apt-http-proxy:,apt-options:,aptitude-options:,debootstrap-options:,cdebootstrap-options:,
|
||||
apt-pipeline:,apt-recommends:,apt-secure:,apt-source-archives:,bootstrap:,cache:,cache-indices:,cache-packages:,
|
||||
cache-stages:,debconf-frontend:,debconf-priority:,dump,
|
||||
initramfs:,initramfs-compression:,initsystem:,fdisk:,losetup:,mode:,system:,root-command:,use-fakeroot:,tasksel:,
|
||||
initramfs:,initramfs-compression:,initsystem:,fdisk:,losetup:,mode:,system:,use-fakeroot:,tasksel:,
|
||||
templates:,architectures:,clean,
|
||||
distribution:,parent-distribution:,parent-debian-installer-distribution:,parent-mirror-bootstrap:,parent-mirror-chroot:,parent-mirror-chroot-security:,parent-mirror-chroot-updates:,parent-mirror-chroot-backports:,parent-mirror-binary:,
|
||||
parent-mirror-binary-security:,parent-mirror-binary-updates:,parent-mirror-binary-backports:,parent-mirror-debian-installer:,
|
||||
|
@ -348,11 +347,6 @@ Local_arguments ()
|
|||
shift 2
|
||||
;;
|
||||
|
||||
--root-command)
|
||||
LB_ROOT_COMMAND="${2}"
|
||||
shift 2
|
||||
;;
|
||||
|
||||
--use-fakeroot)
|
||||
LB_USE_FAKEROOT="${2}"
|
||||
shift 2
|
||||
|
@ -1053,10 +1047,6 @@ LB_MODE="${LB_MODE}"
|
|||
# (Default: ${LB_SYSTEM})
|
||||
LB_SYSTEM="${LB_SYSTEM}"
|
||||
|
||||
# \$LB_ROOT_COMMAND: use sudo or equivalent
|
||||
# (Default: empty)
|
||||
#LB_ROOT_COMMAND="sudo"
|
||||
|
||||
# \$LB_USE_FAKEROOT: use fakeroot/fakechroot
|
||||
# (Default: ${LB_USE_FAKEROOT})
|
||||
LB_USE_FAKEROOT="${LB_USE_FAKEROOT}"
|
||||
|
|
|
@ -126,9 +126,9 @@ esac
|
|||
Chroot chroot "mkfs.${MKFS} ${MKFS_OPTIONS} ${FREELO}"
|
||||
|
||||
mkdir -p source.tmp
|
||||
${LB_ROOT_COMMAND} mount ${FREELO} source.tmp
|
||||
mount ${FREELO} source.tmp
|
||||
cp -r source/* source.tmp
|
||||
${LB_ROOT_COMMAND} umount source.tmp
|
||||
umount source.tmp
|
||||
rmdir source.tmp
|
||||
Lodetach ${FREELO}
|
||||
Echo_warning "!!! The above error/warning messages can be ignored !!!"
|
||||
|
|
|
@ -25,7 +25,7 @@ Read_conffiles config/all config/common config/bootstrap config/chroot config/bi
|
|||
Set_defaults
|
||||
|
||||
# Checking user account
|
||||
if [ "$(${LB_ROOT_COMMAND} id -u)" -ne "0" ]
|
||||
if [ "$(id -u)" -ne "0" ]
|
||||
then
|
||||
Echo_error "need root privileges"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue