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/es | |
parent | 8e0188c72ccbe1d9db95c40ac9b10a955b74b09b (diff) | |
download | vyos-live-build-3dbe0430d968a3b3f019a759bfe7448e3f497daf.tar.gz vyos-live-build-3dbe0430d968a3b3f019a759bfe7448e3f497daf.zip |
Adding lb-source-includes manpage.
Diffstat (limited to 'manpages/es')
-rw-r--r-- | manpages/es/lb-binary-includes.es.1 | 2 | ||||
-rw-r--r-- | manpages/es/lb-source-includes.es.1 | 84 |
2 files changed, 85 insertions, 1 deletions
diff --git a/manpages/es/lb-binary-includes.es.1 b/manpages/es/lb-binary-includes.es.1 index e79e2f210..d2ed5e48a 100644 --- a/manpages/es/lb-binary-includes.es.1 +++ b/manpages/es/lb-binary-includes.es.1 @@ -64,7 +64,7 @@ directory in which the include files are copied into. .SH "VER TAMBIÉN" .IP \fIlb\-bootstrap\-includes\fP(1) 4 -.IP \fIlb\-binary\-includes\fP(1) 4 +.IP \fIlb\-chroot\-includes\fP(1) 4 .IP \fIlb\-source\-includes\fP(1) 4 .SH "PÁGINA WEB" diff --git a/manpages/es/lb-source-includes.es.1 b/manpages/es/lb-source-includes.es.1 new file mode 100644 index 000000000..beee994f2 --- /dev/null +++ b/manpages/es/lb-source-includes.es.1 @@ -0,0 +1,84 @@ +.\" 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. +.\" +.\" +.\"******************************************************************* +.\" +.\" This file was generated with po4a. Translate the source file. +.\" +.\"******************************************************************* +.TH LIVE\-BUILD 1 04.11.2013 4.0~alpha29\-1 "Proyecto Live Systems" + +.SH NOMBRE +\fBlive\-build\fP \- Live System Build Components + +.SH SINOPSIS +\fBlb source\-includes\fP [\-\-verbose] +.PP +\fBlb source\-includes\fP [\-\-help] +.br +\fBlb source\-includes\fP [\-\-version] +. +.SH DESCRIPCIÓN +live\-build contains the components to build a live system from a +configuration directory. +.PP +The \fBlb source\-includes\fP command copies include files into the source +stage. + +.SH SPECIFICATION +\fBlb source\-includes\fP copies any include files found in the +\fBconfig/includes\fP and \fBconfig/includes.source\fP 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\fP +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\fP(1) for more information about hooks. +.PP +Include files in the \fBconfig/includes\fP directory are copied first, include +files in the \fBconfig/includes.source\fP 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 OPCIONES +.IP \fB\-\-verbose\fP 4 +establece la opción verbose (por defecto: False). +.IP "\fB\-h, \-\-help\fP" 4 +muestra el mensaje de ayuda y sale. +.IP \fB\-\-version\fP 4 +muestra el número de versión del programa y sale. + +.SH FICHEROS +.IP \fBconfig/includes\fP: 4 +generic include files. +.IP \fBconfig/includes.source\fP: 4 +include files specific for the source stage. +.IP \fBsource\fP: 4 +directory in which the include files are copied into. + +.SH "VER TAMBIÉN" +.IP \fIlb\-bootstrap\-includes\fP(1) 4 +.IP \fIlb\-chroot\-includes\fP(1) 4 +.IP \fIlb\-binary\-includes\fP(1) 4 + +.SH "PÁGINA WEB" +Se puede encontrar más información acerca de live\-build y el proyecto Live +Systems en la página web <\fIhttp://live\-systems.org/\fP> y en el +manual en <\fIhttp://live\-systems.org/manual/\fP>. + +.SH ERRORES +Se puede notificar los fallos enviando un informe de errores sobre el +paquete live\-build en el Bug Tracking System en +<\fIhttp://bugs.debian.org/\fP> o escribiendo un mensaje a la lista de +correo de Live Systems a la dirección +<\fIdebian\-live@lists.debian.org\fP>. + +.SH AUTOR +live\-build fue escrito por Daniel Baumann +<\fImail@daniel\-baumann.ch\fP>. |