diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-02-28 21:01:30 +0000 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2020-03-05 20:39:53 +0000 |
commit | 8b109ffb96282a6dd1aa5d61aa935bcba69c56f1 (patch) | |
tree | 8852af034e34abaf9c3a1595d9fe0acb360284cb /manpages | |
parent | 49e4608cffe23b48e3ef90eec6852d34f1c94225 (diff) | |
download | vyos-live-build-8b109ffb96282a6dd1aa5d61aa935bcba69c56f1.tar.gz vyos-live-build-8b109ffb96282a6dd1aa5d61aa935bcba69c56f1.zip |
config: rename --architectures to --architecture
this has only ever supported specifying a single arch, thus was confusing
being plural
Gbp-Dch: Short
Closes: #952892
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 50d2d3d02..2b1efa087 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -28,7 +28,7 @@ .br [\fB\-\-aptitude\-options\fR \fIOPTION\fR|"\fIOPTIONS\fR"] .br - [\-a|\fB\-\-architectures\fR \fIARCHITECTURE\fR] + [\-a|\fB\-\-architecture\fR \fIARCHITECTURE\fR] .br [\fB\-\-archive\-areas\fR \fIARCHIVE_AREA\fR|\fI"ARCHIVE_AREAS"\fR] .br @@ -273,7 +273,7 @@ defines if apt should check repository signatures. This is true by default. defines if deb-src entries should be included in the resulting live image's apt sources.list or not, defaults to true. .IP "\fB\-\-aptitude\-options\fR \fIOPTION\fR|""\fIOPTIONS\fR""" 4 defines the default options that will be appended to every aptitude call that is made inside chroot during building of the image. By default, this is set to \-\-assume\-yes to allow non-interactive installation of packages. -.IP "\-a|\fB\-\-architectures\fR \fIARCHITECTURE\fR" 4 +.IP "\-a|\fB\-\-architecture\fR \fIARCHITECTURE\fR" 4 defines the architecture of the to be built 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 possible if you have a 64bit capable i386 processor and the right kernel. But building powerpc images on an i386 system is not possible. .IP "\fB\-\-archive\-areas\fR \fIARCHIVE_AREA\fR|""\fIARCHIVE_AREAS\fR""" 4 defines which package archive areas of a debian packages archive should be used for configured debian package mirrors. By default, this is set to main. Remember to check the licenses of each package with respect to their redistributability in your juristiction when enabling contrib or non\-free with this mechanism. |