summaryrefslogtreecommitdiff
path: root/manpages/en/live-build.7
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/en/live-build.7')
-rw-r--r--manpages/en/live-build.748
1 files changed, 24 insertions, 24 deletions
diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7
index 73a54c4..8a1d740 100644
--- a/manpages/en/live-build.7
+++ b/manpages/en/live-build.7
@@ -1,34 +1,34 @@
.TH LIVE\-BUILD 7 2010\-09\-02 2.0~a23 "Debian Live Project"
.SH NAME
-\fBlive\-helper\fR \- the Debian Live tool suite
+\fBlive\-build\fR \- the Debian Live tool suite
.SH SYNOPSIS
.\" FIXME
-\fBlh \fR\fICOMMAND\fR [\fB\-h|\-\-help\fR] [\fB\-u|\-\-usage\fR] [\fB\-v|\-\-version\fR] [\fB\-\-breakpoints\fR] [\fB\-\-conffile\fR] [\fB\-\-debug\fR] [\fB\-\-force\fR] [\fB\-\-quiet\fR] [\fB\-\-verbose\fR]
+\fBlb \fR\fICOMMAND\fR [\fB\-h|\-\-help\fR] [\fB\-u|\-\-usage\fR] [\fB\-v|\-\-version\fR] [\fB\-\-breakpoints\fR] [\fB\-\-conffile\fR] [\fB\-\-debug\fR] [\fB\-\-force\fR] [\fB\-\-quiet\fR] [\fB\-\-verbose\fR]
.\" FIXME
.SH DESCRIPTION
.\" FIXME
-live\-helper is a set of scripts to build Debian Live system images. The idea behind live\-helper is a tool suite that uses a configuration directory to completely automate and customize all aspects of building a Live image.
+live\-build is a set of scripts to build Debian Live system images. The idea behind live\-build is a tool suite that uses a configuration directory to completely automate and customize all aspects of building a Live image.
.PP
-The \fICOMMAND\fR is a name of a live\-helper command (see below).
+The \fICOMMAND\fR is a name of a live\-build command (see below).
.PP
-More documentation about how to use live\-helper is available in the individual manpages for each helper and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
+More documentation about how to use live\-build is available in the individual manpages for each helper and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
.\" FIXME
.SH OPTIONS
.\" FIXME
-.SS Shared live\-helper options
-The following command line options are supported by all live\-helper programs.
+.SS Shared live\-build options
+The following command line options are supported by all live\-build programs.
.IP "\fB-h, \-\-help\fR" 4
display help and exit.
.IP "\fB-u, \-\-usage\fR" 4
show usage and exit.
.IP "\fB-v, \-\-version\fR" 4
output version information and exit.
-.SS Common live\-helper options
-The following command line options are supported by most live\-helper programs. See the man page of each program for a complete explanation of what each option does.
+.SS Common live\-build options
+The following command line options are supported by most live\-build programs. See the man page of each program for a complete explanation of what each option does.
.IP "\fB\-\-breakpoints\fR" 4
run with breakpoints.
.IP "\fB\-\-conffile\fR" 4
@@ -43,11 +43,11 @@ be quiet.
be verbose.
.\" FIXME
-.SH LIVE\-HELPER COMMANDS
+.SH LIVE\-BUILD COMMANDS
.\" FIXME
-We divide live\-helper into high level ("porcelain") commands and low level ("plumbing") commands.
+We divide live\-build into high level ("porcelain") commands and low level ("plumbing") commands.
.PP
-Here is the complete list of all available live\-helper commands. See their man
+Here is the complete list of all available live\-build commands. See their man
pages for additional documentation.
.\" FIXME
@@ -56,7 +56,7 @@ pages for additional documentation.
We separate the porcelain commands into the main commands and some ancillary user utilities.
.SS Main porcelain commands
.IP "\fBlh_config\fR(1)" 4
-create configuration for live\-helper
+create configuration for live\-build
.IP "\fBlh_bootstrap\fR(1)" 4
create the first stage by bootstrapping a basic debian system
.IP "\fBlh_chroot\fR(1)" 4
@@ -69,18 +69,18 @@ create the optional fourth stage by generating a source image
clean up system build directories
.SS Ancillary Commands
.IP "\fBlh\fR(1)" 4
-generic live\-helper wrapper
+generic live\-build wrapper
.IP "\fBlh_build\fR(1)" 4
alias for all stages
.IP "\fBlh_local\fR(1)" 4
-helper for using a local live\-helper
+helper for using a local live\-build
.IP "\fBlh_testroot\fR(1)" 4
ensure that a system is built as root
.\" FIXME
.SH LOW\-LEVEL COMMANDS (PLUMBING)
.\" FIXME
-The actual work of live\-helper is implemented in the low-level commands, called plumbing. They are not supposed to be used by end users, they should stick with porcelains as they ensure that all the different plumbing commands are executed in the right order. However, if you intend to reuse live\-helper commands in your own scripts, then the plumbings might be of interest for you.
+The actual work of live\-build is implemented in the low-level commands, called plumbing. They are not supposed to be used by end users, they should stick with porcelains as they ensure that all the different plumbing commands are executed in the right order. However, if you intend to reuse live\-build commands in your own scripts, then the plumbings might be of interest for you.
.PP
Note that the interface (set of options and the semantics) to these low\-level commands are meant to be a lot more stable than Porcelain level commands. The interface to Porcelain commands on the other hand are subject to change in order to improve the end user experience.
.SS Bootstrap commands
@@ -225,15 +225,15 @@ build source virtual\-hdd image
.SH CONFIG FILES
.\" FIXME
-Many live\-helper commands make use of files in the \fIconfig/\fR directory to control what they do. Besides the common \fIconfig/common\fR, which is used by all live\-helper commands, some additional files can be used to configure the behavior of specific live\-helper commands. These files are typically named config/stage or config/stage_helper (where "stage" of course, is replaced with the name of the stage that they belong to, and "helper" with the name of the helper).
+Many live\-build commands make use of files in the \fIconfig/\fR directory to control what they do. Besides the common \fIconfig/common\fR, which is used by all live\-build commands, some additional files can be used to configure the behavior of specific live\-build commands. These files are typically named config/stage or config/stage_helper (where "stage" of course, is replaced with the name of the stage that they belong to, and "helper" with the name of the helper).
.PP
-For example, lh_bootstrap_debootstrap uses files named config/bootstrap and config/bootstrap_debootstrap to read the options it will use. See the man pages of individual commands for details about the names and formats of the files they use. Generally, these files contain variables with values assigned, one variable per line. Some programs in live\-helper use pairs of values or slightly more complicated variable assignments.
+For example, lh_bootstrap_debootstrap uses files named config/bootstrap and config/bootstrap_debootstrap to read the options it will use. See the man pages of individual commands for details about the names and formats of the files they use. Generally, these files contain variables with values assigned, one variable per line. Some programs in live\-build use pairs of values or slightly more complicated variable assignments.
.PP
-Note that live\-helper will respect environment variables which are present in the context of the shell it is running. If variables can be read from config files, then they override environment variables, and if command line options are used, they override values from config files. If no value for a given variable can be found and thus is unset, live\-helper will automatically set it to the default value.
+Note that live\-build will respect environment variables which are present in the context of the shell it is running. If variables can be read from config files, then they override environment variables, and if command line options are used, they override values from config files. If no value for a given variable can be found and thus is unset, live\-build will automatically set it to the default value.
.PP
In some rare cases, you may want to have different versions of these files for different architectures or distributions. If files named config/stage.arch or config/stage_helper.arch, and config/stage.dist or config/stage_helper.dist exist, where "arch" is the same as the output of "dpkg \-\-print\-architecture" and "dist" is the same as the codename of the target distribution, then they will be used in preference to other, more general files.
.PP
-All config files are shell scripts which are sourced by a live\-helper program. That means they have to follow the normal shell syntax. You can also put comments in these files; lines beginning with "#" are ignored.
+All config files are shell scripts which are sourced by a live\-build program. That means they have to follow the normal shell syntax. You can also put comments in these files; lines beginning with "#" are ignored.
.\" FIXME
.SH FILES
@@ -244,13 +244,13 @@ All config files are shell scripts which are sourced by a live\-helper program.
.SH SEE ALSO
\fIlive\-initramfs\fR(7)
.PP
-This program is a part of live\-helper.
+This program is a part of live\-build.
.SH HOMEPAGE
-More information about live\-helper and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
+More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-helper package in the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian-live@lists.debian.org\fR>.
+Bugs can be reported by submitting a bugreport for the live\-build package in the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian-live@lists.debian.org\fR>.
.SH AUTHOR
-live\-helper was written by Daniel Baumann <\fIdaniel@debian.org\fR> for the Debian project.
+live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fR> for the Debian project.