1 .\" live-build(7) - System Build Scripts
2 .\" Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
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.
9 .TH LIVE\-BUILD 1 2013\-11\-05 4.0~alpha30-1 "Live Systems Project"
12 \fBlive\-build\fR \- Live System Build Components
15 \fBlb source\-includes\fR [\-\-verbose]
17 \fBlb source\-includes\fR [\-\-help]
19 \fBlb source\-includes\fR [\-\-version]
22 live\-build contains the components to build a live system from a configuration directory.
24 The \fBlb source\-includes\fR command copies include files into the source stage.
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.
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.
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.
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.
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.
47 directory in which the include files are copied into.
50 .IP "\fIlb\-bootstrap\-includes\fR(1)" 4
51 .IP "\fIlb\-chroot\-includes\fR(1)" 4
52 .IP "\fIlb\-binary\-includes\fR(1)" 4
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>.
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>.
61 live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>.