diff options
author | Daniel Baumann <daniel@debian.org> | 2011-01-02 01:15:23 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:40 +0100 |
commit | 69513e92791328e23ee856c00d439ae590678b91 (patch) | |
tree | a9dcce10bf632891b55721a7dda56f0a7f9167e7 /manpages/en | |
parent | dd9ecf35600a2df29afd7ca5eecf120fa85fcdbd (diff) | |
download | vyos-live-build-69513e92791328e23ee856c00d439ae590678b91.tar.gz vyos-live-build-69513e92791328e23ee856c00d439ae590678b91.zip |
Removing lb_chroot_sysvinit in favour of a hook, which is the appropriate way to handle this.
Diffstat (limited to 'manpages/en')
-rw-r--r-- | manpages/en/lb_chroot_sysvinit.1 | 33 | ||||
-rw-r--r-- | manpages/en/lb_config.1 | 4 | ||||
-rw-r--r-- | manpages/en/live-build.7 | 2 |
3 files changed, 0 insertions, 39 deletions
diff --git a/manpages/en/lb_chroot_sysvinit.1 b/manpages/en/lb_chroot_sysvinit.1 deleted file mode 100644 index 0194323ab..000000000 --- a/manpages/en/lb_chroot_sysvinit.1 +++ /dev/null @@ -1,33 +0,0 @@ -.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "Debian Live Project" - -.SH NAME -\fBlb chroot_sysvinit\fR \- Complete the chroot stage - -.SH SYNOPSIS -\fBlb chroot_sysvinit\fR [\fIlive\-build options\fR] - -.SH DESCRIPTION -\fBlb chroot_sysvinit\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite. -.PP -.\" FIXME - -.SH OPTIONS -\fBlb chroot_sysvinit\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 -.IP "\fBn/a\fR" 4 - -.SH SEE ALSO -\fIlive\-build\fR(7) -.PP -This program is a part of live\-build. - -.SH HOMEPAGE -More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>. - -.SH BUGS -Bugs can be reported by submitting a bugreport for the live\-build package in the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian-live@lists.debian.org\fR>. - -.SH AUTHOR -live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fR> for the Debian project. diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 508c3037b..26645594c 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -197,8 +197,6 @@ .br [\fB\-\-syslinux\-menu\fR true|false] .br - [\fB\-\-sysvinit\fR true|false] -.br [\fB\-\-tasksel\fR aptitude|tasksel] .br [\fB\-\-tasks\fR \fITASK\fR|"\fITASKS\fR"] @@ -428,8 +426,6 @@ defines the file of the syslinux splash graphic that should be used instead of t defines the timeout the syslinux bootloader should wait for input from the user at the bootprompt prior booting the default kernel. This defaults to 0 which means it will wait forever. .IP "\fB\-\-syslinux\-menu\fR true|false" 4 defines if syslinux should be make use of the vgamenu capabilities or not. -.IP "\fB\-\-sysvinit\fR true|false" 4 -defines if the sysvinit hack should be true or false. The sysvinit hack disables all non\-essential services from starting up at bootup in order to reduce overall boottime. By default this is false and in general there you don't want to enable it. .IP "\fB\-\-tasksel\fR aptitude|tasksel" 4 selects which program is used to install tasks. By default, this is set to tasksel. .IP "\fB\-\-tasks\fR \fITASK\fR|""\fITASKS\fR""" 4 diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7 index 8e84df40b..7f48369f1 100644 --- a/manpages/en/live-build.7 +++ b/manpages/en/live-build.7 @@ -145,8 +145,6 @@ mount /selinux manage /etc/apt/sources.list .IP "\fBlb_chroot_sysfs\fR(1)" 4 mount /sys -.IP "\fBlb_chroot_sysvinit\fR(1)" 4 -configure sysvinit .IP "\fBlb_chroot_sysv\-rc\fR(1)" 4 manage /usr/sbin/policy\-rc.d .IP "\fBlb_chroot_tasks\fR(1)" 4 |