diff options
author | chals <chals@altorricon.com> | 2013-11-05 19:33:23 +0100 |
---|---|---|
committer | chals <chals@altorricon.com> | 2013-11-05 19:33:23 +0100 |
commit | 20bd2904a5ae1ae8b4e351b5e6db519820bf75bc (patch) | |
tree | 94a22ee195f61a643450c19cc07e2449ce75bf80 /manpages/es/lb-binary-hooks.es.1 | |
parent | 7a6a9cd732521f4e6caae91026711e56affae3fd (diff) | |
download | vyos-live-build-20bd2904a5ae1ae8b4e351b5e6db519820bf75bc.tar.gz vyos-live-build-20bd2904a5ae1ae8b4e351b5e6db519820bf75bc.zip |
Translating lb-binary-hooks.1 into Spanish.
Diffstat (limited to 'manpages/es/lb-binary-hooks.es.1')
-rw-r--r-- | manpages/es/lb-binary-hooks.es.1 | 62 |
1 files changed, 32 insertions, 30 deletions
diff --git a/manpages/es/lb-binary-hooks.es.1 b/manpages/es/lb-binary-hooks.es.1 index 3f13d1741..f17bf4dc6 100644 --- a/manpages/es/lb-binary-hooks.es.1 +++ b/manpages/es/lb-binary-hooks.es.1 @@ -14,7 +14,7 @@ .TH LIVE\-BUILD 1 05.11.2013 4.0~alpha30\-1 "Proyecto Live Systems" .SH NOMBRE -\fBlive\-build\fP \- Live System Build Components +\fBlive\-build\fP \- Componentes de Construcción del Sistema en vivo .SH SINOPSIS \fBlb binary\-hooks\fP [\-\-verbose] @@ -24,37 +24,39 @@ \fBlb binary\-hooks\fP [\-\-version] . .SH DESCRIPCIÓN -live\-build contains the components to build a live system from a -configuration directory. +live\-build contiene los componentes para construir un sistema en vivo a +partir de un directorio de configuración. .PP -The \fBlb binary\-hooks\fP command executes hook files after the binary stage. +El comando \fBlb binary_hooks\fP ejecuta los scripts gancho después de la etapa +«binary». -.SH SPECIFICATION -\fBlb binary\-hooks\fP executes any hook files found in the \fBconfig/hooks\fP -directory within the configuration directory. +.SH ESPECIFICACIÓN +\fBlb binary\-hooks\fP ejecuta todos los scripts gancho que se encuentran en el +directorio \fBconfig/hooks\fP dentro del directorio de configuración. .PP -Hook files do not require to have a specific owner nor specific -permissions. They are marked executable by \fBlb binary\-hooks\fP automatically -when they are executed. +No es necesario que los scripts gancho tengan un propietario o permisos +especiales. Ya que \fBlb binary\-hooks\fP los convertirá en ejecutables +automáticamente. .PP -Hook files must either have the suffix \fB*.hook\fP or \fB*.hook.binary\fP. +Los scripts gancho deben tener el sufijo \fB*.hook\fP o \fB*.hook.binary\fP. .PP -Hook files with the suffix \fB*.hook\fP are executed first, hook files with the -suffix \fB*.hook.binary\fP are executed second. +Los scripts gancho con el sufijo \fB*.hook\fP se ejecutan en primer lugar, los +scripts gancho con el sufijo \fB*.hook.binary\fP se ejecutan en segundo lugar. .PP -Hook files are executed in alphanumberical order by \fBlb binary\-hooks\fP. If -one hook file depends on being run after another, best practise is to use -number prefixes (nnnn, starting with 0001) to ensure the order of execution. +\fBlb binary\-hooks\fP ejecuta los scripts gancho en orden alfanumérico. Si uno +de estos scripts tiene que ser ejecutado después de otro, lo ideal es +utilizar números como prefijos (nnnn, a partir de 0001) para asegurarse el +orden de ejecución correcto. .PP -Hook files are copied into the \fBbinary/live\-build\fP directory by \fBlb -binary\-hooks\fP. They are executed from within the binary directory and can -read the configuration directory in \fBlive\-build/config\fP within the binary -directory. +\fBlb binary\-hooks\fP copia los scripts gancho dentro del directorio +\fBbinary/live\-build\fP. Estos se ejecutan desde dentro del directorio «binary» +y pueden leer el directorio de configuración en \fBlive\-build/config\fP dentro +del directorio «binary». .PP -\fBWarning:\fP hook files are not executed within a chroot but within the -context of the host system in the binary directory. They have root -privileges and access to the all host system resources (devices, -filesystems, network, etc.). +\fBAdvertencia:\fP Los scripts gancho no son ejecutados dentro del directorio +«chroot» sino en el sistema anfitrión dentro del directorio «binary». Estos +tienen privilegios de superusuario y acceso a todos los recursos del sistema +anfitrión (dispositivos, sistemas de ficheros, redes, etc.). .SH OPCIONES .IP \fB\-\-verbose\fP 4 @@ -66,16 +68,16 @@ muestra el número de versión del programa y sale. .SH FICHEROS .IP \fBconfig/hooks/*.hook\fP: 4 -generic hook files. +scripts gancho genéricos. .IP \fBconfig/hooks/*.hook.binary\fP: 4 -hook files specific for the binary stage. +scripts gancho específicos para la etapa «binary». .IP \fBbinary\fP: 4 -directory in which the hook files are executed. +directorio en el que se ejecutan los scripts gancho. .IP \fBbinary/live\-build/config\fP: 4 -bind mounted configuration directory within the binary directory to be read -by hook files. +directorio de configuración montado en el directorio «binary» para ser leído +por los scripts gancho. .IP \fBbinary/live\-build\fP: 4 -directory in which hook files are copied. +directorio en el que se copian los scripts gancho. .SH "VER TAMBIÉN" .IP \fIlb\-bootstrap\-hooks\fP(1) 4 |