diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-03 20:52:59 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-03 21:01:43 +0100 |
commit | 12a20871ed6ca1e2fc002b28b204c692663b73ed (patch) | |
tree | 9fe8fbc3e49eed56a844dbfef043d380f7c289b0 /manpages/en | |
parent | cec85c559865b5422542c5d15f0000e1bf4d30c2 (diff) | |
download | vyos-live-build-12a20871ed6ca1e2fc002b28b204c692663b73ed.tar.gz vyos-live-build-12a20871ed6ca1e2fc002b28b204c692663b73ed.zip |
Adding lb_chroot_hooks manpage.
Diffstat (limited to 'manpages/en')
-rw-r--r-- | manpages/en/lb_chroot_hooks.1 | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/manpages/en/lb_chroot_hooks.1 b/manpages/en/lb_chroot_hooks.1 new file mode 100644 index 000000000..6dcf9b041 --- /dev/null +++ b/manpages/en/lb_chroot_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\-03 4.0~alpha28-1 "Live Systems Project" + +.SH NAME +\fBlive\-build\fR \- Live System Build Components + +.SH SYNOPSIS +\fBlb chroot_hooks\fR [\-\-verbose] +.PP +\fBlb chroot_hooks\fR [\-\-help] +.br +\fBlb chroot_hooks\fR [\-\-version] +. +.SH DESCRIPTION +live\-build contains the components to build a live system from a configuration directory. +.PP +The \fBlb chroot_hooks\fR command executes hooks after the chroot 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.chroot\fR" 4 +.IP "\fBchroot\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>. |