diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-28 04:36:10 +0000 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-23 11:52:13 +0100 |
commit | 19eccf0108ecf5153988bc8ac5a39d190054560f (patch) | |
tree | 3b371da942771ed652b724af209095bdf1795ba2 /manpages | |
parent | 3428cb36a7563abc1bf01bfa3f45e3d07808060a (diff) | |
download | vyos-live-build-19eccf0108ecf5153988bc8ac5a39d190054560f.tar.gz vyos-live-build-19eccf0108ecf5153988bc8ac5a39d190054560f.zip |
manpages: document that multiple source image types can be requested
the same is not the case for binary images since although some parts
of the codebase support it, others do not.
Gbp-Dch: Short
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 63a25e1c9..83856796f 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -218,7 +218,7 @@ .br [\fB\-\-source\fR true|false] .br - [\-s|\fB\-\-source\-images\fR iso|netboot|tar|hdd] + [\-s|\fB\-\-source\-images\fR iso|netboot|tar|hdd|"\fIIMAGES\fR"] .br [\fB\-\-swap\-file\-path PATH] .br @@ -467,7 +467,7 @@ defines if the security repositories specified in the security mirror options sh .IP "\fB\-\-source\fR true|false" 4 defines if a corresponding source image to the binary image should be build. By default this is false because most people do not require this and would require to download quite a few source packages. However, if you distribute your live image to others, you should make sure you build it with a source image alongside to help enable you to comply with licensing terms. .IP "\-s|\fB\-\-source\-images\fR iso|netboot|tar|hdd" 4 -defines the image type for the source image. Default is tar. +defines the image type for the source image. Default is tar. More than one can be specified (space separated). .IP "\fB\-\-swap\-file\-path\fR \fIPATH\fR" 4 defines the path to a swap file to create in the binary image. Default is not to create a swap file. .IP "\fB\-\-swap\-file\-size\fR \fIMB\fR" 4 |