summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-03-28 05:13:11 +0000
committerRaphaƫl Hertzog <hertzog@debian.org>2020-04-23 14:51:09 +0200
commit39e4d3e3cbcc8d37700cfe46a95f669b4d9479ea (patch)
treee30a4295f421d6386d16a310c58659a0058f93f7 /manpages
parentcede584a5cece40511c94fcec31569218d00419c (diff)
downloadvyos-live-build-39e4d3e3cbcc8d37700cfe46a95f669b4d9479ea.tar.gz
vyos-live-build-39e4d3e3cbcc8d37700cfe46a95f669b4d9479ea.zip
--binary-images can support only a single type
whilst some parts of the codebase were set up to work with multiple types specified, others did not work with it and would not necessarily be easy to adjust. this thus makes some tweaks to adjust things accordingly. - option renamed to singular form (maintaining backwards compatibility) - a validation check has been added - unnecessary glob style type references fixed - checks with In_list changed to a direct singular comparison - typo of type "netboot" written as just "net" fixed (though unreachable so of no consequence; really the code could be removed but it's trivial) Gbp-Dch: Short
Diffstat (limited to 'manpages')
-rw-r--r--manpages/en/lb_config.16
1 files changed, 3 insertions, 3 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1
index e0b7d50c7..897a0db6c 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -36,7 +36,7 @@
.br
[\fB\-\-binary\-filesystem\fR fat16|fat32|ext2|ext3|ext4|ntfs]
.br
- [\-b|\fB\-\-binary\-images\fR iso|iso\-hybrid|netboot|tar|hdd]
+ [\-b|\fB\-\-binary\-image\fR iso|iso\-hybrid|netboot|tar|hdd]
.br
[\fB\-\-bootappend\-install\fR \fIPARAMETER\fR|"\fIPARAMETERS\fR"]
.br
@@ -276,8 +276,8 @@ defines which package archive areas (comma or space separated) of a debian packa
defines if debian backports package archives should be included in the image or not.
.IP "\fB\-\-binary\-filesystem\fR fat16|fat32|ext2|ext3|ext4|ntfs" 4
defines the filesystem to be used in the image type. This only has an effect if the selected binary image type lets you choose a filesystem. For example, when selection ISO the resulting CD/DVD has always the filesystem ISO9660. When building HDD images for USB sticks, this is active. Note that it defaults to fat16 on all architectures except sparc where it defaults to ext4. Also note that if you choose fat16 and your resulting binary image gets bigger than 2GB, the binary filesystem automatically gets switched to fat32.
-.IP "\-b|\fB\-\-binary\-images\fR iso|iso\-hybrid|netboot|tar|hdd" 4
-defines the image type to build. By default, for images using syslinux this is set to iso\-hybrid to build CD/DVD images that may also be used like HDD images, for non\-syslinux images, it defaults to ISO.
+.IP "\-b|\fB\-\-binary\-image\fR iso|iso\-hybrid|netboot|tar|hdd" 4
+defines the image type to build. By default, for images using syslinux this is set to 'iso\-hybrid' to build CD/DVD images that may also be used like HDD images, for non\-syslinux images, it defaults to 'iso'.
.IP "\fB\-\-bootappend\-install\fR \fIPARAMETER\fR|""\fIPARAMETERS\fR""" 4
sets boot parameters specific to debian\-installer, if included.
.IP "\fB\-\-bootappend\-live\fR \fIPARAMETER\fR|""\fIPARAMETERS\fR""" 4