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 /scripts/build/config | |
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 'scripts/build/config')
-rwxr-xr-x | scripts/build/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/config b/scripts/build/config index e9328d5a6..dea361809 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -53,7 +53,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--config GIT_URL::GIT_BRANCH]\n\ \t [--debconf-frontend dialog|editor|noninteractive|readline]\n\ \t [--debconf-priority low|medium|high|critical]\n\ -\t [--debian-installer true|cdrom|netinst|netboot|businesscard|live|false]\n\ +\t [--debian-installer cdrom|netinst|netboot|businesscard|live|none]\n\ \t [--debian-installer-distribution daily|CODENAME]\n\ \t [--debian-installer-gui true|false]\n\ \t [--debian-installer-preseedfile FILE|URL]\n\ |