From 9e3863aa8fc22fe0a671b5d38431b2d311fad472 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 4 Nov 2013 17:09:45 +0100 Subject: Switching to later submodule naming scheme for python stubs. --- manpages/en/lb-binary-hooks.1 | 73 +++++++++++++++++++++++++++++++++ manpages/en/lb-bootstrap-cdebootstrap.1 | 53 ++++++++++++++++++++++++ manpages/en/lb-bootstrap-debootstrap.1 | 53 ++++++++++++++++++++++++ manpages/en/lb-bootstrap-hooks.1 | 71 ++++++++++++++++++++++++++++++++ manpages/en/lb-chroot-hooks.1 | 71 ++++++++++++++++++++++++++++++++ manpages/en/lb-source-hooks.1 | 73 +++++++++++++++++++++++++++++++++ manpages/en/lb_binary_hooks.1 | 73 --------------------------------- manpages/en/lb_bootstrap_cdebootstrap.1 | 53 ------------------------ manpages/en/lb_bootstrap_debootstrap.1 | 53 ------------------------ manpages/en/lb_bootstrap_hooks.1 | 71 -------------------------------- manpages/en/lb_chroot_hooks.1 | 71 -------------------------------- manpages/en/lb_source_hooks.1 | 73 --------------------------------- 12 files changed, 394 insertions(+), 394 deletions(-) create mode 100644 manpages/en/lb-binary-hooks.1 create mode 100644 manpages/en/lb-bootstrap-cdebootstrap.1 create mode 100644 manpages/en/lb-bootstrap-debootstrap.1 create mode 100644 manpages/en/lb-bootstrap-hooks.1 create mode 100644 manpages/en/lb-chroot-hooks.1 create mode 100644 manpages/en/lb-source-hooks.1 delete mode 100644 manpages/en/lb_binary_hooks.1 delete mode 100644 manpages/en/lb_bootstrap_cdebootstrap.1 delete mode 100644 manpages/en/lb_bootstrap_debootstrap.1 delete mode 100644 manpages/en/lb_bootstrap_hooks.1 delete mode 100644 manpages/en/lb_chroot_hooks.1 delete mode 100644 manpages/en/lb_source_hooks.1 (limited to 'manpages/en') diff --git a/manpages/en/lb-binary-hooks.1 b/manpages/en/lb-binary-hooks.1 new file mode 100644 index 000000000..a85866e5c --- /dev/null +++ b/manpages/en/lb-binary-hooks.1 @@ -0,0 +1,73 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" 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. +.\" +.\" +.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" + +.SH NAME +\fBlive\-build\fR \- Live System Build Components + +.SH SYNOPSIS +\fBlb binary\-hooks\fR [\-\-verbose] +.PP +\fBlb binary\-hooks\fR [\-\-help] +.br +\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. + +.SH SPECIFICATION +\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. +.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. +.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. +.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.). + +.SH OPTIONS +.IP "\fB\-\-verbose\fR" 4 +sets verbose option (default: False). +.IP "\fB\-h, \-\-help\fR" 4 +show help message and exit. +.IP "\fB\-\-version\fR" 4 +show program's version number and exit. + +.SH FILES +.IP "\fBconfig/hooks/*.hook\fR:" 4 +generic hook files. +.IP "\fBconfig/hooks/*.hook.binary\fR:" 4 +hook files specific for the binary stage. +.IP "\fBbinary\fR:" 4 +directory in which the hook files are executed. +.IP "\fBbinary/live-build/config\fR:" 4 +bind mounted configuration directory within the binary directory to be read by hook files. +.IP "\fBbinary/live-build\fR:" 4 +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 + +.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>. + +.SH BUGS +Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. + +.SH AUTHOR +live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb-bootstrap-cdebootstrap.1 b/manpages/en/lb-bootstrap-cdebootstrap.1 new file mode 100644 index 000000000..f8f9ac498 --- /dev/null +++ b/manpages/en/lb-bootstrap-cdebootstrap.1 @@ -0,0 +1,53 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" 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. +.\" +.\" +.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" + +.SH NAME +\fBlive\-build\fR \- Live System Build Components + +.SH SYNOPSIS +\fBlb bootstrap\-cdebootstrap\fR [\-\-cdebootstrap\-options=\fICDEBOOTSTRAP_OPTIONS\fR] [\-\-verbose] +.PP +\fBlb bootstrap\-cdebootstrap\fR [\-\-help] +.br +\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). + +.SH OPTIONS +.IP "\fB\-\-cdebootstrap\-options=\fR\fICDEBOOTSTRAP_OPTIONS\fR" 4 +set \fIcdebootstrap\fR(1) options (default: None), see \fIcdebootstrap\fR(1) for more information about cdebootstrap. +.IP "\fB\-\-verbose\fR" 4 +sets verbose option (default: False). +.IP "\fB\-h, \-\-help\fR" 4 +show help message and exit. +.IP "\fB\-\-version\fR" 4 +show program's version number and exit. + +.SH FILES +.IP "\fBconfig/build\fR" 4 +.IP "\fBcache/bootstrap\fR" 4 +.IP "\fBcache/packages.bootstrap\fR" 4 +.IP "\fBchroot\fR" 4 +.IP "\fB.build/bootstrap\fR" 4 + +.SH SEE ALSO +.IP "fIcdebootstrap\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>. + +.SH BUGS +Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. + +.SH AUTHOR +live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb-bootstrap-debootstrap.1 b/manpages/en/lb-bootstrap-debootstrap.1 new file mode 100644 index 000000000..bb5e364f7 --- /dev/null +++ b/manpages/en/lb-bootstrap-debootstrap.1 @@ -0,0 +1,53 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" 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. +.\" +.\" +.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" + +.SH NAME +\fBlive\-build\fR \- Live System Build Components + +.SH SYNOPSIS +\fBlb bootstrap\-debootstrap\fR [\-\-debootstrap\-options=\fIDEBOOTSTRAP_OPTIONS\fR] [\-\-verbose] +.PP +\fBlb bootstrap\-debootstrap\fR [\-\-help] +.br +\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). + +.SH OPTIONS +.IP "\fB\-\-debootstrap\-options=\fR\fIDEBOOTSTRAP_OPTIONS\fR" 4 +set \fIdebootstrap\fR(8) options (default: None), see \fIdebootstrap\fR(8) for more information about debootstrap. +.IP "\fB\-\-verbose\fR" 4 +sets verbose option (default: False). +.IP "\fB\-h, \-\-help\fR" 4 +show help message and exit. +.IP "\fB\-\-version\fR" 4 +show program's version number and exit. + +.SH FILES +.IP "\fBconfig/build\fR" 4 +.IP "\fBcache/bootstrap\fR" 4 +.IP "\fBcache/packages.bootstrap\fR" 4 +.IP "\fBchroot\fR" 4 +.IP "\fB.build/bootstrap\fR" 4 + +.SH SEE ALSO +.IP "\fIdebootstrap\fR(8)" 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>. + +.SH BUGS +Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. + +.SH AUTHOR +live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb-bootstrap-hooks.1 b/manpages/en/lb-bootstrap-hooks.1 new file mode 100644 index 000000000..1c67fd41c --- /dev/null +++ b/manpages/en/lb-bootstrap-hooks.1 @@ -0,0 +1,71 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" 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. +.\" +.\" +.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" + +.SH NAME +\fBlive\-build\fR \- Live System Build Components + +.SH SYNOPSIS +\fBlb bootstrap\-hooks\fR [\-\-verbose] +.PP +\fBlb bootstrap\-hooks\fR [\-\-help] +.br +\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. + +.SH SPECIFICATION +\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. +.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. +.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. + +.SH OPTIONS +.IP "\fB\-\-verbose\fR" 4 +sets verbose option (default: False). +.IP "\fB\-h, \-\-help\fR" 4 +show help message and exit. +.IP "\fB\-\-version\fR" 4 +show program's version number and exit. + +.SH FILES +.IP "\fBconfig/hooks/*.hook\fR:" 4 +generic hook files. +.IP "\fBconfig/hooks/*.hook.bootstrap\fR:" 4 +hook files specific for the bootstrap stage. +.IP "\fBchroot\fR:" 4 +directory in which the hook files are executed. +.IP "\fBchroot/live-build/config\fR:" 4 +bind mounted configuration directory within the chroot directory to be read by hook files. +.IP "\fBchroot/live-build\fR:" 4 +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 + +.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>. + +.SH BUGS +Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. + +.SH AUTHOR +live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb-chroot-hooks.1 b/manpages/en/lb-chroot-hooks.1 new file mode 100644 index 000000000..d0f972737 --- /dev/null +++ b/manpages/en/lb-chroot-hooks.1 @@ -0,0 +1,71 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" 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. +.\" +.\" +.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" + +.SH NAME +\fBlive\-build\fR \- Live System Build Components + +.SH SYNOPSIS +\fBlb chroot\-hooks\fR [\-\-verbose] +.PP +\fBlb chroot\-hooks\fR [\-\-help] +.br +\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. + +.SH SPECIFICATION +\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. +.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. +.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. + +.SH OPTIONS +.IP "\fB\-\-verbose\fR" 4 +sets verbose option (default: False). +.IP "\fB\-h, \-\-help\fR" 4 +show help message and exit. +.IP "\fB\-\-version\fR" 4 +show program's version number and exit. + +.SH FILES +.IP "\fBconfig/hooks/*.hook\fR:" 4 +generic hook files. +.IP "\fBconfig/hooks/*.hook.chroot\fR:" 4 +hook files specific for the chroot stage. +.IP "\fBchroot\fR:" 4 +directory in which the hook files are executed. +.IP "\fBchroot/live-build/config\fR:" 4 +bind mounted configuration directory within the chroot directory to be read by hook files. +.IP "\fBchroot/live-build\fR:" 4 +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 + +.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>. + +.SH BUGS +Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. + +.SH AUTHOR +live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb-source-hooks.1 b/manpages/en/lb-source-hooks.1 new file mode 100644 index 000000000..294f29a94 --- /dev/null +++ b/manpages/en/lb-source-hooks.1 @@ -0,0 +1,73 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann +.\" +.\" 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. +.\" +.\" +.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" + +.SH NAME +\fBlive\-build\fR \- Live System Build Components + +.SH SYNOPSIS +\fBlb source\-hooks\fR [\-\-verbose] +.PP +\fBlb source\-hooks\fR [\-\-help] +.br +\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. + +.SH SPECIFICATION +\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. +.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. +.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. +.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.). + +.SH OPTIONS +.IP "\fB\-\-verbose\fR" 4 +sets verbose option (default: False). +.IP "\fB\-h, \-\-help\fR" 4 +show help message and exit. +.IP "\fB\-\-version\fR" 4 +show program's version number and exit. + +.SH FILES +.IP "\fBconfig/hooks/*.hook\fR:" 4 +generic hook files. +.IP "\fBconfig/hooks/*.hook.source\fR:" 4 +hook files specific for the source stage. +.IP "\fBsource\fR:" 4 +directory in which the hook files are executed. +.IP "\fBsource/live-build/config\fR:" 4 +bind mounted configuration directory within the source directory to be read by hook files. +.IP "\fBsource/live-build\fR:" 4 +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 + +.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>. + +.SH BUGS +Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. + +.SH AUTHOR +live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb_binary_hooks.1 b/manpages/en/lb_binary_hooks.1 deleted file mode 100644 index b251becda..000000000 --- a/manpages/en/lb_binary_hooks.1 +++ /dev/null @@ -1,73 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" 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. -.\" -.\" -.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" - -.SH NAME -\fBlive\-build\fR \- Live System Build Components - -.SH SYNOPSIS -\fBlb binary_hooks\fR [\-\-verbose] -.PP -\fBlb binary_hooks\fR [\-\-help] -.br -\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. - -.SH SPECIFICATION -\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. -.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. -.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. -.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.). - -.SH OPTIONS -.IP "\fB\-\-verbose\fR" 4 -sets verbose option (default: False). -.IP "\fB\-h, \-\-help\fR" 4 -show help message and exit. -.IP "\fB\-\-version\fR" 4 -show program's version number and exit. - -.SH FILES -.IP "\fBconfig/hooks/*.hook\fR:" 4 -generic hook files. -.IP "\fBconfig/hooks/*.hook.binary\fR:" 4 -hook files specific for the binary stage. -.IP "\fBbinary\fR:" 4 -directory in which the hook files are executed. -.IP "\fBbinary/live-build/config\fR:" 4 -bind mounted configuration directory within the binary directory to be read by hook files. -.IP "\fBbinary/live-build\fR:" 4 -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 - -.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>. - -.SH BUGS -Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. - -.SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb_bootstrap_cdebootstrap.1 b/manpages/en/lb_bootstrap_cdebootstrap.1 deleted file mode 100644 index 4a0fd7659..000000000 --- a/manpages/en/lb_bootstrap_cdebootstrap.1 +++ /dev/null @@ -1,53 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" 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. -.\" -.\" -.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" - -.SH NAME -\fBlive\-build\fR \- Live System Build Components - -.SH SYNOPSIS -\fBlb bootstrap_cdebootstrap\fR [\-\-cdebootstrap\-options=\fICDEBOOTSTRAP_OPTIONS\fR] [\-\-verbose] -.PP -\fBlb bootstrap_cdebootstrap\fR [\-\-help] -.br -\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). - -.SH OPTIONS -.IP "\fB\-\-cdebootstrap\-options=\fR\fICDEBOOTSTRAP_OPTIONS\fR" 4 -set \fIcdebootstrap\fR(1) options (default: None), see \fIcdebootstrap\fR(1) for more information about cdebootstrap. -.IP "\fB\-\-verbose\fR" 4 -sets verbose option (default: False). -.IP "\fB\-h, \-\-help\fR" 4 -show help message and exit. -.IP "\fB\-\-version\fR" 4 -show program's version number and exit. - -.SH FILES -.IP "\fBconfig/build\fR" 4 -.IP "\fBcache/bootstrap\fR" 4 -.IP "\fBcache/packages.bootstrap\fR" 4 -.IP "\fBchroot\fR" 4 -.IP "\fB.build/bootstrap\fR" 4 - -.SH SEE ALSO -.IP "fIcdebootstrap\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>. - -.SH BUGS -Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. - -.SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb_bootstrap_debootstrap.1 b/manpages/en/lb_bootstrap_debootstrap.1 deleted file mode 100644 index 023f6124d..000000000 --- a/manpages/en/lb_bootstrap_debootstrap.1 +++ /dev/null @@ -1,53 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" 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. -.\" -.\" -.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" - -.SH NAME -\fBlive\-build\fR \- Live System Build Components - -.SH SYNOPSIS -\fBlb bootstrap_debootstrap\fR [\-\-debootstrap\-options=\fIDEBOOTSTRAP_OPTIONS\fR] [\-\-verbose] -.PP -\fBlb bootstrap_debootstrap\fR [\-\-help] -.br -\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). - -.SH OPTIONS -.IP "\fB\-\-debootstrap\-options=\fR\fIDEBOOTSTRAP_OPTIONS\fR" 4 -set \fIdebootstrap\fR(8) options (default: None), see \fIdebootstrap\fR(8) for more information about debootstrap. -.IP "\fB\-\-verbose\fR" 4 -sets verbose option (default: False). -.IP "\fB\-h, \-\-help\fR" 4 -show help message and exit. -.IP "\fB\-\-version\fR" 4 -show program's version number and exit. - -.SH FILES -.IP "\fBconfig/build\fR" 4 -.IP "\fBcache/bootstrap\fR" 4 -.IP "\fBcache/packages.bootstrap\fR" 4 -.IP "\fBchroot\fR" 4 -.IP "\fB.build/bootstrap\fR" 4 - -.SH SEE ALSO -.IP "\fIdebootstrap\fR(8)" 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>. - -.SH BUGS -Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. - -.SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb_bootstrap_hooks.1 b/manpages/en/lb_bootstrap_hooks.1 deleted file mode 100644 index a2d67370c..000000000 --- a/manpages/en/lb_bootstrap_hooks.1 +++ /dev/null @@ -1,71 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" 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. -.\" -.\" -.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" - -.SH NAME -\fBlive\-build\fR \- Live System Build Components - -.SH SYNOPSIS -\fBlb bootstrap_hooks\fR [\-\-verbose] -.PP -\fBlb bootstrap_hooks\fR [\-\-help] -.br -\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. - -.SH SPECIFICATION -\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. -.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. -.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. - -.SH OPTIONS -.IP "\fB\-\-verbose\fR" 4 -sets verbose option (default: False). -.IP "\fB\-h, \-\-help\fR" 4 -show help message and exit. -.IP "\fB\-\-version\fR" 4 -show program's version number and exit. - -.SH FILES -.IP "\fBconfig/hooks/*.hook\fR:" 4 -generic hook files. -.IP "\fBconfig/hooks/*.hook.bootstrap\fR:" 4 -hook files specific for the bootstrap stage. -.IP "\fBchroot\fR:" 4 -directory in which the hook files are executed. -.IP "\fBchroot/live-build/config\fR:" 4 -bind mounted configuration directory within the chroot directory to be read by hook files. -.IP "\fBchroot/live-build\fR:" 4 -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 - -.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>. - -.SH BUGS -Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. - -.SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb_chroot_hooks.1 b/manpages/en/lb_chroot_hooks.1 deleted file mode 100644 index d38aad03d..000000000 --- a/manpages/en/lb_chroot_hooks.1 +++ /dev/null @@ -1,71 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" 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. -.\" -.\" -.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" - -.SH NAME -\fBlive\-build\fR \- Live System Build Components - -.SH SYNOPSIS -\fBlb chroot_hooks\fR [\-\-verbose] -.PP -\fBlb chroot_hooks\fR [\-\-help] -.br -\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. - -.SH SPECIFICATION -\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. -.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. -.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. - -.SH OPTIONS -.IP "\fB\-\-verbose\fR" 4 -sets verbose option (default: False). -.IP "\fB\-h, \-\-help\fR" 4 -show help message and exit. -.IP "\fB\-\-version\fR" 4 -show program's version number and exit. - -.SH FILES -.IP "\fBconfig/hooks/*.hook\fR:" 4 -generic hook files. -.IP "\fBconfig/hooks/*.hook.chroot\fR:" 4 -hook files specific for the chroot stage. -.IP "\fBchroot\fR:" 4 -directory in which the hook files are executed. -.IP "\fBchroot/live-build/config\fR:" 4 -bind mounted configuration directory within the chroot directory to be read by hook files. -.IP "\fBchroot/live-build\fR:" 4 -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 - -.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>. - -.SH BUGS -Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. - -.SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. diff --git a/manpages/en/lb_source_hooks.1 b/manpages/en/lb_source_hooks.1 deleted file mode 100644 index c2bca7454..000000000 --- a/manpages/en/lb_source_hooks.1 +++ /dev/null @@ -1,73 +0,0 @@ -.\" live-build(7) - System Build Scripts -.\" Copyright (C) 2006-2013 Daniel Baumann -.\" -.\" 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. -.\" -.\" -.TH LIVE\-BUILD 1 2013\-11\-04 4.0~alpha29-1 "Live Systems Project" - -.SH NAME -\fBlive\-build\fR \- Live System Build Components - -.SH SYNOPSIS -\fBlb source_hooks\fR [\-\-verbose] -.PP -\fBlb source_hooks\fR [\-\-help] -.br -\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. - -.SH SPECIFICATION -\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. -.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. -.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. -.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.). - -.SH OPTIONS -.IP "\fB\-\-verbose\fR" 4 -sets verbose option (default: False). -.IP "\fB\-h, \-\-help\fR" 4 -show help message and exit. -.IP "\fB\-\-version\fR" 4 -show program's version number and exit. - -.SH FILES -.IP "\fBconfig/hooks/*.hook\fR:" 4 -generic hook files. -.IP "\fBconfig/hooks/*.hook.source\fR:" 4 -hook files specific for the source stage. -.IP "\fBsource\fR:" 4 -directory in which the hook files are executed. -.IP "\fBsource/live-build/config\fR:" 4 -bind mounted configuration directory within the source directory to be read by hook files. -.IP "\fBsource/live-build\fR:" 4 -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 - -.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>. - -.SH BUGS -Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian\-live@lists.debian.org\fR>. - -.SH AUTHOR -live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. -- cgit v1.2.3