summaryrefslogtreecommitdiff
path: root/manpages/es/lb-chroot-hooks.es.1
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-11-04 17:09:45 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-11-04 17:10:22 +0100
commit9e3863aa8fc22fe0a671b5d38431b2d311fad472 (patch)
treec9f7369160f8d9c1b98f96697f6572c724e88b6e /manpages/es/lb-chroot-hooks.es.1
parentf3fe376f61663268011d4de2b5c415c1fdd3f494 (diff)
downloadvyos-live-build-9e3863aa8fc22fe0a671b5d38431b2d311fad472.tar.gz
vyos-live-build-9e3863aa8fc22fe0a671b5d38431b2d311fad472.zip
Switching to later submodule naming scheme for python stubs.
Diffstat (limited to 'manpages/es/lb-chroot-hooks.es.1')
-rw-r--r--manpages/es/lb-chroot-hooks.es.194
1 files changed, 94 insertions, 0 deletions
diff --git a/manpages/es/lb-chroot-hooks.es.1 b/manpages/es/lb-chroot-hooks.es.1
new file mode 100644
index 000000000..fa4074475
--- /dev/null
+++ b/manpages/es/lb-chroot-hooks.es.1
@@ -0,0 +1,94 @@
+.\" 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 chroot\-hooks\fP [\-\-verbose]
+.PP
+\fBlb chroot\-hooks\fP [\-\-help]
+.br
+\fBlb chroot\-hooks\fP [\-\-version]
+.
+.SH DESCRIPCIÓN
+live\-build contains the components to build a live system from a
+configuration directory.
+.PP
+The \fBlb chroot\-hooks\fP command executes hook files after the chroot stage.
+
+.SH SPECIFICATION
+\fBlb chroot\-hooks\fP executes any hook files found in the \fBconfig/hooks\fP
+directory within the configuration directory.
+.PP
+Hook files do not require to have a specific owner nor specific
+permissions. They are marked executable by \fBlb chroot\-hooks\fP automatically
+when they are executed.
+.PP
+Hook files must either have the suffix \fB*.hook\fP or \fB*.hook.chroot\fP.
+.PP
+Hook files with the suffix \fB*.hook\fP are executed first, hook files with the
+suffix \fB*.hook.chroot\fP are executed second.
+.PP
+Hook files are executed in alphanumberical order by \fBlb chroot\-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.
+.PP
+Hook files are copied into the \fBchroot/live\-build\fP directory by \fBlb
+chroot\-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.
+
+.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/hooks/*.hook\fP: 4
+generic hook files.
+.IP \fBconfig/hooks/*.hook.chroot\fP: 4
+hook files specific for the chroot stage.
+.IP \fBchroot\fP: 4
+directory in which the hook files are executed.
+.IP \fBchroot/live\-build/config\fP: 4
+bind mounted configuration directory within the chroot directory to be read
+by hook files.
+.IP \fBchroot/live\-build\fP: 4
+directory in which hook files are copied.
+
+.SH "VER TAMBIÉN"
+.IP \fIlb\-bootstrap\-hooks\fP(1) 4
+.IP \fIlb\-binary\-hooks\fP(1) 4
+.IP \fIlb\-source\-hooks\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>.