summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manpages/en/lb_config.12
-rwxr-xr-xscripts/build/config2
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}"