manpage: fix wrong description for --firmware-binary

--firmware-binary adds firmware to d-i, --firmware-chroot adds to live

Gbp-Dch: Short
This commit is contained in:
Lyndon Brown 2020-02-25 10:29:28 +00:00 committed by Raphaël Hertzog
parent 6b1f616824
commit ba08531da3
2 changed files with 2 additions and 2 deletions

View File

@ -354,7 +354,7 @@ sets the filename of the fdisk binary from the host system that should be used.
.IP "\fB\-\-firmware\-binary\fR true|false" 4
includes firmware packages in debian-installer. Defaults to true.
.IP "\fB\-\-firmware\-chroot\fR true|false" 4
includes firmware packages in debian-installer. Defaults to true.
includes firmware packages in the live image. 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

View File

@ -1374,7 +1374,7 @@ LB_ONIE_KERNEL_CMDLINE="${LB_ONIE_KERNEL_CMDLINE}"
# (Default: ${LB_FIRMWARE_BINARY})
LB_FIRMWARE_BINARY="${LB_FIRMWARE_BINARY}"
# \$LB_FIRMWARE_CHROOT: include firmware packages in debian-installer
# \$LB_FIRMWARE_CHROOT: include firmware packages in the live image
# (Default: ${LB_FIRMWARE_CHROOT})
LB_FIRMWARE_CHROOT="${LB_FIRMWARE_CHROOT}"