summaryrefslogtreecommitdiff
path: root/manpages/en/lb_config.1
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/en/lb_config.1')
-rw-r--r--manpages/en/lb_config.110
1 files changed, 5 insertions, 5 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1
index 618c7dd9e..34b637fc1 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2012\-06\-27 3.0~a51-1 "Debian Live Project"
+.TH LIVE\-BUILD 1 2012\-07\-18 3.0~a51-1 "Debian Live Project"
.SH NAME
\fBlb config\fR \- Create config directory
@@ -31,7 +31,7 @@
.br
[\-a|\fB\-\-architectures\fR \fIARCHITECTURE\fR]
.br
- [\-b|\fB\-\-binary\-images\fR iso|iso\-hybrid|net|tar|hdd|virtual\-hdd]
+ [\-b|\fB\-\-binary\-images\fR iso|iso\-hybrid|netboot|tar|hdd|virtual\-hdd]
.br
[\fB\-\-binary\-filesystem\fR fat16|fat32|ext2|ext3|ext4]
.br
@@ -219,7 +219,7 @@
.br
[\fB\-\-source\fR true|false]
.br
- [\-s|\fB\-\-source\-images\fR iso|net|tar|hdd]
+ [\-s|\fB\-\-source\-images\fR iso|netboot|tar|hdd]
.br
[\fB\-\-syslinux\-theme\fR \fITHEME_SUFFIX\fR]
.br
@@ -275,7 +275,7 @@ defines if apt should check repository signatures. This is true by default.
defines if deb-src entries should be included in the resulting live image or not, defaults to on.
.IP "\-a|\fB\-\-architectures\fR \fIARCHITECTURE\fR" 4
defines the architecture of the to be build image. By default, this is set to the host architecture. Note that you cannot crossbuild for another architecture if your host system is not able to execute binaries for the target architecture natively. For example, building amd64 images on i386 and vice versa is possile if you have a 64bit capable i386 processor and the right kernel. But building powerpc images on an i386 system is not possible.
-.IP "\-b|\fB\-\-binary\-images\fR iso|iso\-hybrid|net|tar|hdd" 4
+.IP "\-b|\fB\-\-binary\-images\fR iso|iso\-hybrid|netboot|tar|hdd" 4
defines the image type to build. By default, for images using syslinux this is set to iso\-hybrid to build CD/DVD images that may also be used like hdd images, for non\-syslinux images, it defaults to iso.
.IP "\fB\-\-binary\-filesystem\fR fat16|fat32|ext2|ext3|ext4" 4
defines the filesystem to be used in the image type. This only has an effect if the selected binary image type does allow to choose a filesystem. For example, when selection iso the resulting CD/DVD has always the filesystem ISO9660. When building hdd images for usb sticks, this is active. Note that it defaults to fat16 on all architectures except sparc where it defaults to ext4. Also note that if you choose fat16 and your resulting binary image gets bigger than 2GB, the binary filesystem automatically gets switched to fat32.
@@ -464,7 +464,7 @@ defines the archive areas for derivatives of the resulting live system.
defines if the security repositories specified in the security mirror options should be used or not.
.IP "\fB\-\-source\fR true|false" 4
defines if a corresponding source image to the binary image should be build. By default this is false because most people do not require this and would require to download quite a few source packages. However, once you start distributing your live image, you should make sure you build it with a source image alongside.
-.IP "\-s|\fB\-\-source\-images\fR iso|net|tar|hdd" 4
+.IP "\-s|\fB\-\-source\-images\fR iso|netboot|tar|hdd" 4
defines the image type for the source image. Default is tar.
.IP "\fB\-\-firmware\-binary\fR true|false" 4
defines if firmware packages should be automatically included into the binary pool for debian\-installer. Note that only firmware packages available within the configured archive areas are included, e.g. an image with packages from main only will not automatically include firmware from non\-free. This option does not interfere with explicitly listed packages in binary package lists.