diff options
author | Daniel Baumann <daniel@debian.org> | 2011-06-11 11:37:37 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-11 11:37:37 +0200 |
commit | b3ad2f412a5b37c172fc44ecd8982ef30e14205c (patch) | |
tree | 8bc7d847683bfd60fbc395966b5003291a881d3e /manpages/en | |
parent | cf8f6cee930a2f1a19415a3ba8ca395310162c42 (diff) | |
download | vyos-live-build-b3ad2f412a5b37c172fc44ecd8982ef30e14205c.tar.gz vyos-live-build-b3ad2f412a5b37c172fc44ecd8982ef30e14205c.zip |
Dropping handling of --packages in order to simply things handle packages scheduled for installation through package lists only.
Diffstat (limited to 'manpages/en')
-rw-r--r-- | manpages/en/lb_chroot_packages.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_packages.1 b/manpages/en/lb_chroot_packages.1 deleted file mode 100644 index dd396f229..000000000 --- a/manpages/en/lb_chroot_packages.1 +++ /dev/null @@ -1,33 +0,0 @@ -.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project" - -.SH NAME -\fBlb chroot_packages\fR \- Complete the chroot stage - -.SH SYNOPSIS -\fBlb chroot_packages\fR [\fIlive\-build options\fR] - -.SH DESCRIPTION -\fBlb chroot_packages\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite. -.PP -.\" FIXME - -.SH OPTIONS -\fBlb chroot_packages\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 246734c27..75596cc99 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -197,8 +197,6 @@ .br [\-p|\fB\-\-package\-lists\fR \fILIST\fR|\fI"LISTS"\fR] .br - [\fB\-\-packages\fR \fIPACKAGE\fR|\fI"PACKAGES"\fR] -.br [\fB\-\-quiet\fR] .br [\-r|\fB\-\-repositories \fIREPOSITORY\fR|\fI"REPOSITORIES"\fR] @@ -448,8 +446,6 @@ sets the IP or hostname that will be configured in the bootloader configuration defines if a compressed tarball should be created. Disabling this options leads to no tarball at all, the plain binary directory is considered the output in this case. Default is true. .IP "\-p|\fB\-\-package\-lists\fR \fILIST\fR|""\fILISTS\fR""" 4 defines which lists available in /usr/share/live/build/lists should be used. By default, this is set to standard. Note that in case you have local package lists, you don't need to list them here. Putting them into config/chroot_local-packagelists is enough (the filename needs to have the .list suffix though). -.IP "\fB\-\-packages\fR \fIPACKAGE\fR|""\fIPACKAGES\fR""" 4 -defines one or more packages to be installed in the live system. This is a quick and convenient place to add a few packages when building an image (limited by the max length of shell). Packages that should be permanently installed should be put into a local packages list. .IP "\fB\-\-quiet\fR" 4 reduces the verbosity of messages output by \fBlb build\fR. .IP "-r|\fB\-\-repositories\fR \fIREPOSITORY\fR|""\fIREPOSITORIES\fR""" 4 diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7 index aba27edbb..6cfd77f89 100644 --- a/manpages/en/live-build.7 +++ b/manpages/en/live-build.7 @@ -127,8 +127,6 @@ queue install of local packages into chroot apply local patches against chroot .IP "\fBlb_chroot_local\-preseed\fR(1)" 4 use debconf local preseeding file -.IP "\fBlb_chroot_packages\fR(1)" 4 -queue install of packages into chroot .IP "\fBlb_chroot_packagelists\fR(1)" 4 queue install of package lists into chroot .IP "\fBlb_chroot_preseed\fR(1)" 4 |