diff options
author | Daniel Baumann <daniel@debian.org> | 2011-06-11 15:25:33 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-11 15:54:40 +0200 |
commit | f06a2e3d37e382447952e8912e9889e6f22fb1e0 (patch) | |
tree | 9c04262230c90cbe46a2c22382aad16c62c207c7 /manpages/de | |
parent | 0633d3bc96a513b26f0728077d9dfd9fc2ee5788 (diff) | |
download | vyos-live-build-f06a2e3d37e382447952e8912e9889e6f22fb1e0.tar.gz vyos-live-build-f06a2e3d37e382447952e8912e9889e6f22fb1e0.zip |
Reworking chroot_tasks into chroot_local-tasklists, now packages and tasks are (almost) handled identical and through local lists only.
Diffstat (limited to 'manpages/de')
-rw-r--r-- | manpages/de/lb_chroot_local-tasklists.de.1 (renamed from manpages/de/lb_chroot_tasks.de.1) | 14 | ||||
-rw-r--r-- | manpages/de/lb_config.de.1 | 8 | ||||
-rw-r--r-- | manpages/de/live-build.de.7 | 4 |
3 files changed, 9 insertions, 17 deletions
diff --git a/manpages/de/lb_chroot_tasks.de.1 b/manpages/de/lb_chroot_local-tasklists.de.1 index e38d97313..038cffad7 100644 --- a/manpages/de/lb_chroot_tasks.de.1 +++ b/manpages/de/lb_chroot_local-tasklists.de.1 @@ -6,21 +6,21 @@ .TH LIVE\-BUILD 1 2011\-06\-11 3.0~a19 "Debian Live Project" .SH NAME -\fBlb chroot_tasks\fP \- Complete the chroot stage +\fBlb chroot_local\-tasklists\fP \- Complete the chroot stage .SH SYNOPSIS -\fBlb chroot_tasks\fP [\fIlive\-build options\fP] +\fBlb chroot_local\-tasklists\fP [\fIlive\-build options\fP] .SH DESCRIPTION -\fBlb chroot_tasks\fP is a low\-level command (plumbing) of \fIlive\-build\fP(7), -the Debian Live tool suite. +\fBlb chroot_local\-tasklists\fP is a low\-level command (plumbing) of +\fIlive\-build\fP(7), the Debian Live tool suite. .PP .\" FIXME .SH OPTIONS -\fBlb chroot_tasks\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. +\fBlb chroot_local\-tasklists\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 diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1 index 31ff1973b..8cb3c8764 100644 --- a/manpages/de/lb_config.de.1 +++ b/manpages/de/lb_config.de.1 @@ -226,8 +226,6 @@ .br [\fB\-\-tasksel\fP apt|aptitude|tasksel] .br - [\fB\-\-tasks\fP \fITASK\fP|"\fITASKS\fP"] -.br [\fB\-\-templates\fP \fIPATH\fP] .br [\fB\-\-virtual\-root\-size \fP\fIMB\fP] @@ -739,12 +737,6 @@ defines if syslinux should be make use of the vgamenu capabilities or not. .IP "\fB\-\-tasksel\fP apt|aptitude|tasksel" 4 selects which program is used to install tasks. By default, this is set to tasksel. -.IP "\fB\-\-tasks\fP \fITASK\fP|\(dq\fITASKS\fP\(dq" 4 -defines one or more package tasks to be installed in the live system. This -is a quick and convenient way to get a reasonable default selection of -packages suitable for most users when building an image, but it results in -quite big images. If you want to have finer grained package selections, -local package lists should be used instead. .IP "\fB\-\-templates\fP \fIPATH\fP" 4 sets the path to the templates that live\-build is going to use, e.g. for bootloaders. By default, this is set to /usr/share/live/build/templates/. diff --git a/manpages/de/live-build.de.7 b/manpages/de/live-build.de.7 index 721d4375d..4cf50aded 100644 --- a/manpages/de/live-build.de.7 +++ b/manpages/de/live-build.de.7 @@ -164,8 +164,8 @@ manage /etc/apt/sources.list mount /sys .IP \fBlb_chroot_sysv\-rc\fP(1) 4 manage /usr/sbin/policy\-rc.d -.IP \fBlb_chroot_tasks\fP(1) 4 -install tasks into chroot +.IP \fBlb_chroot_local\-tasklists\fP(1) 4 +install local task lists into chroot .SS "Binary commands" .IP \fBlb_binary_chroot\fP(1) 4 copy chroot into chroot |