diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 06:42:19 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 06:42:19 +0100 |
commit | d042538e28f5e00ee4ed544c4763ebc46fed4983 (patch) | |
tree | 40c2f8b4b655fbe75dbcebf7f37261e919fbe818 /manpages/en | |
parent | 90fd3636a48dd769b54cc214c7275594cc545d13 (diff) | |
download | vyos-live-build-d042538e28f5e00ee4ed544c4763ebc46fed4983.tar.gz vyos-live-build-d042538e28f5e00ee4ed544c4763ebc46fed4983.zip |
Adding lb_binary_hooks manpage.
Diffstat (limited to 'manpages/en')
-rw-r--r-- | manpages/en/lb_binary_hooks.1 | 50 | ||||
-rw-r--r-- | manpages/en/lb_bootstrap_cdebootstrap.1 | 2 | ||||
-rw-r--r-- | manpages/en/lb_bootstrap_debootstrap.1 | 2 | ||||
-rw-r--r-- | manpages/en/lb_bootstrap_hooks.1 | 2 | ||||
-rw-r--r-- | manpages/en/lb_chroot_hooks.1 | 2 |
5 files changed, 54 insertions, 4 deletions
diff --git a/manpages/en/lb_binary_hooks.1 b/manpages/en/lb_binary_hooks.1 new file mode 100644 index 000000000..d92438360 --- /dev/null +++ b/manpages/en/lb_binary_hooks.1 @@ -0,0 +1,50 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch> +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha28-1 "Live Systems Project" + +.SH NAME +\fBlive\-build\fR \- Live System Build Components + +.SH SYNOPSIS +\fBlb binary_hooks\fR [\-\-verbose] +.PP +\fBlb binary_hooks\fR [\-\-help] +.br +\fBlb binary_hooks\fR [\-\-version] +. +.SH DESCRIPTION +live\-build contains the components to build a live system from a configuration directory. +.PP +The \fBlb binary_hooks\fR command executes hooks after the binary stage. + +.SH OPTIONS +.IP "\-\-verbose" 4 +sets verbose option (default: False). +.IP "\-h, \-\-help" 4 +show help message and exit. +.IP "\-v, \-\-version" 4 +show program's version number and exit. + +.SH FILES +.IP "\fBconfig/build\fR" 4 +.IP "\fBconfig/hooks/*.hook\fR" 4 +.IP "\fBconfig/hooks/*.hook.binary\fR" 4 +.IP "\fBbinary\fR" 4 + +.SH SEE ALSO +.\" FIXME + +.SH HOMEPAGE +More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>. + +.SH BUGS +Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. + +.SH AUTHOR +live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb_bootstrap_cdebootstrap.1 b/manpages/en/lb_bootstrap_cdebootstrap.1 index 926c5fb73..9591691e4 100644 --- a/manpages/en/lb_bootstrap_cdebootstrap.1 +++ b/manpages/en/lb_bootstrap_cdebootstrap.1 @@ -6,7 +6,7 @@ .\" under certain conditions; see COPYING for details. .\" .\" -.TH LIVE\-BUILD 1 2013\-11\-03 4.0~alpha28-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha28-1 "Live Systems Project" .SH NAME \fBlive\-build\fR \- Live System Build Components diff --git a/manpages/en/lb_bootstrap_debootstrap.1 b/manpages/en/lb_bootstrap_debootstrap.1 index 7c413e7d0..533c91cc5 100644 --- a/manpages/en/lb_bootstrap_debootstrap.1 +++ b/manpages/en/lb_bootstrap_debootstrap.1 @@ -6,7 +6,7 @@ .\" under certain conditions; see COPYING for details. .\" .\" -.TH LIVE\-BUILD 1 2013\-11\-03 4.0~alpha28-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha28-1 "Live Systems Project" .SH NAME \fBlive\-build\fR \- Live System Build Components diff --git a/manpages/en/lb_bootstrap_hooks.1 b/manpages/en/lb_bootstrap_hooks.1 index 8b4798817..74278d7e9 100644 --- a/manpages/en/lb_bootstrap_hooks.1 +++ b/manpages/en/lb_bootstrap_hooks.1 @@ -6,7 +6,7 @@ .\" under certain conditions; see COPYING for details. .\" .\" -.TH LIVE\-BUILD 1 2013\-11\-03 4.0~alpha28-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha28-1 "Live Systems Project" .SH NAME \fBlive\-build\fR \- Live System Build Components diff --git a/manpages/en/lb_chroot_hooks.1 b/manpages/en/lb_chroot_hooks.1 index 6dcf9b041..d3ea49903 100644 --- a/manpages/en/lb_chroot_hooks.1 +++ b/manpages/en/lb_chroot_hooks.1 @@ -6,7 +6,7 @@ .\" under certain conditions; see COPYING for details. .\" .\" -.TH LIVE\-BUILD 1 2013\-11\-03 4.0~alpha28-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha28-1 "Live Systems Project" .SH NAME \fBlive\-build\fR \- Live System Build Components |