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:
parent
6b1f616824
commit
ba08531da3
|
@ -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
|
||||
|
|
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue