diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2014-08-27 23:57:58 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-08-28 01:01:31 +0200 |
commit | c1d85328f8e8735a26f78227f986eec1f83431d9 (patch) | |
tree | be2566f066d97f967d544e9015ecb87bc2f43d8e /manpages/en/lb-chroot-hooks.1 | |
parent | bc50443cf043616c7087f383e11bf85cd233c54e (diff) | |
download | vyos-live-build-c1d85328f8e8735a26f78227f986eec1f83431d9.tar.gz vyos-live-build-c1d85328f8e8735a26f78227f986eec1f83431d9.zip |
Restoring old manpages since we're back to the non-python implementation (Closes: #745134).
Diffstat (limited to 'manpages/en/lb-chroot-hooks.1')
-rw-r--r-- | manpages/en/lb-chroot-hooks.1 | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/manpages/en/lb-chroot-hooks.1 b/manpages/en/lb-chroot-hooks.1 deleted file mode 100644 index 6a466b519..000000000 --- a/manpages/en/lb-chroot-hooks.1 +++ /dev/null @@ -1,71 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2014 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 2014\-07\-24 4.0~alpha39-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 hook files after the chroot stage. - -.SH SPECIFICATION -\fBlb chroot\-hooks\fR executes any hook files found in the \fBconfig/hooks\fR directory within the configuration directory. -.PP -Hook files do not require to have a specific owner nor specific permissions. They are marked executable by \fBlb chroot\-hooks\fR automatically when they are executed. -.PP -Hook files must either have the suffix \fB*.hook\fR or \fB*.hook.chroot\fR. -.PP -Hook files with the suffix \fB*.hook\fR are executed first, hook files with the suffix \fB*.hook.chroot\fR are executed second. -.PP -Hook files are executed in alphanumberical order by \fBlb chroot\-hooks\fR. If one hook file depends on being run after another, best practise is to use number prefixes (nnnn, starting with 0001) to ensure the order of execution. -.PP -Hook files are copied into the \fBchroot/live-build\fR directory by \fBlb chroot\-hooks\fR. They are executed from within the chroot directory (chrooted) and can read the configuration directory in \fB/live-build/config\fR within the chroot directory. - -.SH OPTIONS -.IP "\fB\-\-verbose\fR" 4 -sets verbose option (default: False). -.IP "\fB\-h, \-\-help\fR" 4 -show help message and exit. -.IP "\fB\-\-version\fR" 4 -show program's version number and exit. - -.SH FILES -.IP "\fBconfig/hooks/*.hook\fR:" 4 -generic hook files. -.IP "\fBconfig/hooks/*.hook.chroot\fR:" 4 -hook files specific for the chroot stage. -.IP "\fBchroot\fR:" 4 -directory in which the hook files are executed. -.IP "\fBchroot/live-build/config\fR:" 4 -bind mounted configuration directory within the chroot directory to be read by hook files. -.IP "\fBchroot/live-build\fR:" 4 -directory in which hook files are copied. - -.SH SEE ALSO -.IP "\fIlb\-bootstrap\-hooks\fR(1)" 4 -.IP "\fIlb\-binary\-hooks\fR(1)" 4 -.IP "\fIlb\-source\-hooks\fR(1)" 4 - -.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>. |