diff options
author | Daniel Baumann <daniel@debian.org> | 2010-05-08 13:49:47 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:07 +0100 |
commit | 79dd9820094020395d7e3251959f65b11bed054e (patch) | |
tree | 91115d7f7b1ba78376c9b08e9311ad5478b66430 /manpages/en/lh_clean.1 | |
parent | caa5ad90b53a883135c4b476dfbe9babbeff4097 (diff) | |
download | vyos-live-build-79dd9820094020395d7e3251959f65b11bed054e.tar.gz vyos-live-build-79dd9820094020395d7e3251959f65b11bed054e.zip |
Reworking manpages for live-helper 2.
Diffstat (limited to 'manpages/en/lh_clean.1')
-rw-r--r-- | manpages/en/lh_clean.1 | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/manpages/en/lh_clean.1 b/manpages/en/lh_clean.1 new file mode 100644 index 000000000..2ec7a6547 --- /dev/null +++ b/manpages/en/lh_clean.1 @@ -0,0 +1,55 @@ +.TH LIVE\-HELPER 1 2010\-05\-08 2.0~a11 "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 sumbitting 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. |