diff options
author | Daniel Baumann <daniel@debian.org> | 2011-07-19 11:57:14 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-07-19 11:57:21 +0200 |
commit | e4793268a3d14e945a96466441e31259c0df6e1b (patch) | |
tree | 65c3447d106633bb99033abbfb1595f32bc96998 /manpages/en | |
parent | eb2a305a5f692a1661001bae1c8e6d202f4280e9 (diff) | |
download | vyos-live-build-e4793268a3d14e945a96466441e31259c0df6e1b.tar.gz vyos-live-build-e4793268a3d14e945a96466441e31259c0df6e1b.zip |
Enabling hooks based on the mode we're building for.
Diffstat (limited to 'manpages/en')
-rw-r--r-- | manpages/en/lb_chroot_hooks.1 (renamed from manpages/en/lb_chroot_local-hooks.1) | 8 | ||||
-rw-r--r-- | manpages/en/live-build.7 | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/manpages/en/lb_chroot_local-hooks.1 b/manpages/en/lb_chroot_hooks.1 index f473e5c09..6264a463b 100644 --- a/manpages/en/lb_chroot_local-hooks.1 +++ b/manpages/en/lb_chroot_hooks.1 @@ -1,18 +1,18 @@ .TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project" .SH NAME -\fBlb chroot_local\-hooks\fR \- Complete the chroot stage +\fBlb chroot_hooks\fR \- Complete the chroot stage .SH SYNOPSIS -\fBlb chroot_local\-hooks\fR [\fIlive\-build options\fR] +\fBlb chroot_hooks\fR [\fIlive\-build options\fR] .SH DESCRIPTION -\fBlb chroot_local\-hooks\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite. +\fBlb chroot_hooks\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite. .PP .\" FIXME .SH OPTIONS -\fBlb chroot_local\-hooks\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options. +\fBlb chroot_hooks\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options. .SH FILES .\" FIXME diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7 index 86358f22d..cff090e2d 100644 --- a/manpages/en/live-build.7 +++ b/manpages/en/live-build.7 @@ -115,7 +115,7 @@ install queued packages into chroot make build interactive .IP "\fBlb_chroot_linux\-image\fR(1)" 4 manage /etc/kernel\-img.conf -.IP "\fBlb_chroot_local\-hooks\fR(1)" 4 +.IP "\fBlb_chroot_hooks\fR(1)" 4 execute local hooks in chroot .IP "\fBlb_chroot_local\-includes\fR(1)" 4 copy local files into chroot |