diff options
author | jnqnfe <jnqnfe@gmail.com> | 2015-01-05 16:53:53 +0000 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-03-05 11:36:55 +0000 |
commit | fcafaede192e150daaf61591aef57edf3c2983fc (patch) | |
tree | 72132cd41973c1bf57bc3498ff8f0d20dc4a959b /manpages/en/lb_config.1 | |
parent | 6002f89b67424a36f9e6bacdef260df0a0683b74 (diff) | |
download | vyos-live-build-fcafaede192e150daaf61591aef57edf3c2983fc.tar.gz vyos-live-build-fcafaede192e150daaf61591aef57edf3c2983fc.zip |
simplify --debian-installer choices
`false` and `none` make no sense as choices for this option. Here we
replace `false` with `none`, and remove `true`.
Note that `true` was treated as an alias for netinst (see the changes to
source_disk and and binary_disk).
For backwards compatibility we still allow `true` and `false` by converting
them to `netinst` and `none` respectively, whilst printing a warning to
encourage users to move to `netinst`/`none`.
Gbp-Dch: Short
Closes: #952864
Diffstat (limited to 'manpages/en/lb_config.1')
-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 1521c7ce6..50d2d3d02 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -82,7 +82,7 @@ .br [\fB\-\-debconf\-priority\fR low|medium|high|critical] .br - [\fB\-\-debian\-installer\fR true|cdrom|netinst|netboot|businesscard|live|false] + [\fB\-\-debian\-installer\fR cdrom|netinst|netboot|businesscard|live|none] .br [\fB\-\-debian\-installer\-distribution\fR daily|\fICODENAME\fR] .br @@ -327,7 +327,7 @@ bootstraps the config tree from a git repository, optionally appended by a Git I defines what value the debconf frontend should be set to inside the chroot. Note that setting it to anything but noninteractive, which is the default, makes your build asking questions during the build. .IP "\fB\-\-debconf\-priority\fR low|medium|high|critical" 4 defines what value the debconf priority should be set to inside the chroot. By default, it is set to critical, which means that almost no questions are displayed. Note that this only has an effect if you use any debconf frontend different from noninteractive. -.IP "\fB\-\-debian\-installer\fR true|cdrom|netinst|netboot|businesscard|live|false" 4 +.IP "\fB\-\-debian\-installer\fR cdrom|netinst|netboot|businesscard|live|none" 4 defines which type, if any, of the debian\-installer should be included in the resulting binary image. By default, no installer is included. All available flavours except live are the identical configurations used on the installer media produced by regular debian\-cd. When live is chosen, the live\-installer udeb is included so that debian\-installer will behave different than usual \- instead of installing the debian system from packages from the medium or the network, it installs the live system to the disk. .IP "\fB\-\-debian\-installer\-distribution\fR daily|\fICODENAME\fR" 4 defines the distribution where the debian\-installer files should be taken out from. Normally, this should be set to the same distribution as the live system. However, sometimes, one wants to use a newer or even daily built installer. |