diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 18:55:15 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 18:55:15 +0100 |
commit | 3dbe0430d968a3b3f019a759bfe7448e3f497daf (patch) | |
tree | 61c6317e2f5917ce13c79aefb5d0a8341df1d460 /manpages/en | |
parent | 8e0188c72ccbe1d9db95c40ac9b10a955b74b09b (diff) | |
download | vyos-live-build-3dbe0430d968a3b3f019a759bfe7448e3f497daf.tar.gz vyos-live-build-3dbe0430d968a3b3f019a759bfe7448e3f497daf.zip |
Adding lb-source-includes manpage.
Diffstat (limited to 'manpages/en')
-rw-r--r-- | manpages/en/lb-binary-includes.1 | 2 | ||||
-rw-r--r-- | manpages/en/lb-source-includes.1 | 61 |
2 files changed, 62 insertions, 1 deletions
diff --git a/manpages/en/lb-binary-includes.1 b/manpages/en/lb-binary-includes.1 index a011592f0..53322b7f6 100644 --- a/manpages/en/lb-binary-includes.1 +++ b/manpages/en/lb-binary-includes.1 @@ -48,7 +48,7 @@ directory in which the include files are copied into. .SH SEE ALSO .IP "\fIlb\-bootstrap\-includes\fR(1)" 4 -.IP "\fIlb\-binary\-includes\fR(1)" 4 +.IP "\fIlb\-chroot\-includes\fR(1)" 4 .IP "\fIlb\-source\-includes\fR(1)" 4 .SH HOMEPAGE diff --git a/manpages/en/lb-source-includes.1 b/manpages/en/lb-source-includes.1 new file mode 100644 index 000000000..3d4a29231 --- /dev/null +++ b/manpages/en/lb-source-includes.1 @@ -0,0 +1,61 @@ +.\" 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~alpha29-1 "Live Systems Project" + +.SH NAME +\fBlive\-build\fR \- Live System Build Components + +.SH SYNOPSIS +\fBlb source\-includes\fR [\-\-verbose] +.PP +\fBlb source\-includes\fR [\-\-help] +.br +\fBlb source\-includes\fR [\-\-version] +. +.SH DESCRIPTION +live\-build contains the components to build a live system from a configuration directory. +.PP +The \fBlb source\-includes\fR command copies include files into the source stage. + +.SH SPECIFICATION +\fBlb source\-includes\fR copies any include files found in the \fBconfig/includes\fR and \fBconfig/includes.source\fR directories within the configuration directory. +.PP +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. +.PP +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. + +.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/includes\fR:" 4 +generic include files. +.IP "\fBconfig/includes.source\fR:" 4 +include files specific for the source stage. +.IP "\fBsource\fR:" 4 +directory in which the include files are copied into. + +.SH SEE ALSO +.IP "\fIlb\-bootstrap\-includes\fR(1)" 4 +.IP "\fIlb\-chroot\-includes\fR(1)" 4 +.IP "\fIlb\-binary\-includes\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>. |