diff options
author | Daniel Baumann <daniel@debian.org> | 2011-08-24 23:30:22 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-08-24 23:30:22 +0200 |
commit | 7dd4473d5a728d59341318c10f2c21656fa4417d (patch) | |
tree | 83b9e6fe11659bb990adab551fbdcd31ae8f84b3 /manpages/en/lb_config.1 | |
parent | 72ec4c30be6f8834d12b0d9ca22563523d322f91 (diff) | |
download | vyos-live-build-7dd4473d5a728d59341318c10f2c21656fa4417d.tar.gz vyos-live-build-7dd4473d5a728d59341318c10f2c21656fa4417d.zip |
Renaming --apt-source to --apt-source-archives.
Diffstat (limited to 'manpages/en/lb_config.1')
-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 8770f9d70..d6fd4fcd0 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -27,7 +27,7 @@ .br [\fB\-\-apt\-secure\fR true|false] .br - [\fB\-\-apt\-source\fR true|false] + [\fB\-\-apt\-source\-archives\fR true|false] .br [\-a|\fB\-\-architectures\fR \fIARCHITECTURE\fR] .br @@ -269,7 +269,7 @@ sets the depth of the apt/aptitude pipeline. In cases where the remote server is defines if apt should install recommended packages automatically. By default, this is true except in emdebian mode. .IP "\fB\-\-apt\-secure\fR true|false" 4 defines if apt should check repository signatures. This is true by default. -.IP "\fB\-\-apt\-source\fR true|false" 4 +.IP "\fB\-\-apt\-source\-archives\fR true|false" 4 defines if deb-src entries should be included in the resulting live image or not, defaults to on. .IP "\-a|\fB\-\-architectures\fR \fIARCHITECTURE\fR" 4 defines the architecture of the to be build image. By default, this is set to the host architecture. Note that you cannot crossbuild for another architecture if your host system is not able to execute binaries for the target architecture natively. For example, building amd64 images on i386 and vice versa is possile if you have a 64bit capable i386 processor and the right kernel. But building powerpc images on an i386 system is not possible. |