Cleaning http_proxy and ftp_proxy settings in chroot, people using apt proxies set them throught the apt pseudo-proxy options, and people using real proxies use config/environment.{chroot,binary} to set them.

This commit is contained in:
Daniel Baumann 2012-05-31 13:12:13 +02:00
parent dc6b3d90da
commit 3eb2b243cc
286 changed files with 449 additions and 451 deletions

View File

@ -25,7 +25,7 @@ Chroot ()
if [ "${LB_USE_FAKEROOT}" != "true" ]
then
${LB_ROOT_COMMAND} ${_LINUX32} chroot "${CHROOT}" /usr/bin/env -i HOME="/root" PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin" TERM="${TERM}" ftp_proxy="${LB_APT_FTP_PROXY}" http_proxy="${LB_APT_HTTP_PROXY}" DEBIAN_FRONTEND="${LB_DEBCONF_FRONTEND}" DEBIAN_PRIORITY="${LB_DEBCONF_PRIORITY}" DEBCONF_NOWARNINGS="${LB_DEBCONF_NOWARNINGS}" XORG_CONFIG="custom" ${ENV} ${COMMANDS}
${LB_ROOT_COMMAND} ${_LINUX32} chroot "${CHROOT}" /usr/bin/env -i HOME="/root" PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin" TERM="${TERM}" DEBIAN_FRONTEND="${LB_DEBCONF_FRONTEND}" DEBIAN_PRIORITY="${LB_DEBCONF_PRIORITY}" DEBCONF_NOWARNINGS="${LB_DEBCONF_NOWARNINGS}" XORG_CONFIG="custom" ${ENV} ${COMMANDS}
else
# Building with fakeroot/fakechroot
${LB_ROOT_COMMAND} ${_LINUX32} chroot "${CHROOT}" ${ENV} ${COMMANDS}

View File

@ -104,12 +104,10 @@ Set_defaults ()
LB_APT="${LB_APT:-apt}"
# Setting apt ftp proxy
LB_APT_FTP_PROXY="${LB_APT_FTP_PROXY:-${ftp_proxy}}"
ftp_proxy="${ftp_proxy:-${LB_APT_FTP_PROXY}}"
LB_APT_FTP_PROXY="${LB_APT_FTP_PROXY}"
# Setting apt http proxy
LB_APT_HTTP_PROXY="${LB_APT_HTTP_PROXY:-${http_proxy}}"
http_proxy="${http_proxy:-${LB_APT_HTTP_PROXY}}"
LB_APT_HTTP_PROXY="${LB_APT_HTTP_PROXY}"
# Setting apt pipeline
# LB_APT_PIPELINE

View File

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

View File

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

View File

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

View File

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

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb binary_debian\-installer\fP \- Complete the binary stage

View File

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

View File

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

View File

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

View File

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

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb binary_local\-hooks\fP \- Complete the binary stage

View File

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

View File

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

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb binary_linux\-image\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb binary_local\-includes\fP \- Complete the binary stage

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb binary_virtual\-hdd\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb binary_win32\-loader\fP \- Complete the binary stage

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_install\-packages\fP \- Complete the chroot stage

View File

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

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_linux\-image\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-includes\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-patches\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-preseed\fP \- Complete the chroot stage

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_sysv\-rc\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_task\-lists\fP \- Complete the chroot stage

View File

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

View File

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

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb config\fP \- Create config directory
@ -279,13 +279,13 @@ live\-build options.
defines if apt\-get or aptitude is used to install packages when building the
image. The default is apt.
.IP "\fB\-\-apt\-ftp\-proxy\fP \fIURL\fP" 4
sets the ftp proxy to be used by apt. By default, this is empty but if the
host has the environment variable ftp_proxy set, apt\-ftp\-proxy gets
automatically set to the value of ftp_proxy.
sets the ftp proxy to be used by apt. By default, this is empty. Note that
this variable is only for the proxy that gets used by apt internally within
the chroot, it is not used for anything else.
.IP "\fB\-\-apt\-http\-proxy\fP \fIURL\fP" 4
sets the http proxy to be used by apt. By default, this is empty but if the
host has the environment variable http_proxy set, apt\-http\-proxy gets
automatically set to the value of http_proxy.
sets the http proxy to be used by apt. By default, this is empty. Note that
this variable is only for the proxy that gets used by apt internally within
the chroot, it is not used for anything else.
.IP "\fB\-\-apt\-indices\fP true|false|none" 4
defines if the resulting images should have apt indices or not and defaults
to true. If set to none, no indices are included at all.

View File

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

View File

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

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb source_checksums\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb source_debian\-live\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb source_debian\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb source_disk\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb source_hdd\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb source_iso\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb source_net\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb source_tar\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48\-1 "Debian Live Project"
.SH NAME
\fBlb source_virtual\-hdd\fP \- Complete the source stage

View File

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

View File

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

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb\fR \- wrapper for live\-build programs

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_checksums\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_chroot\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_debian\-installer\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_disk\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_grub\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_grub2\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_hdd\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_local\-hooks\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_includes\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_iso\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_linux\-image\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_local\-includes\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_manifest\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_memtest\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_net\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_rootfs\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_silo\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_syslinux\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_tar\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_virtual\-hdd\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_win32\-loader\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb binary_yaboot\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap\fR \- Complete the bootstrap stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap_cache\fR \- Complete the bootstrap stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2012\-05\-25 3.0~a48-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-05\-31 3.0~a48-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap_cdebootstrap\fR \- Complete the bootstrap stage

Some files were not shown because too many files have changed in this diff Show More