Releasing debian version 4.0~a9-1.
[debian-live-build.git] / manpages / en / lb_clean.1
blob7b1cb55c02bbe253e993d0e100bc16478b9865c3
1 .TH LIVE\-BUILD 1 2013\-02\-09 4.0~a9-1 "Debian Live Project"
3 .SH NAME
4 \fBlb clean\fR \- Clean build directory
6 .SH SYNOPSIS
7 \fBlb clean\fR [\fIlive\-build options\fR]
9 .SH DESCRIPTION
10 \fBlb clean\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
11 .PP
12 .\" FIXME
13 \fBlb 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\-build commands.
14 .\" FIXME
16 .SH OPTIONS
17 In addition to its specific options \fBlb clean\fR understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options.
18 .PP
19 .\" FIXME
20 .IP "\fB\-\-all\fR" 4
21 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.
22 .IP "\fB\-\-cache\fR" 4
23 removes the cache directories.
24 .IP "\fB\-\-chroot\fR" 4
25 unmounts and removes the chroot directory.
26 .IP "\fB\-\-binary\fR" 4
27 removes all binary related caches, files, directories, and stages files.
28 .IP "\fB\-\-purge\fR" 4
29 removes everything, including all caches. The config directory is kept.
30 .IP "\fB\-\-remove\fR" 4
31 removes everything, including package cache but not stage cache. The config directory is kept.
32 .IP "\fB\-\-stage\fR" 4
33 removes all stage files.
34 .IP "\fB\-\-source\fR" 4
35 removes all source related caches, files, directories, and stage files.
36 .\" FIXME
38 .SH FILES
39 .\" FIXME
40 .IP "\fBauto/clean\fR" 4
41 .\" FIXME
43 .SH SEE ALSO
44 \fIlive\-build\fR(7)
45 .PP
46 This program is a part of live\-build.
48 .SH HOMEPAGE
49 More information about live\-build 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>.
51 .SH BUGS
52 Bugs can be reported by submitting a bugreport for the live\-build 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>.
54 .SH AUTHOR
55 live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fR> for the Debian project.