diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-28 12:55:53 +0000 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-04-23 15:46:06 +0200 |
commit | 9a91ca9fde8eb2b15a3294fe95f99990d8cf9227 (patch) | |
tree | 13c818fa581058313e57b41f370f3c721b96283e /manpages | |
parent | c1dd191a53a4247c106b5917058d91e39e892bc8 (diff) | |
download | vyos-live-build-9a91ca9fde8eb2b15a3294fe95f99990d8cf9227.tar.gz vyos-live-build-9a91ca9fde8eb2b15a3294fe95f99990d8cf9227.zip |
config: obsolete old --tasksel option
note that the bit of code removed from source_debian relies upon a
variable LB_TASKS which itself is an old leftover artefact from before
v4.0.
Gbp-Dch: Short
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/en/lb_config.1 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index b6f263746..5975a49df 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -208,8 +208,6 @@ .br [\fB\-\-system\fR live|normal] .br - [\fB\-\-tasksel\fR apt|aptitude|tasksel] -.br [\fB\-\-uefi\-secure\-boot\fR \fIauto|enable|disable\fR] .br [\fB\-\-updates\fR true|false] @@ -432,8 +430,6 @@ defines the path to a swap file to create in the binary image. Default is not to defines what size in megabytes the swap file should be, if one is to be created. Default is 512MB. .IP "\fB\-\-system\fR live|normal" 4 defines if the resulting system image should be a live system or a normal, non-live system. Defaults to live. -.IP "\fB\-\-tasksel\fR apt|aptitude|tasksel" 4 -selects which program is used to install tasks. By default, this is set to tasksel. .IP "\fB\-\-uefi\-secure\-boot\fR \fIauto|enable|disable\fR" 4 enables or disables Secure Boot support when using grub-efi, by installing signed shim and grub-efi packages. By default, this is set to auto, which means if the packages are available they will be installed, but if not only a warning will be printed and the normal non-signed grub-efi will be used. .IP "\fB\-\-updates\fR true|false" 4 |