diff options
author | Roland Clobus <rclobus@rclobus.nl> | 2019-06-16 11:55:37 +0200 |
---|---|---|
committer | Roland Clobus <rclobus@rclobus.nl> | 2019-06-16 12:47:29 +0200 |
commit | c8fddcd70216742fa658257f896f94460af33f3b (patch) | |
tree | f7c5ac4c0eb9a982dced967729bc2c4bf80893f6 /manpages/en | |
parent | 554c37fd9e4304764f27ca212f02fae7e6ca2b75 (diff) | |
download | vyos-live-build-c8fddcd70216742fa658257f896f94460af33f3b.tar.gz vyos-live-build-c8fddcd70216742fa658257f896f94460af33f3b.zip |
Manpage: Added documentation for --firmware-binary and --firmware-chroot
Diffstat (limited to 'manpages/en')
-rw-r--r-- | manpages/en/lb_config.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 66f45c624..04df2c311 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -99,6 +99,10 @@ .br [\fB\-\-fdisk\fR fdisk|fdisk.dist] .br + [\fB\-\-firmware\-binary true|false] +.br + [\fB\-\-firmware\-chroot true|false] +.br [\fB\-\-force\fR] .br [\fB\-\-grub\-splash\fR \fIFILE\fR] @@ -323,6 +327,10 @@ defines the parent debian\-installer distribution for derivatives of the resulti prepares a report of the currently present live system configuration and the version of live\-build used. This is useful to provide if you submit bug reports, we do get all information required for us to locate and replicate an error. .IP "\fB\-\-fdisk\fR fdisk|fdisk.dist" 4 sets the filename of the fdisk binary from the host system that should be used. This is autodetected and does generally not need any customization. +.IP "\fB\-\-firmware\-binary\fR true|false" 4 +include firmware packages in debian-installer. Defaults to true. +.IP "\fB\-\-firmware\-chroot\fR true|false" 4 +include firmware packages in debian-installer. Defaults to true. .IP "\fB\-\-force\fR" 4 forces re\-execution of already run stages. Use only if you know what you are doing. It is generally safer to use \fBlb clean\fR to clean up before re\-executing \fBlb build\fR. .IP "\fB\-\-grub\-splash\fR \fIFILE\fR" 4 |