From da353a5231ad925013d01065768864307c70651a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 10:04:49 +0200 Subject: Adding live-helper 1.0~a4-1. --- manpages/lh_binary.1 | 8 +++- manpages/lh_bootstrap.1 | 2 +- manpages/lh_bootstrap_cdebootstrap.1 | 2 +- manpages/lh_bootstrap_debootstrap.1 | 2 +- manpages/lh_chroot.1 | 74 ++++++++++++++++++++++++++++++++++++ manpages/lh_clean.1 | 2 +- manpages/lh_testroot.1 | 2 +- manpages/live-helper.7 | 8 ++-- 8 files changed, 90 insertions(+), 10 deletions(-) create mode 100644 manpages/lh_chroot.1 (limited to 'manpages') diff --git a/manpages/lh_binary.1 b/manpages/lh_binary.1 index 2ea252fbf..05f37757e 100644 --- a/manpages/lh_binary.1 +++ b/manpages/lh_binary.1 @@ -1,4 +1,4 @@ -.TH LH_BINARY 1 "2007\-03\-26" "1.0~a3" "live\-helper" +.TH LH_BINARY 1 "2007\-04\-02" "1.0~a4" "live\-helper" .SH NAME lh_binary \- meta-helper for lh_binary_* @@ -10,12 +10,16 @@ lh_binary \- meta-helper for lh_binary_* lh_binary is a meta-helper. It calls all necessary helpers to complete the binary stage. .SH OPTIONS -lh_bootstrap has no options (FIXME). +lh_binary has no options (FIXME). .SH BINARY HELPERS Here is the complete list of available binary helper commands. See their man pages for additional documentation. +.IP "\fIlh_binary_chroot\fR(1)" 4 +copies chroot into chroot. .IP "\fIlh_binary_encryption\fR(1)" 4 encrypts the root filesystem. +.IP "\fIlh_binary_grub\fR(1)" 4 +copies grub into the binary image. .IP "\fIlh_binary_includes\fR(1)" 4 copies files into the binary image. .IP "\fIlh_binary_hdd\fR(1)" 4 diff --git a/manpages/lh_bootstrap.1 b/manpages/lh_bootstrap.1 index f8ca4ab2c..0c71e857e 100644 --- a/manpages/lh_bootstrap.1 +++ b/manpages/lh_bootstrap.1 @@ -1,4 +1,4 @@ -.TH LH_BOOTSTRAP 1 "2007\-03\-26" "1.0~a3" "live\-helper" +.TH LH_BOOTSTRAP 1 "2007\-04\-02" "1.0~a4" "live\-helper" .SH NAME lh_bootstrap \- meta-helper for lh_bootstrap_* diff --git a/manpages/lh_bootstrap_cdebootstrap.1 b/manpages/lh_bootstrap_cdebootstrap.1 index f76532f18..dfb66210e 100644 --- a/manpages/lh_bootstrap_cdebootstrap.1 +++ b/manpages/lh_bootstrap_cdebootstrap.1 @@ -1,4 +1,4 @@ -.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "2007\-03\-26" "1.0~a3" "live\-helper" +.TH LH_BOOTSTRAP_CDEBOOTSTRAP 1 "2007\-04\-02" "1.0~a4" "live\-helper" .SH NAME lh_bootstrap_cdebootstrap \- bootstrap a Debian system with \fIcdebootstrap\fR(1) diff --git a/manpages/lh_bootstrap_debootstrap.1 b/manpages/lh_bootstrap_debootstrap.1 index ecd235822..a24dac301 100644 --- a/manpages/lh_bootstrap_debootstrap.1 +++ b/manpages/lh_bootstrap_debootstrap.1 @@ -1,4 +1,4 @@ -.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "2007\-03\-26" "1.0~a3" "live\-helper" +.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "2007\-04\-02" "1.0~a4" "live\-helper" .SH NAME lh_bootstrap_debootstrap \- bootstrap a Debian system with \fIdebootstrap\fR(8) diff --git a/manpages/lh_chroot.1 b/manpages/lh_chroot.1 new file mode 100644 index 000000000..3e8413c62 --- /dev/null +++ b/manpages/lh_chroot.1 @@ -0,0 +1,74 @@ +.TH LH_CHROOT 1 "2007\-04\-02" "1.0~a4" "live\-helper" + +.SH NAME +lh_chroot \- meta-helper for lh_chroot_* + +.SH SYNOPSIS +.B lh_chroot [\fIlive\-helper\ options\fR\|] + +.SH DESCRIPTION +lh_chroot is a meta-helper. It calls all necessary helpers to complete the chroot stage. + +.SH OPTIONS +lh_chroot has no options (FIXME). + +.SH CHROOT HELPERS +Here is the complete list of available chroot helper commands. See their man pages for additional documentation. +.IP "\fIlh_chroot_apt\fR(1)" 4 +manages /etc/apt/apt.conf. +.IP "\fIlh_chroot_debianchroot\fR(1)" 4 +manages /etc/debian_chroot. +.IP "\fIlh_chroot_hacks\fR(1)" 4 +executes hacks in chroot. +.IP "\fIlh_chroot_hooks\fR(1)" 4 +executes hooks in chroot. +.IP "\fIlh_chroot_hosts\fR(1)" 4 +manages /etc/hosts. +.IP "\fIlh_chroot_interactive\fR(1)" 4 +makes build interactive. +.IP "\fIlh_chroot_linuximage\fR(1)" 4 +manage /etc/kernel-img.conf. +.IP "\fIlh_chroot_localhooks\fR(1)" 4 +executes local hooks in chroot. +.IP "\fIlh_chroot_localincludes\fR(1)" 4 +copies local files into chroot. +.IP "\fIlh_chroot_localization\fR(1)" 4 +installs localization packages into chroot. +.IP "\fIlh_chroot_localpackages\fR(1)" 4 +installs local packages into chroot. +.IP "\fIlh_chroot_localpackageslists\fR(1)" 4 +installs local packages lists into chroot. +.IP "\fIlh_chroot_packages\fR(1)" 4 +installs packages into chroot. +.IP "\fIlh_chroot_packageslists\fR(1)" 4 +installs packages lists into chroot. +.IP "\fIlh_chroot_proc\fR(1)" 4 +mounts /proc. +.IP "\fIlh_chroot_resolv\fR(1)" 4 +manages /etc/resolv.conf. +.IP "\fIlh_chroot_sources\fR(1)" 4 +manages /etc/apt/apt.conf. +.IP "\fIlh_chroot_symlinks\fR(1)" 4 +convers symlinks. +.IP "\fIlh_chroot_sysfs\fR(1)" 4 +mounts /sys. +.IP "\fIlh_chroot_sysvinit\fR(1)" 4 +configures sysvinit. +.IP "\fIlh_chroot_sysvrc\fR(1)" 4 +manages /usr/sbin/policy-rc.d. +.IP "\fIlh_chroot_tasks\fR(1)" 4 +installs tasks into chroot. + +.SH SEE ALSO +\fIlive\-helper\fR(7) +.PP +This program is a part of live-helper. + +.SH BUGS +Report bugs against live\-helper <\fIhttp://packages.qa.debian.org/live\-helper/\fR>. + +.SH HOMEPAGE +More information about the Debian Live project can be found at <\fIhttp://debian\-live.alioth.debian.org/\fR> and <\fIhttp://wiki.debian.org/DebianLive/\fR>. + +.SH AUTHOR +live\-helper was written by Daniel Baumann <\fIdaniel@debian.org\fR> for the Debian project. diff --git a/manpages/lh_clean.1 b/manpages/lh_clean.1 index 2e3ad7fcb..1c5682495 100644 --- a/manpages/lh_clean.1 +++ b/manpages/lh_clean.1 @@ -1,4 +1,4 @@ -.TH LH_CLEAN 1 "2007\-03\-26" "1.0~a3" "live\-helper" +.TH LH_CLEAN 1 "2007\-04\-02" "1.0~a4" "live\-helper" .SH NAME lh_clean \- clean up system build directories diff --git a/manpages/lh_testroot.1 b/manpages/lh_testroot.1 index 889ddffd8..3c7963bbd 100644 --- a/manpages/lh_testroot.1 +++ b/manpages/lh_testroot.1 @@ -1,4 +1,4 @@ -.TH LH_TESTROOT 1 "2007\-03\-26" "1.0~a3" "live\-helper" +.TH LH_TESTROOT 1 "2007\-04\-02" "1.0~a4" "live\-helper" .SH NAME lh_testroot \- ensure that a system is built as root diff --git a/manpages/live-helper.7 b/manpages/live-helper.7 index 62a1ef870..a80aefd9f 100644 --- a/manpages/live-helper.7 +++ b/manpages/live-helper.7 @@ -1,4 +1,4 @@ -.TH LIVE\-HELPER 7 "2007\-03\-26" "1.0~a3" "live\-helper" +.TH LIVE\-HELPER 7 "2007\-04\-02" "1.0~a4" "live\-helper" .SH NAME live\-helper \- Debian Live helper programs @@ -27,6 +27,8 @@ A typical program that uses live\-helper will call several live\-helper commands Here is the complete list of available live\-helper commands. See their man pages for additional documentation. .IP "\fIlh_binary\fR(1)" 4 meta-helper for lh_binary_*. +.IP "\fIlh_binary_chroot\fR(1)" 4 +copies chroot into chroot. .IP "\fIlh_binary_encryption\fR(1)" 4 encrypts the root filesystem. .IP "\fIlh_binary_includes\fR(1)" 4 @@ -117,10 +119,10 @@ meta-helper for lh_source_*. copies config into source directory. .IP "\fIlh_source_download\fR(1)" 4 downloads source packages. -.IP "\fIlh_source_hdd\fR(1)" 4 -creates harddisk source tarball. .IP "\fIlh_source_generic\fR(1)" 4 creates generic source tarball. +.IP "\fIlh_source_hdd\fR(1)" 4 +creates harddisk source tarball. .IP "\fIlh_source_iso\fR(1)" 4 creates CD/DVD source image. .IP "\fIlh_source_net\fR(1)" 4 -- cgit v1.2.3