diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-27 06:38:25 +0100 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-29 10:34:54 +0100 |
commit | 4f765f3fc017ccfec835a14bb46479ccd87e7e1d (patch) | |
tree | e4acae54783572e7ff421bc45bf292b168dfbdf9 /manpages | |
parent | 7149307e073f66f210c852b55cd77adf1d8b9f2a (diff) | |
download | vyos-live-build-4f765f3fc017ccfec835a14bb46479ccd87e7e1d.tar.gz vyos-live-build-4f765f3fc017ccfec835a14bb46479ccd87e7e1d.zip |
manpages: fix outdated --distribution description
it does not depend upon --mode, it simply defaults to 'buster'.
Gbp-Dch: Ignore
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/en/lb_config.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 66a0611b1..48ae236a2 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -319,7 +319,7 @@ tells debootstrap to use an alternate bootstrap script (last parameter to deboot .IP "\fB\-\-debug\fR" 4 turns on debugging informational messages. .IP "\fB\-d\fR|\fB\-\-distribution\fR \fICODENAME\fR" 4 -defines the distribution of the resulting live system. The default depends upon \-\-mode. For Debian, you might use 'buster' for example, or 'sid' for Debian unstable. +defines the distribution of the resulting live system. This currently defaults to 'buster'. The value 'sid' can be used for Debian unstable. .IP "\fB\-\-distribution\-binary\fR \fICODENAME\fR" 4 defines the distribution enabled in the resulting live system (defaults to the value set in \fB\-\-distribution\fR) .IP "\fB\-\-distribution\-chroot\fR \fICODENAME\fR" 4 |