Live\-helper is a collection of programs that can be used to build Debian Live system images. The philosophy behind live\-helper is to provide a collection of small, simple, and easily understood tools that can be used in your own program to automate building of a Live system.
.PP
A typical program that uses live\-helper will call several live\-helper commands in sequence. Live\-helper commands are all named with a "lh_" prefix. Examples of such a program that uses live\-helper is \fImake\-live\fR(1).
.\" .SH CONFIGURATION FILE
.\" live-helper reads debian-live/config/live-helper if available. See ENVIRONMENT for the correct environment variables to use.
.\" .SH ENVIRONMENT
.\" Every live-helper command respects the following environment variables if available.
.\" .IP "\fI$LH_DEBUG\fR" 4
.\" enables debug (Default: false)
.\" .IP "\fI$LH_QUIET\fR" 4
.\" be quiet (Default: false)
.\" .IP "\fI$LH_VERBOSE\fR" 4
.\" be verbose (Default: false)
.SHLIVE\-HELPERCOMMANDS
Here is the complete list of available live\-helper commands. See their man pages for additional documentation.
.IP"\fIlh_binary\fR(1)"4
meta-helper for lh_binary_*.
.IP"\fIlh_binary_encryption\fR(1)"4
encrypts the root filesystem.
.IP"\fIlh_binary_includes\fR(1)"4
copies files into the binary image.
.IP"\fIlh_binary_hdd\fR(1)"4
creates the harddisk binary tarball.
.IP"\fIlh_binary_iso\fR(1)"4
creates the CD/DVD binary image.
.IP"\fIlh_binary_linuximage\fR(1)"4
copies linux-image into the binary image.
.IP"\fIlh_binary_localincludes\fR(1)"4
copies local files into the binary image.
.IP"\fIlh_binary_manifest\fR(1)"4
creates the package list of the root filesystem.
.IP"\fIlh_binary_md5sum\fR(1)"4
creates md5sum.txt in the binary image.
.IP"\fIlh_binary_memtest86\fR(1)"4
copies memtest86 into the binary image.
.IP"\fIlh_binary_net\fR(1)"4
creates the netboot binary tarball.
.IP"\fIlh_binary_rootfs\fR(1)"4
creates the root filesystem.
.IP"\fIlh_binary_syslinux\fR(1)"4
copies syslinux into the binary image.
.IP"\fIlh_binary_usb\fR(1)"4
creates the USB binary image.
.IP"\fIlh_bootstrap\fR(1)"4
meta-helper for lh_bootstrap_*.
.IP"\fIlh_bootstrap_cdebootstrap\fR(1)"4
bootstraps system with cdebootstrap.
.IP"\fIlh_bootstrap_debootstrap\fR(1)"4
bootstraps system with debootstrap.
.IP"\fIlh_build\fR(1)"4
meta-helper for lh_bootstrap, lh_chroot, lh_binary and lh_source.
Report bugs against live\-helper <\fIhttp://packages.qa.debian.org/live\-helper/\fR>.
.SHHOMEPAGE
More information about the Debian Live project can be found at <\fIhttp://debian\-live.alioth.debian.org/\fR> and <\fIhttp://wiki.debian.org/DebianLive/\fR>.