diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-02 13:31:35 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:18 +0100 |
commit | 1d1e3c095192fe6c8c04de5679be1323ed6514aa (patch) | |
tree | 0187713fba67e682ac19b2cb54f8614d7f865b20 /manpages/en/lb_clean.1 | |
parent | 6052ad6f45111b022787d4d64b6223c4cc53d74b (diff) | |
download | vyos-live-build-1d1e3c095192fe6c8c04de5679be1323ed6514aa.tar.gz vyos-live-build-1d1e3c095192fe6c8c04de5679be1323ed6514aa.zip |
Renaming manpages for live-build.
Diffstat (limited to 'manpages/en/lb_clean.1')
-rw-r--r-- | manpages/en/lb_clean.1 | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/manpages/en/lb_clean.1 b/manpages/en/lb_clean.1 new file mode 100644 index 000000000..20ba2c2a2 --- /dev/null +++ b/manpages/en/lb_clean.1 @@ -0,0 +1,55 @@ +.TH LIVE\-BUILD 1 2010\-09\-02 2.0~a23 "Debian Live Project" + +.SH NAME +\fBlh clean\fR \- Clean build directory + +.SH SYNOPSIS +\fBlh clean\fR [\fIlive\-helper options\fR] + +.SH DESCRIPTION +\fBlh clean\fR is a high\-level command (porcelain) of \fIlive\-helper\fR(7), the Debian Live tool suite. +.PP +.\" FIXME +\fBlh clean\fR is responsible for cleaning up after a system is built. It removes the build directories, and removes some other files including stage files, and any detritus left behind by other live\-helper commands. +.\" FIXME + +.SH OPTIONS +In addition to its specific options \fBlh clean\fR understands all generic live\-helper options. See \fIlive\-helper\fR(7) for a complete list of all generic live\-helper options. +.PP +.\" FIXME +.IP "\fB\-\-all\fR" 4 +removes chroot, binary, stage, and source. The cache directory is kept. This is the default operation and will be performed if no argument is given. +.IP "\fB\-\-cache\fR" 4 +removes the cache directories. +.IP "\fB\-\-chroot\fR" 4 +unmounts and removes the chroot directory. +.IP "\fB\-\-binary\fR" 4 +removes all binary related caches, files, directories, and stages files. +.IP "\fB\-\-purge\fR" 4 +removes everything, including all caches. The config directory is kept. +.IP "\fB\-\-remove\fR" 4 +removes everything, including package cache but not stage cache. The config directory is kept. +.IP "\fB\-\-stage\fR" 4 +removes all stage files. +.IP "\fB\-\-source\fR" 4 +removes all source related caches, files, directories, and stage files. +.\" FIXME + +.SH FILES +.\" FIXME +.IP "\fBauto/clean\fR" 4 +.\" FIXME + +.SH SEE ALSO +\fIlive\-helper\fR(7) +.PP +This program is a part of live\-helper. + +.SH HOMEPAGE +More information about live\-helper 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\-helper 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\-helper was written by Daniel Baumann <\fIdaniel@debian.org\fR> for the Debian project. |