summaryrefslogtreecommitdiff
path: root/manpages/en
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/en
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/en')
-rw-r--r--manpages/en/lb-binary-hooks.1 (renamed from manpages/en/lb_binary_hooks.1)22
-rw-r--r--manpages/en/lb-bootstrap-cdebootstrap.1 (renamed from manpages/en/lb_bootstrap_cdebootstrap.1)8
-rw-r--r--manpages/en/lb-bootstrap-debootstrap.1 (renamed from manpages/en/lb_bootstrap_debootstrap.1)8
-rw-r--r--manpages/en/lb-bootstrap-hooks.1 (renamed from manpages/en/lb_bootstrap_hooks.1)22
-rw-r--r--manpages/en/lb-chroot-hooks.1 (renamed from manpages/en/lb_chroot_hooks.1)22
-rw-r--r--manpages/en/lb-source-hooks.1 (renamed from manpages/en/lb_source_hooks.1)22
6 files changed, 52 insertions, 52 deletions
diff --git a/manpages/en/lb_binary_hooks.1 b/manpages/en/lb-binary-hooks.1
index b251becda..a85866e5c 100644
--- a/manpages/en/lb_binary_hooks.1
+++ b/manpages/en/lb-binary-hooks.1
@@ -12,29 +12,29 @@
\fBlive\-build\fR \- Live System Build Components
.SH SYNOPSIS
-\fBlb binary_hooks\fR [\-\-verbose]
+\fBlb binary\-hooks\fR [\-\-verbose]
.PP
-\fBlb binary_hooks\fR [\-\-help]
+\fBlb binary\-hooks\fR [\-\-help]
.br
-\fBlb binary_hooks\fR [\-\-version]
+\fBlb binary\-hooks\fR [\-\-version]
.
.SH DESCRIPTION
live\-build contains the components to build a live system from a configuration directory.
.PP
-The \fBlb binary_hooks\fR command executes hook files after the binary stage.
+The \fBlb binary\-hooks\fR command executes hook files after the binary stage.
.SH SPECIFICATION
-\fBlb binary_hooks\fR executes any hook files found in the \fBconfig/hooks\fR directory within the configuration directory.
+\fBlb binary\-hooks\fR executes any hook files found in the \fBconfig/hooks\fR 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 binary_hooks\fR automatically when they are executed.
+Hook files do not require to have a specific owner nor specific permissions. They are marked executable by \fBlb binary\-hooks\fR automatically when they are executed.
.PP
Hook files must either have the suffix \fB*.hook\fR or \fB*.hook.binary\fR.
.PP
Hook files with the suffix \fB*.hook\fR are executed first, hook files with the suffix \fB*.hook.binary\fR are executed second.
.PP
-Hook files are executed in alphanumberical order by \fBlb binary_hooks\fR. 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.
+Hook files are executed in alphanumberical order by \fBlb binary\-hooks\fR. 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 \fBbinary/live-build\fR directory by \fBlb binary_hooks\fR. They are executed from within the binary directory and can read the configuration directory in \fBlive-build/config\fR within the binary directory.
+Hook files are copied into the \fBbinary/live-build\fR directory by \fBlb binary\-hooks\fR. They are executed from within the binary directory and can read the configuration directory in \fBlive-build/config\fR within the binary directory.
.PP
\fBWarning:\fR 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 ressources (devices, filesystems, network, etc.).
@@ -59,9 +59,9 @@ bind mounted configuration directory within the binary directory to be read by h
directory in which hook files are copied.
.SH SEE ALSO
-.IP "\fIlb_bootstrap_hooks\fR(1)" 4
-.IP "\fIlb_chroot_hooks\fR(1)" 4
-.IP "\fIlb_source_hooks\fR(1)" 4
+.IP "\fIlb\-bootstrap\-hooks\fR(1)" 4
+.IP "\fIlb\-chroot\-hooks\fR(1)" 4
+.IP "\fIlb\-source\-hooks\fR(1)" 4
.SH HOMEPAGE
More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.
diff --git a/manpages/en/lb_bootstrap_cdebootstrap.1 b/manpages/en/lb-bootstrap-cdebootstrap.1
index 4a0fd7659..f8f9ac498 100644
--- a/manpages/en/lb_bootstrap_cdebootstrap.1
+++ b/manpages/en/lb-bootstrap-cdebootstrap.1
@@ -12,16 +12,16 @@
\fBlive\-build\fR \- Live System Build Components
.SH SYNOPSIS
-\fBlb bootstrap_cdebootstrap\fR [\-\-cdebootstrap\-options=\fICDEBOOTSTRAP_OPTIONS\fR] [\-\-verbose]
+\fBlb bootstrap\-cdebootstrap\fR [\-\-cdebootstrap\-options=\fICDEBOOTSTRAP_OPTIONS\fR] [\-\-verbose]
.PP
-\fBlb bootstrap_cdebootstrap\fR [\-\-help]
+\fBlb bootstrap\-cdebootstrap\fR [\-\-help]
.br
-\fBlb bootstrap_cdebootstrap\fR [\-\-version]
+\fBlb bootstrap\-cdebootstrap\fR [\-\-version]
.
.SH DESCRIPTION
live\-build contains the components to build a live system from a configuration directory.
.PP
-The \fBlb bootstrap_cdebootstrap\fR command bootstraps the chroot system with \fIcdebootstrap\fR(1).
+The \fBlb bootstrap\-cdebootstrap\fR command bootstraps the chroot system with \fIcdebootstrap\fR(1).
.SH OPTIONS
.IP "\fB\-\-cdebootstrap\-options=\fR\fICDEBOOTSTRAP_OPTIONS\fR" 4
diff --git a/manpages/en/lb_bootstrap_debootstrap.1 b/manpages/en/lb-bootstrap-debootstrap.1
index 023f6124d..bb5e364f7 100644
--- a/manpages/en/lb_bootstrap_debootstrap.1
+++ b/manpages/en/lb-bootstrap-debootstrap.1
@@ -12,16 +12,16 @@
\fBlive\-build\fR \- Live System Build Components
.SH SYNOPSIS
-\fBlb bootstrap_debootstrap\fR [\-\-debootstrap\-options=\fIDEBOOTSTRAP_OPTIONS\fR] [\-\-verbose]
+\fBlb bootstrap\-debootstrap\fR [\-\-debootstrap\-options=\fIDEBOOTSTRAP_OPTIONS\fR] [\-\-verbose]
.PP
-\fBlb bootstrap_debootstrap\fR [\-\-help]
+\fBlb bootstrap\-debootstrap\fR [\-\-help]
.br
-\fBlb bootstrap_debootstrap\fR [\-\-version]
+\fBlb bootstrap\-debootstrap\fR [\-\-version]
.
.SH DESCRIPTION
live\-build contains the components to build a live system from a configuration directory.
.PP
-The \fBlb bootstrap_debootstrap\fR command bootstraps the chroot system with \fIdebootstrap\fR(8).
+The \fBlb bootstrap\-debootstrap\fR command bootstraps the chroot system with \fIdebootstrap\fR(8).
.SH OPTIONS
.IP "\fB\-\-debootstrap\-options=\fR\fIDEBOOTSTRAP_OPTIONS\fR" 4
diff --git a/manpages/en/lb_bootstrap_hooks.1 b/manpages/en/lb-bootstrap-hooks.1
index a2d67370c..1c67fd41c 100644
--- a/manpages/en/lb_bootstrap_hooks.1
+++ b/manpages/en/lb-bootstrap-hooks.1
@@ -12,29 +12,29 @@
\fBlive\-build\fR \- Live System Build Components
.SH SYNOPSIS
-\fBlb bootstrap_hooks\fR [\-\-verbose]
+\fBlb bootstrap\-hooks\fR [\-\-verbose]
.PP
-\fBlb bootstrap_hooks\fR [\-\-help]
+\fBlb bootstrap\-hooks\fR [\-\-help]
.br
-\fBlb bootstrap_hooks\fR [\-\-version]
+\fBlb bootstrap\-hooks\fR [\-\-version]
.
.SH DESCRIPTION
live\-build contains the components to build a live system from a configuration directory.
.PP
-The \fBlb bootstrap_hooks\fR command executes hook files after the bootstrap stage.
+The \fBlb bootstrap\-hooks\fR command executes hook files after the bootstrap stage.
.SH SPECIFICATION
-\fBlb bootstrap_hooks\fR executes any hook files found in the \fBconfig/hooks\fR directory within the configuration directory.
+\fBlb bootstrap\-hooks\fR executes any hook files found in the \fBconfig/hooks\fR 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 bootstrap_hooks\fR automatically when they are executed.
+Hook files do not require to have a specific owner nor specific permissions. They are marked executable by \fBlb bootstrap\-hooks\fR automatically when they are executed.
.PP
Hook files must either have the suffix \fB*.hook\fR or \fB*.hook.bootstrap\fR.
.PP
Hook files with the suffix \fB*.hook\fR are executed first, hook files with the suffix \fB*.hook.bootstrap\fR are executed second.
.PP
-Hook files are executed in alphanumberical order by \fBlb bootstrap_hooks\fR. 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.
+Hook files are executed in alphanumberical order by \fBlb bootstrap\-hooks\fR. 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\fR directory by \fBlb bootstrap_hooks\fR. They are executed from within the chroot directory (chrooted) and can read the configuration directory in \fB/live-build/config\fR within the chroot directory.
+Hook files are copied into the \fBchroot/live-build\fR directory by \fBlb bootstrap\-hooks\fR. They are executed from within the chroot directory (chrooted) and can read the configuration directory in \fB/live-build/config\fR within the chroot directory.
.SH OPTIONS
.IP "\fB\-\-verbose\fR" 4
@@ -57,9 +57,9 @@ bind mounted configuration directory within the chroot directory to be read by h
directory in which hook files are copied.
.SH SEE ALSO
-.IP "\fIlb_bootstrap_hooks\fR(1)" 4
-.IP "\fIlb_binary_hooks\fR(1)" 4
-.IP "\fIlb_source_hooks\fR(1)" 4
+.IP "\fIlb\-bootstrap\-hooks\fR(1)" 4
+.IP "\fIlb\-binary\-hooks\fR(1)" 4
+.IP "\fIlb\-source\-hooks\fR(1)" 4
.SH HOMEPAGE
More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.
diff --git a/manpages/en/lb_chroot_hooks.1 b/manpages/en/lb-chroot-hooks.1
index d38aad03d..d0f972737 100644
--- a/manpages/en/lb_chroot_hooks.1
+++ b/manpages/en/lb-chroot-hooks.1
@@ -12,29 +12,29 @@
\fBlive\-build\fR \- Live System Build Components
.SH SYNOPSIS
-\fBlb chroot_hooks\fR [\-\-verbose]
+\fBlb chroot\-hooks\fR [\-\-verbose]
.PP
-\fBlb chroot_hooks\fR [\-\-help]
+\fBlb chroot\-hooks\fR [\-\-help]
.br
-\fBlb chroot_hooks\fR [\-\-version]
+\fBlb chroot\-hooks\fR [\-\-version]
.
.SH DESCRIPTION
live\-build contains the components to build a live system from a configuration directory.
.PP
-The \fBlb chroot_hooks\fR command executes hook files after the chroot stage.
+The \fBlb chroot\-hooks\fR command executes hook files after the chroot stage.
.SH SPECIFICATION
-\fBlb chroot_hooks\fR executes any hook files found in the \fBconfig/hooks\fR directory within the configuration directory.
+\fBlb chroot\-hooks\fR executes any hook files found in the \fBconfig/hooks\fR 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\fR automatically when they are executed.
+Hook files do not require to have a specific owner nor specific permissions. They are marked executable by \fBlb chroot\-hooks\fR automatically when they are executed.
.PP
Hook files must either have the suffix \fB*.hook\fR or \fB*.hook.chroot\fR.
.PP
Hook files with the suffix \fB*.hook\fR are executed first, hook files with the suffix \fB*.hook.chroot\fR are executed second.
.PP
-Hook files are executed in alphanumberical order by \fBlb chroot_hooks\fR. 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.
+Hook files are executed in alphanumberical order by \fBlb chroot\-hooks\fR. 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\fR directory by \fBlb chroot_hooks\fR. They are executed from within the chroot directory (chrooted) and can read the configuration directory in \fB/live-build/config\fR within the chroot directory.
+Hook files are copied into the \fBchroot/live-build\fR directory by \fBlb chroot\-hooks\fR. They are executed from within the chroot directory (chrooted) and can read the configuration directory in \fB/live-build/config\fR within the chroot directory.
.SH OPTIONS
.IP "\fB\-\-verbose\fR" 4
@@ -57,9 +57,9 @@ bind mounted configuration directory within the chroot directory to be read by h
directory in which hook files are copied.
.SH SEE ALSO
-.IP "\fIlb_bootstrap_hooks\fR(1)" 4
-.IP "\fIlb_binary_hooks\fR(1)" 4
-.IP "\fIlb_source_hooks\fR(1)" 4
+.IP "\fIlb\-bootstrap\-hooks\fR(1)" 4
+.IP "\fIlb\-binary\-hooks\fR(1)" 4
+.IP "\fIlb\-source\-hooks\fR(1)" 4
.SH HOMEPAGE
More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.
diff --git a/manpages/en/lb_source_hooks.1 b/manpages/en/lb-source-hooks.1
index c2bca7454..294f29a94 100644
--- a/manpages/en/lb_source_hooks.1
+++ b/manpages/en/lb-source-hooks.1
@@ -12,29 +12,29 @@
\fBlive\-build\fR \- Live System Build Components
.SH SYNOPSIS
-\fBlb source_hooks\fR [\-\-verbose]
+\fBlb source\-hooks\fR [\-\-verbose]
.PP
-\fBlb source_hooks\fR [\-\-help]
+\fBlb source\-hooks\fR [\-\-help]
.br
-\fBlb source_hooks\fR [\-\-version]
+\fBlb source\-hooks\fR [\-\-version]
.
.SH DESCRIPTION
live\-build contains the components to build a live system from a configuration directory.
.PP
-The \fBlb source_hooks\fR command executes hook files after the source stage.
+The \fBlb source\-hooks\fR command executes hook files after the source stage.
.SH SPECIFICATION
-\fBlb source_hooks\fR executes any hook files found in the \fBconfig/hooks\fR directory within the configuration directory.
+\fBlb source\-hooks\fR executes any hook files found in the \fBconfig/hooks\fR 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 source_hooks\fR automatically when they are executed.
+Hook files do not require to have a specific owner nor specific permissions. They are marked executable by \fBlb source\-hooks\fR automatically when they are executed.
.PP
Hook files must either have the suffix \fB*.hook\fR or \fB*.hook.source\fR.
.PP
Hook files with the suffix \fB*.hook\fR are executed first, hook files with the suffix \fB*.hook.source\fR are executed second.
.PP
-Hook files are executed in alphanumberical order by \fBlb source_hooks\fR. 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.
+Hook files are executed in alphanumberical order by \fBlb source\-hooks\fR. 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 \fBsource/live-build\fR directory by \fBlb source_hooks\fR. They are executed from within the source directory and can read the configuration directory in \fBlive-build/config\fR within the source directory.
+Hook files are copied into the \fBsource/live-build\fR directory by \fBlb source\-hooks\fR. They are executed from within the source directory and can read the configuration directory in \fBlive-build/config\fR within the source directory.
.PP
\fBWarning:\fR hook files are not executed within a chroot but within the context of the host system in the source directory. They have root privileges and access to the all host system ressources (devices, filesystems, network, etc.).
@@ -59,9 +59,9 @@ bind mounted configuration directory within the source directory to be read by h
directory in which hook files are copied.
.SH SEE ALSO
-.IP "\fIlb_bootstrap_hooks\fR(1)" 4
-.IP "\fIlb_chroot_hooks\fR(1)" 4
-.IP "\fIlb_binary_hooks\fR(1)" 4
+.IP "\fIlb\-bootstrap\-hooks\fR(1)" 4
+.IP "\fIlb\-chroot\-hooks\fR(1)" 4
+.IP "\fIlb\-binary\-hooks\fR(1)" 4
.SH HOMEPAGE
More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.