diff options
author | Daniel Baumann <daniel@debian.org> | 2012-05-31 13:12:13 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-05-31 13:12:13 +0200 |
commit | 3eb2b243cce91885ba6306ca22c0b6581312ba3f (patch) | |
tree | 025e12d82df04bdf7b480190df06025ff0921c0d /manpages/de/lb_config.de.1 | |
parent | dc6b3d90da99917b161b6fe76dc52cd7c45d10f9 (diff) | |
download | vyos-live-build-3eb2b243cce91885ba6306ca22c0b6581312ba3f.tar.gz vyos-live-build-3eb2b243cce91885ba6306ca22c0b6581312ba3f.zip |
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.
Diffstat (limited to 'manpages/de/lb_config.de.1')
-rw-r--r-- | manpages/de/lb_config.de.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1 index b02efde2d..efcf8e0c9 100644 --- a/manpages/de/lb_config.de.1 +++ b/manpages/de/lb_config.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2012\-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. |