diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-02-25 05:32:12 +0000 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-03-05 11:28:19 +0000 |
commit | 54f77db4f10dba33f2f401118ba5cab286cc0bb7 (patch) | |
tree | bc88f258b6acdb2a4d94b6361c497954fdf68f20 | |
parent | 78f361a57117cc0b9663fe0ad244c23d18685b0a (diff) | |
download | vyos-live-build-54f77db4f10dba33f2f401118ba5cab286cc0bb7.tar.gz vyos-live-build-54f77db4f10dba33f2f401118ba5cab286cc0bb7.zip |
manpage: document --system default
Gbp-Dch: Ignore
-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 57cc020dc..5cb1e9340 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -481,7 +481,7 @@ defines the path to a swap file to create in the binary image. Default is not to .IP "\fB\-\-swap\-file\-size\fR \fIMB\fR" 4 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 a live system or a normal, non-live system. +defines if the resulting system image should 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 |