2007-10-31 11:53:52 -01:00
.TH LH_CLEAN 1 "2007\-11\-05" "1.0~a35" "live\-helper"
2007-09-23 08:04:47 +00:00
.SH NAME
lh_clean \- clean up system build directories
.SH SYNOPSIS
.B lh_clean [\fIlive\-helper\ options\fR\|]
2007-09-23 08:05:12 +00:00
.B lh_clean [\fRall\fB|\fRcache\fB|\fRchroot\fB|\fRbinary\fB|\fRpurge\fB|\fRstage\fB|\fRsource\fB]
2007-09-23 08:04:47 +00:00
.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
2007-09-23 08:04:49 +00:00
The following command line options are supported by lh_clean.
.IP "\fBall\fR" 4
2007-09-23 08:05:12 +00:00
removes chroot, binary, stage, and source. This is the default operation.
2007-09-23 08:04:49 +00:00
.IP "\fBcache\fR" 4
removes all cache directories.
.IP "\fBchroot\fR" 4
unmounts and removes the chroot directory. If bootstrap cache is available, the system is reset to bootstrap stage.
.IP "\fBbinary\fR" 4
removes all binary related caches, directories, and stages files.
.IP "\fBpurge\fR" 4
removes everything (including cache) but config.
.IP "\fBstage\fR" 4
removes all stage files.
.IP "\fBsource\fR" 4
removes all source related caches, directories, and stage files.
2007-09-23 08:04:47 +00:00
.SH SEE ALSO
\fI live\- helper\fR (7)
.PP
2007-09-23 08:04:51 +00:00
This program is a part of live\- helper.
2007-09-23 08:04:47 +00:00
.SH BUGS
2007-09-23 08:05:17 +00:00
Report bugs against live\- helper <\fI http://packages.qa.debian.org/live\- helper\fR >.
2007-09-23 08:04:47 +00:00
.SH HOMEPAGE
More information about the Debian Live project can be found at <\fI http://debian\- live.alioth.debian.org/\fR > and <\fI http://wiki.debian.org/DebianLive/\fR >.
.SH AUTHOR
2007-09-23 08:04:48 +00:00
live\- helper was written by Daniel Baumann <\fI daniel@debian.org\fR > for the Debian project.