From ba08531da3b772cf44ee1281ea9dc09ac2e05c8c Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Tue, 25 Feb 2020 10:29:28 +0000 Subject: [PATCH] manpage: fix wrong description for --firmware-binary --firmware-binary adds firmware to d-i, --firmware-chroot adds to live Gbp-Dch: Short --- manpages/en/lb_config.1 | 2 +- scripts/build/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 9071da2c0..e7f467dcb 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -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 diff --git a/scripts/build/config b/scripts/build/config index 661ab6769..979f3f059 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -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}"