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/de | |
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/de')
-rw-r--r-- | manpages/de/lb_chroot_packages.de.1 | 47 | ||||
-rw-r--r-- | manpages/de/lb_config.de.1 | 7 | ||||
-rw-r--r-- | manpages/de/live-build.de.7 | 2 |
3 files changed, 0 insertions, 56 deletions
diff --git a/manpages/de/lb_chroot_packages.de.1 b/manpages/de/lb_chroot_packages.de.1 deleted file mode 100644 index 44faf932c..000000000 --- a/manpages/de/lb_chroot_packages.de.1 +++ /dev/null @@ -1,47 +0,0 @@ -.\"******************************************************************* -.\" -.\" This file was generated with po4a. Translate the source file. -.\" -.\"******************************************************************* -.TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project" - -.SH NAME -\fBlb chroot_packages\fP \- Complete the chroot stage - -.SH SYNOPSIS -\fBlb chroot_packages\fP [\fIlive\-build options\fP] - -.SH DESCRIPTION -\fBlb chroot_packages\fP is a low\-level command (plumbing) of \fIlive\-build\fP(7), -the Debian Live tool suite. -.PP - -.\" FIXME -.SH OPTIONS -\fBlb chroot_packages\fP has no specific options but understands all generic -live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic -live\-build options. - -.SH FILES -.\" FIXME -.IP \fBn/a\fP 4 - -.SH "SEE ALSO" -\fIlive\-build\fP(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/\fP> and in the manual at -<\fIhttp://live.debian.net/manual/\fP>. - -.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/\fP> or by -writing a mail to the Debian Live mailing list at -<\fIdebian\-live@lists.debian.org\fP>. - -.SH AUTHOR -live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for -the Debian project. diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1 index 55d800312..31ff1973b 100644 --- a/manpages/de/lb_config.de.1 +++ b/manpages/de/lb_config.de.1 @@ -202,8 +202,6 @@ .br [\-p|\fB\-\-package\-lists\fP \fILIST\fP|\fI"LISTS"\fP] .br - [\fB\-\-packages\fP \fIPACKAGE\fP|\fI"PACKAGES"\fP] -.br [\fB\-\-quiet\fP] .br [\-r|\fB\-\-repositories \fP\fIREPOSITORY\fP|\fI"REPOSITORIES"\fP] @@ -699,11 +697,6 @@ 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\fP \fIPACKAGE\fP|\(dq\fIPACKAGES\fP\(dq" 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\fP 4 reduces the verbosity of messages output by \fBlb build\fP. .IP "\-r|\fB\-\-repositories\fP \fIREPOSITORY\fP|\(dq\fIREPOSITORIES\fP\(dq" 4 diff --git a/manpages/de/live-build.de.7 b/manpages/de/live-build.de.7 index 085582ab1..4f92d0802 100644 --- a/manpages/de/live-build.de.7 +++ b/manpages/de/live-build.de.7 @@ -150,8 +150,6 @@ queue install of local packages into chroot apply local patches against chroot .IP \fBlb_chroot_local\-preseed\fP(1) 4 use debconf local preseeding file -.IP \fBlb_chroot_packages\fP(1) 4 -queue install of packages into chroot .IP \fBlb_chroot_packagelists\fP(1) 4 queue install of package lists into chroot .IP \fBlb_chroot_preseed\fP(1) 4 |