summaryrefslogtreecommitdiff
path: root/manpages/lh_clean.en.1
blob: 482aa76e0f6192534e4e27667194eac745b6c5b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.TH LH_CLEAN 1 "2007\-11\-19" "1.0~a37" "live\-helper"

.SH NAME
lh_clean \- clean up system build directories

.SH SYNOPSIS
.B lh_clean [\fIlive\-helper\ options\fR\]
[\fB\-\-all\fR] [\fB\-\-cache\fR] [\fB\-\-chroot\fR] [\fB\-\-binary\fR]
[\fB\-\-purge\fR] [\fB\-\-remove\fR] [\fB\-\-stage\fR] [\fB\-\-source\fR]

.SH DESCRIPTION
lh_clean is a live\-helper program that is responsible for cleaning up after a
system is built. It removes the system build directories, and removes some other
files including stage files, and any detritus left behind by other live\-helper
commands.

.SH OPTIONS
.IP "\fB\-\-all\fR" 4
removes chroot, binary, stage, and source. This is the default operation.
.IP "\fB\-\-cache\fR" 4
removes all cache directories.
.IP "\fB\-\-chroot\fR" 4
unmounts and removes the chroot directory. If bootstrap cache is available, the system is reset to bootstrap stage.
.IP "\fB\-\-binary\fR" 4
removes all binary related caches, directories, and stages files.
.IP "\fB\-\-purge\fR" 4
removes everything (including cache) but config.
.IP "\fB\-\-remove\fR" 4
removes everything (including package cache, but not stage cache) but config.
.IP "\fB\-\-stage\fR" 4
removes all stage files.
.IP "\fB\-\-source\fR" 4
removes all source related caches, directories, and stage files.

.SH SEE ALSO
\fIlive\-helper\fR(7)
.PP
This program is a part of live\-helper.

.SH BUGS
Report bugs against live\-helper
<\fIhttp://packages.qa.debian.org/live\-helper\fR>.

.SH HOMEPAGE
More information about the Debian Live project can be found at
<\fIhttp://debian\-live.alioth.debian.org/\fR> and
<\fIhttp://wiki.debian.org/DebianLive/\fR>.

.SH AUTHOR
live\-helper was written by Daniel Baumann <\fIdaniel@debian.org\fR> for the
Debian project.