summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorRyan Finnie <ryan@finnie.org>2021-02-05 10:30:31 -0800
committerRyan Finnie <ryan@finnie.org>2021-02-17 22:02:47 -0800
commita0400b24998e247f32f95a492ed4f3f6ab053ada (patch)
tree8fb6b46515f11b7de69eedc4506f9e262d8871be /manpages
parent965d75053de219c517ab49d833d0c8c311684658 (diff)
downloadvyos-live-build-a0400b24998e247f32f95a492ed4f3f6ab053ada.tar.gz
vyos-live-build-a0400b24998e247f32f95a492ed4f3f6ab053ada.zip
Use --apt-http-proxy/--apt-ftp-proxy for debootstrap
Diffstat (limited to 'manpages')
-rw-r--r--manpages/en/lb_config.14
1 files changed, 2 insertions, 2 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1
index 898d6840c..91e6a55be 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -239,9 +239,9 @@ In addition to its specific options \fBlb config\fR understands all generic live
.IP "\fB\-\-apt\fR apt|apt-get|aptitude" 4
defines if apt\-get or aptitude is used to install packages when building the image. The default is apt.
.IP "\fB\-\-apt\-ftp\-proxy\fR \fIURL\fR" 4
-sets the FTP proxy to be used by apt. By default, this is empty. Note that this variable is only for the proxy that gets used by apt internally within the chroot, it is not used for anything else.
+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 initial debootstrap, and by apt internally within the chroot. It is not used for anything else.
.IP "\fB\-\-apt\-http\-proxy\fR \fIURL\fR" 4
-sets the HTTP proxy to be used by apt. By default, this is empty. Note that this variable is only for the proxy that gets used by apt internally within the chroot, it is not used for anything else.
+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 initial debootstrap, and by apt internally within the chroot. It is not used for anything else.
.IP "\fB\-\-apt\-indices\fR true|false" 4
defines if the resulting images should have apt indices or not and defaults to true.
.IP "\fB\-\-apt\-options\fR \fIOPTION\fR|""\fIOPTIONS\fR""" 4