diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-20 16:17:38 +0000 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2020-03-20 17:25:09 +0000 |
commit | 49047f05636b3aa95faf70b537ae96fa580f8194 (patch) | |
tree | 58c7c44c404c8fe82954b20f24bdb6fb9f4696a2 /manpages/en/live-build.7 | |
parent | 35e622651d51112394bb0d2bb79ef08e122b8c6d (diff) | |
download | vyos-live-build-49047f05636b3aa95faf70b537ae96fa580f8194.tar.gz vyos-live-build-49047f05636b3aa95faf70b537ae96fa580f8194.zip |
manpages: stage clarifications
Gbp-Dch: Ignore
Diffstat (limited to 'manpages/en/live-build.7')
-rw-r--r-- | manpages/en/live-build.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7 index 82d3385e6..4c3f81f66 100644 --- a/manpages/en/live-build.7 +++ b/manpages/en/live-build.7 @@ -49,7 +49,7 @@ be verbose. .SH LIVE\-BUILD COMMANDS .\" FIXME -We divide live\-build into high level ("porcelain") commands and low level ("plumbing") commands. +We divide live\-build into high level ("porcelain") commands, secondary major build stage ("porcelain") commands, and low level ("plumbing") commands. .PP Here is the complete list of all available live\-build commands. See their man pages for additional documentation. @@ -62,7 +62,7 @@ We separate the porcelain commands into the main commands and some ancillary use .IP "\fBlb config\fR(1)" 4 creates configuration for live\-build .IP "\fBlb build\fR(1)" 4 -executes the build process (by executing all of the secondary level build stages in sequence) +executes the build process (by executing all of the secondary level major build stages in sequence) .IP "\fBlb clean\fR(1)" 4 cleans up system build directories .SS Ancillary Commands @@ -72,7 +72,7 @@ generic live\-build script execution wrapper .SH SECONDARY\-LEVEL BUILD COMMANDS (PORCELAIN) .\" FIXME -The following are the commands that execute each major stage of the build process, in their necessary order of execution. Normally a user might just execute the higher level \fBlb build\fR(1) command. +The following are the commands that execute each major stage of the build process, in their necessary order of execution. Normally a user might just execute the higher level \fBlb build\fR(1) command rather than use these individually. .IP "\fBlb bootstrap\fR(1)" 4 executes the first build stage, creating (bootstraping) a basic Debian root filesystem .IP "\fBlb chroot\fR(1)" 4 |