diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-02-10 14:58:19 +0000 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-03-05 11:28:19 +0000 |
commit | 513befa3f599f2bcb9f12037651fb82488653183 (patch) | |
tree | 5720fb03c21f236291ec0d2131304d0826f2fcfe /manpages/en | |
parent | c48caf36fd33c45328cfa570849af352e8b443d8 (diff) | |
download | vyos-live-build-513befa3f599f2bcb9f12037651fb82488653183.tar.gz vyos-live-build-513befa3f599f2bcb9f12037651fb82488653183.zip |
manpage: fix possible parent installer values
the parent one allows "daily" also
Gbp-Dch: Short
Diffstat (limited to 'manpages/en')
-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 df6757cdf..aad57dfa8 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -196,7 +196,7 @@ .br [\fB\-\-parent\-archive\-areas\fR \fIARCHIVE_AREA\fR|\fI"ARCHIVE_AREAS"\fR] .br - [\fB\-\-parent\-debian\-installer\-distribution\fR \fICODENAME\fR] + [\fB\-\-parent\-debian\-installer\-distribution\fR daily|\fICODENAME\fR] .br [\fB\-\-parent\-distribution\fR \fICODENAME\fR] .br @@ -448,7 +448,7 @@ defines if an ONIE.bin image is generated. ONIE binaries can be loaded by suppor defines additional kernel command line options that the ONIE system will use when booting the image. Default is empty string. .IP "\fB\-\-parent\-archive\-areas\fR \fIARCHIVE_AREA\fR|""\fIARCHIVE_AREAS\fR""" 4 defines the archive areas for derivatives of the resulting live system. -.IP "\fB\-\-parent\-debian\-installer\-distribution\fR \fICODENAME\fR" 4 +.IP "\fB\-\-parent\-debian\-installer\-distribution\fR daily|\fICODENAME\fR" 4 defines the parent debian\-installer distribution for derivatives of the resulting live system. .IP "\fB\-\-parent\-distribution\fR \fICODENAME\fR" 4 defines the parent distribution for derivatives of the resulting live system. |