mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
doc/mk-sbuild.1: add missing options to summary
This commit is contained in:
parent
853f0275a6
commit
4ff65ad731
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -6,7 +6,10 @@ ubuntu-dev-tools (0.98) UNRELEASED; urgency=low
|
|||||||
who need to manually merge packages.
|
who need to manually merge packages.
|
||||||
* Fixed typo in doc/grab-merge.1
|
* Fixed typo in doc/grab-merge.1
|
||||||
|
|
||||||
-- Michael Bienia <geser@ubuntu.com> Thu, 08 Apr 2010 13:21:48 +0200
|
[ Emmet Hikory ]
|
||||||
|
* doc/mk-sbuild.1: add missing options to summary
|
||||||
|
|
||||||
|
-- Emmet Hikory <persia@ubuntu.com> Sun, 11 Apr 2010 17:29:42 +0900
|
||||||
|
|
||||||
ubuntu-dev-tools (0.97) lucid; urgency=low
|
ubuntu-dev-tools (0.97) lucid; urgency=low
|
||||||
|
|
||||||
|
@ -6,7 +6,8 @@ mk\-sbuild \- creates chroots via schroot and sbuild
|
|||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
\fBmk\-sbuild\fR [\fB\-\-arch=ARCH\fR] [\fB\-\-name=NAME\fR]
|
\fBmk\-sbuild\fR [\fB\-\-arch=ARCH\fR] [\fB\-\-name=NAME\fR]
|
||||||
[\fB\-\-personality=PERSONALITY\fR] [\fB\-\-debug\fR] [\fB\-\-source\-template=FILE\fR]
|
[\fB\-\-personality=PERSONALITY\fR] [\fB\-\-debug\fR] [\fB\-\-source\-template=FILE\fR]
|
||||||
[\fB\-\-debootstrap\-mirror=URL\fR] <\fBRelease\fR>
|
[\fB\-\-debootstrap\-mirror=URL\fR] [\fB\-\-distro=DISTRO\fR]
|
||||||
|
[\fB\-\-vg=VOLUME_GROUP\fR] [\fB\-\-type=SCHROOT_TYPE\fR] <\fBRelease\fR>
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
\fBmk\-sbuild\fR creates chroots via schroot and sbuild.
|
\fBmk\-sbuild\fR creates chroots via schroot and sbuild.
|
||||||
@ -36,15 +37,15 @@ Use FILE as the sources.list template (defaults to $HOME/.mk\-sbuild.sources).
|
|||||||
Use URL as the debootstrap source (defaults to http://ports.ubuntu.com for lpia,
|
Use URL as the debootstrap source (defaults to http://ports.ubuntu.com for lpia,
|
||||||
official Ubuntu repositories for the supported architectures).
|
official Ubuntu repositories for the supported architectures).
|
||||||
.TP
|
.TP
|
||||||
.B \-\-distro
|
.B \-\-distro=DISTRO
|
||||||
Enable distro-specific logic. Currently known distros: "ubuntu" (default)
|
Enable distro-specific logic. Currently known distros: "ubuntu" (default)
|
||||||
and "debian".
|
and "debian".
|
||||||
.TP
|
.TP
|
||||||
.B \-\-vg
|
.B \-\-vg=VOLUME_GROUP
|
||||||
Specify a volume group, and subsequently use a default SCHROOT_TYPE of
|
Specify a volume group, and subsequently use a default SCHROOT_TYPE of
|
||||||
"lvm-snapshot" rather than "directory" (via aufs) mounts.
|
"lvm-snapshot" rather than "directory" (via aufs) mounts.
|
||||||
.TP
|
.TP
|
||||||
.B \-\-type
|
.B \-\-type=SHROOT_TYPE
|
||||||
Specify a SCHROOT_TYPE. Supported values are "directory" (default if
|
Specify a SCHROOT_TYPE. Supported values are "directory" (default if
|
||||||
\-\-vg not specified), "lvm-snapshot" (default if \-\-vg specified), and "file".
|
\-\-vg not specified), "lvm-snapshot" (default if \-\-vg specified), and "file".
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user