diff options
author | chals <chals@altorricon.com> | 2013-11-06 09:43:54 +0100 |
---|---|---|
committer | chals <chals@altorricon.com> | 2013-11-06 09:43:54 +0100 |
commit | 8cfc3a0713cd324fb67247bf44b65df3bf3c9d2a (patch) | |
tree | 21c5582d10d4f05f26a5d917df3abf14530c6e09 /manpages/es/lb-bootstrap-hooks.es.1 | |
parent | a8020e26e24c8fc735d98a6c029f03bac1d00204 (diff) | |
download | vyos-live-build-8cfc3a0713cd324fb67247bf44b65df3bf3c9d2a.tar.gz vyos-live-build-8cfc3a0713cd324fb67247bf44b65df3bf3c9d2a.zip |
Updating Spanish translation of lb-bootstrap-hooks manpage.
Diffstat (limited to 'manpages/es/lb-bootstrap-hooks.es.1')
-rw-r--r-- | manpages/es/lb-bootstrap-hooks.es.1 | 45 |
1 files changed, 23 insertions, 22 deletions
diff --git a/manpages/es/lb-bootstrap-hooks.es.1 b/manpages/es/lb-bootstrap-hooks.es.1 index b093774bd..99e2bdb33 100644 --- a/manpages/es/lb-bootstrap-hooks.es.1 +++ b/manpages/es/lb-bootstrap-hooks.es.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2013\-11\-06 4.0~alpha30\-1 "Proyecto Live Systems" +.TH LIVE\-BUILD 1 06.11.2013 4.0~alpha30\-1 "Proyecto Live Systems" .SH NOMBRE \fBlive\-build\fP \- Componentes de Construcción del Sistema en vivo @@ -27,31 +27,32 @@ live\-build contiene los componentes para construir un sistema en vivo a partir de un directorio de configuración. .PP -The \fBlb bootstrap\-hooks\fP command executes hook files after the bootstrap -stage. +El comando \fBlb bootstrap_hooks\fP ejecuta los scripts gancho después de la +etapa «bootstrap». .SH ESPECIFICACIÓN -\fBlb bootstrap\-hooks\fP executes any hook files found in the \fBconfig/hooks\fP -directory within the configuration directory. +\fBlb bootstrap\-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 bootstrap\-hooks\fP -automatically when they are executed. +No es necesario que los scripts gancho tengan un propietario o permisos +especiales. Ya que \fBlb bootstrap\-hooks\fP los convertirá en ejecutables +automáticamente. .PP -Hook files must either have the suffix \fB*.hook\fP or \fB*.hook.bootstrap\fP. +Los scripts gancho deben tener el sufijo \fB*.hook\fP o \fB*.hook.bootstrap\fP. .PP -Hook files with the suffix \fB*.hook\fP are executed first, hook files with the -suffix \fB*.hook.bootstrap\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.bootstrap\fP se ejecutan en segundo +lugar. .PP -Hook files are executed in alphanumberical order by \fBlb -bootstrap\-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 bootstrap\-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 \fBchroot/live\-build\fP directory by \fBlb -bootstrap\-hooks\fP. They are executed from within the chroot directory -(chrooted) and can read the configuration directory in \fB/live\-build/config\fP -within the chroot directory. +\fBlb bootstrap\-hooks\fP copia los scripts gancho dentro del directorio +\fBchroot/live\-build\fP. Estos se ejecutan desde dentro del directorio «chroot» +(en el chroot) y pueden leer el directorio de configuración en +\fBlive\-build/config\fP dentro del directorio «chroot». .SH OPCIONES .IP \fB\-\-verbose\fP 4 @@ -65,12 +66,12 @@ muestra el número de versión del programa y sale. .IP \fBconfig/hooks/*.hook\fP: 4 scripts gancho genéricos. .IP \fBconfig/hooks/*.hook.bootstrap\fP: 4 -hook files specific for the bootstrap stage. +scripts gancho específicos para la etapa «bootstrap». .IP \fBchroot\fP: 4 directorio en el que se ejecutan los scripts gancho. .IP \fBchroot/live\-build/config\fP: 4 -bind mounted configuration directory within the chroot directory to be read -by hook files. +directorio de configuración montado en el directorio «chroot» para ser leído +por los scripts gancho. .IP \fBchroot/live\-build\fP: 4 directorio en el que se copian los scripts gancho. |