summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manpages/en/lb_config.112
-rwxr-xr-xscripts/build/config8
2 files changed, 16 insertions, 4 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1
index dec50f12d..b8418ccbb 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -43,6 +43,12 @@
.br
[\fB\-\-bootloaders\fR grub-legacy|grub-pc|syslinux|grub-efi]
.br
+ [\fB\-\-bootstrap\-qemu\-arch \fIARCH\fR]
+.br
+ [\fB\-\-bootstrap\-qemu\-exclude \fIPACKAGES\fR]
+.br
+ [\fB\-\-bootstrap\-qemu\-static \fIPATH\fR]
+.br
[\fB\-\-breakpoints]
.br
[\fB\-\-cache\fR true|false]
@@ -277,6 +283,12 @@ sets boot parameters specific to debian\-live. A complete list of boot parameter
sets boot parameters specific to debian\-live failsafe boot entries. A complete list of boot parameters can be found in the \fIlive\-boot\fR(7) and \fIlive\-config\fR(7) manual pages.
.IP "\fB\-\-bootloaders\fR grub-legacy|grub-pc|syslinux|grub-efi" 4
defines which bootloader is being used in the generated image. This has only an effect if the selected binary image type lets you choose the bootloader. For example, if you build a iso, always syslinux (or more precise, isolinux) is being used. Also note that some combinations of binary images types and bootloaders may be possible but live\-build does not support them yet. \fBlb config\fR will fail to create such a not yet supported configuration and give a explanation about it. For hdd images on amd64 and i386, the default is syslinux.
+.IP "\fB\-\-bootstrap\-qemu\-arch \fIARCH\fR" 4
+sets the architectures to use foreign bootstrap. Defaults to empty.
+.IP "\fB\-\-bootstrap\-qemu\-exclude \fIPACKAGES\fR" 4
+sets the packages to exclude during foreign bootstrap. Defaults to empty.
+.IP "\fB\-\-bootstrap\-qemu\-static \fIPATH\fR" 4
+sets the static qemu binary for foreign bootstrap. Defaults to empty.
.IP "\fB\-\-breakpoints\fR" 4
inserts pauses during the generation of the image.
.IP "\fB\-\-cache\fR true|false" 4
diff --git a/scripts/build/config b/scripts/build/config
index a2e037f1b..5b8093c71 100755
--- a/scripts/build/config
+++ b/scripts/build/config
@@ -33,6 +33,9 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
\t [--bootappend-live PARAMETER|\"PARAMETERS\"]\n\
\t [--bootappend-live-failsafe PARAMETER|\"PARAMETERS\"]\n\
\t [--bootloaders grub-legacy|grub-pc|syslinux|grub-efi]\n\
+\t [--bootstrap-qemu-arch ARCH]\n\
+\t [--bootstrap-qemu-exclude PACKAGES]\n\
+\t [--bootstrap-qemu-static PATH]\n\
\t [--breakpoints]\n\
\t [--cache true|false]\n\
\t [--cache-indices true|false]\n\
@@ -125,10 +128,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
\t [--updates true|false]\n\
\t [--backports true|false]\n\
\t [--verbose]\n\
-\t [--win32-loader true|false]\n\
-\t [--bootstrap-qemu-exclude PACKAGES]\n\
-\t [--bootstrap-qemu-static PATH]\n\
-\t [--bootstrap-qemu-arch ARCH]"
+\t [--win32-loader true|false]"
Local_arguments ()