Adding lb-init manpage.
[debian-live-build.git] / manpages / en / lb-source-includes.1
blobb516118a400d53f4f6495a58fe31e1ffd1279f87
1 .\" live-build(7) - System Build Scripts
2 .\" Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
3 .\"
4 .\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
5 .\" This is free software, and you are welcome to redistribute it
6 .\" under certain conditions; see COPYING for details.
7 .\"
8 .\"
9 .TH LIVE\-BUILD 1 2013\-11\-05 4.0~alpha30-1 "Live Systems Project"
11 .SH NAME
12 \fBlive\-build\fR \- Live System Build Components
14 .SH SYNOPSIS
15 \fBlb source\-includes\fR [\-\-verbose]
16 .PP
17 \fBlb source\-includes\fR [\-\-help]
18 .br
19 \fBlb source\-includes\fR [\-\-version]
21 .SH DESCRIPTION
22 live\-build contains the components to build a live system from a configuration directory.
23 .PP
24 The \fBlb source\-includes\fR command copies include files into the source stage.
26 .SH SPECIFICATION
27 \fBlb source\-includes\fR copies any include files found in the \fBconfig/includes\fR and \fBconfig/includes.source\fR directories within the configuration directory.
28 .PP
29 Include files do not require to have a specific owner nor specific permissions. The files are set to be owned by root by \fBlb source\-includes\fR automatically when they are copied, original permissions of the files are preserved. Specific owners can be set with a corresponding hook file, see \fIlb-source-hooks\fR(1) for more information about hooks.
30 .PP
31 Include files in the \fBconfig/includes\fR directory are copied first, include files in the \fBconfig/includes.source\fR directory are copied second. Files present in the source and either of the include directories are silently overwritten, the later file replaces the earlier.
33 .SH OPTIONS
34 .IP "\fB\-\-verbose\fR" 4
35 sets verbose option (default: False).
36 .IP "\fB\-h, \-\-help\fR" 4
37 show help message and exit.
38 .IP "\fB\-\-version\fR" 4
39 show program's version number and exit.
41 .SH FILES
42 .IP "\fBconfig/includes\fR:" 4
43 generic include files.
44 .IP "\fBconfig/includes.source\fR:" 4
45 include files specific for the source stage.
46 .IP "\fBsource\fR:" 4
47 directory in which the include files are copied into.
49 .SH SEE ALSO
50 .IP "\fIlb\-bootstrap\-includes\fR(1)" 4
51 .IP "\fIlb\-chroot\-includes\fR(1)" 4
52 .IP "\fIlb\-binary\-includes\fR(1)" 4
54 .SH HOMEPAGE
55 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>.
57 .SH BUGS
58 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>.
60 .SH AUTHOR
61 live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>.