diff options
author | chals <chals@altorricon.com> | 2013-11-05 20:16:24 +0100 |
---|---|---|
committer | chals <chals@altorricon.com> | 2013-11-05 20:16:24 +0100 |
commit | 538ce51a1afbcda67b1ee35c55080d3398bbd43c (patch) | |
tree | bd6673d45dbe4c057561a001088cda53749f87f6 /manpages/es/lb-binary-includes.es.1 | |
parent | 0225cd6023fde3ea0f2877f79dbbcc5284b23a0d (diff) | |
download | vyos-live-build-538ce51a1afbcda67b1ee35c55080d3398bbd43c.tar.gz vyos-live-build-538ce51a1afbcda67b1ee35c55080d3398bbd43c.zip |
Translating lb-binary-includes.1 manpage into Spanish.
Diffstat (limited to 'manpages/es/lb-binary-includes.es.1')
-rw-r--r-- | manpages/es/lb-binary-includes.es.1 | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/manpages/es/lb-binary-includes.es.1 b/manpages/es/lb-binary-includes.es.1 index 9519c748c..d51800bae 100644 --- a/manpages/es/lb-binary-includes.es.1 +++ b/manpages/es/lb-binary-includes.es.1 @@ -27,24 +27,25 @@ live\-build contiene los componentes para construir un sistema en vivo a partir de un directorio de configuración. .PP -The \fBlb binary\-includes\fP command copies include files into the binary -stage. +El comando \fBlb binary\-includes\fP copia los ficheros «include» durante la +etapa «binary». .SH ESPECIFICACIÓN -\fBlb binary\-includes\fP copies any include files found in the -\fBconfig/includes\fP and \fBconfig/includes.binary\fP directories within the -configuration directory. +\fBlb binary\-includes\fP copia todos los ficheros «include» que encuentra en +los directorios \fBconfig/includes\fP y \fBconfig/includes.binary\fP dentro del +directorio de configuración. .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 binary\-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\-binary\-hooks\fP(1) for more information about hooks. +No es necesario que los ficheros «include» tengan un propietario o permisos +especiales. \fBlb binary\-includes\fP automáticamente asignará los ficheros al +superusuario root en el momento de copiarlos, mientras que los permisos +iniciales de los ficheros se mantienen intactos. Se puede establecer +propietarios específicos de los ficheros utilizando un script gancho, ver +\fIlb\-binary\-hooks\fP(1) para más información acerca de los scripts gancho. .PP -Include files in the \fBconfig/includes\fP directory are copied first, include -files in the \fBconfig/includes.binary\fP directory are copied second. Files -present in the binary and either of the include directories are silently -overwritten, the later file replaces the earlier. +Los ficheros «include» del directorio \fBconfig/includes\fP se copian en primer +lugar, los del directorio \fBconfig/includes.binary\fP se copian en segundo +lugar. Los ficheros existentes en los directorios «binary» e «include» se +sobreescriben sin previo aviso, el último fichero reemplaza al anterior. .SH OPCIONES .IP \fB\-\-verbose\fP 4 @@ -56,11 +57,11 @@ muestra el número de versión del programa y sale. .SH FICHEROS .IP \fBconfig/includes\fP: 4 -generic include files. +ficheros «include» genéricos. .IP \fBconfig/includes.binary\fP: 4 -include files specific for the binary stage. +ficheros «include» específicos para la etapa «binary». .IP \fBbinary\fP: 4 -directory in which the include files are copied into. +directorio en el que se copian los ficheros «include». .SH "VER TAMBIÉN" .IP \fIlb\-bootstrap\-includes\fP(1) 4 |