diff options
author | Roland Clobus <rclobus@rclobus.nl> | 2019-05-31 09:46:07 +0200 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2019-06-03 10:48:58 +0000 |
commit | c166c874979a967058a831386a1dd18d34ce875a (patch) | |
tree | 2715e78e63a3d725d7bbb98c931280b2fbb6c5aa /manpages | |
parent | 3607219f69ec02febd7e0f9b77e2e6f34944c064 (diff) | |
download | vyos-live-build-c166c874979a967058a831386a1dd18d34ce875a.tar.gz vyos-live-build-c166c874979a967058a831386a1dd18d34ce875a.zip |
Removed option none for --apt-indices, which was removed in 3.0.2-1.
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/en/lb_config.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 01e611e73..ca3c20ad7 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -253,8 +253,8 @@ defines if apt\-get or aptitude is used to install packages when building the im 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\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. -.IP "\fB\-\-apt\-indices\fR 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. +.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 defines the default options that will be appended to every apt call that is made inside chroot during the building of the image. By default, this is set to \-\-yes to allow non-interactive installation of packages. .IP "\fB\-\-aptitude\-options\fR \fIOPTION\fR|""\fIOPTIONS\fR""" 4 |