diff options
author | Matthijs Kooijman <matthijs@stdin.nl> | 2019-04-03 16:30:16 +0200 |
---|---|---|
committer | Matthijs Kooijman <matthijs@stdin.nl> | 2019-04-16 17:25:12 +0200 |
commit | 3227d3496624e151e26d0248de67fdd3e60b6143 (patch) | |
tree | fa15818549ac681d1f85779239b13bde8c6cb7d4 | |
parent | bd7c900d3ef2e17c0092a430783a0bf25c740ec1 (diff) | |
download | vyos-live-build-3227d3496624e151e26d0248de67fdd3e60b6143.tar.gz vyos-live-build-3227d3496624e151e26d0248de67fdd3e60b6143.zip |
Remove --templates from lb_config manpage
This option was removed in commit 7e633e77f (Moving grub and grub2
templates into shared bootloader config directory.), but the
documentation stayed around.
-rw-r--r-- | manpages/en/lb_config.1 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index e46331ec7..625392633 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -462,8 +462,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\-\-tasksel\fR apt|aptitude|tasksel" 4 selects which program is used to install tasks. By default, this is set to tasksel. -.IP "\fB\-\-templates\fR \fIPATH\fR" 4 -sets the path to the templates that live\-build is going to use, e.g. for bootloaders. By default, this is set to /usr/share/live/build/templates/. .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\-\-hdd\-size\fR MB" 4 |