summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-02-03 10:41:26 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:41 +0100
commit26314ad6a0ad18b256b19d93080b20cb4f98290d (patch)
tree296574adad32c980f41c6b91c450a64c3046046e /manpages
parent4d3525ab0f50c893e98170154d60503f23a34250 (diff)
downloadlive-build-26314ad6a0ad18b256b19d93080b20cb4f98290d.zip
live-build-26314ad6a0ad18b256b19d93080b20cb4f98290d.tar.gz
Adding clean parameter to lh_config to minimize config directory by automatically removing unused and thus empty subdirectories.
Diffstat (limited to 'manpages')
-rw-r--r--manpages/lh_config.en.14
1 files changed, 4 insertions, 0 deletions
diff --git a/manpages/lh_config.en.1 b/manpages/lh_config.en.1
index dcb67fd..80f7d17 100644
--- a/manpages/lh_config.en.1
+++ b/manpages/lh_config.en.1
@@ -60,6 +60,8 @@ lh_config \- create configuration for live\-helper
.br
[\fB\-\-chroot\-filesystem\fR ext2|ext3|squashfs|plain|jffs2]
.br
+ [\fB\-\-clean]
+.br
[\-c|\fB\-\-conffile\fR \fIFILE\fR]
.br
[\fB\-\-debconf\-frontend\fR dialog|editor|noninteractive|readline]
@@ -254,6 +256,8 @@ defines if the binary image should contain a file called md5sums.txt that lists
defines whetever live-helper should use the tools from within the chroot to build the binary image or not by using and including the host systems tools. This is a very dangerous option, using the tools of the host system can lead to tainted and even non-bootable images if the host systems version of the required tools (mainly these are the bootloaders such as syslinux, grub and yaboot, and the auxilliary tools such as dosfstools, genisoimage, squashfs-tools and others) do not \fBexactely\fR match what is present at build-time in the target distribution. Never do disable this option unless you are \fBexactely\fR sure what you are doing and have \fBcompletely\fI understood its consequences.
.IP "\fB\-\-chroot\-filesystem\fR ext2|ext3|squashfs|plain|jffs2" 4
defines which filesystem type should be used for the root filesystem image. If you use plain, then no filesystem image is created and the root filesystem content is copied on the binary image filesystem as flat files. Depending on what binary filesystem you have choosen, it may not be possible to build with a plain root filesystem, e.g. fat16/fat32 and plain don't work as linux does not support to run on them.
+.IP "\fB\-\-clean\fR" 4
+minimizes config directory by automatically removing unused and thus empty subdirectories.
.IP "\-c|\fB\-\-conffile\fR \fIFILE\fR" 4
using a user specified alternative configuration file in addition to the normally used one in the config directory.
.IP "\fB\-\-debconf\-frontend\fR dialog|editor|noninteractive|readline" 4