~asac/live-build/virtual-hdd-mtab-hack

« back to all changes in this revision

Viewing changes to manpages/lh_clean.en.1

  • Committer: Daniel Baumann
  • Date: 2009-11-22 13:38:00 UTC
  • Revision ID: git-v1:a62f12110b19a52a58d7eae871012202cfa16055
Renaming categories to archive areas (Closes: #519690).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH LH_CLEAN 1 "2009\-06\-14" "1.0.5" "live\-helper"
 
2
 
 
3
.SH NAME
 
4
lh_clean \- clean up system build directories
 
5
 
 
6
.SH SYNOPSIS
 
7
\fBlh_clean\fR [\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]
 
8
.PP
 
9
\fBlh_clean\fR [\fIlive\-helper\ options\fR]
 
10
 
 
11
.SH DESCRIPTION
 
12
lh_clean is a high\-level command (porcelain) of live\-helper, the Debian Live tool suite. It 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.
 
13
 
 
14
.SH OPTIONS
 
15
In addition to its specific options, lh_clean also understands all generic live\-helper options. See \fIlive\-helper\fR(7) for a complete list of all generic live\-helper options.
 
16
.br
 
17
.IP "\fB\-\-all\fR" 4
 
18
removes chroot, binary, stage, and source, cache is kept. This is the default operation and will be processed if no argument is given.
 
19
.IP "\fB\-\-cache\fR" 4
 
20
removes all cache directories.
 
21
.IP "\fB\-\-chroot\fR" 4
 
22
unmounts and removes the chroot directory.
 
23
.IP "\fB\-\-binary\fR" 4
 
24
removes all binary related caches, directories, and stages files.
 
25
.IP "\fB\-\-purge\fR" 4
 
26
removes everything (including cache). The config directory is kept.
 
27
.IP "\fB\-\-remove\fR" 4
 
28
removes everything (including package cache, but not stage cache). The config directory is kept.
 
29
.IP "\fB\-\-stage\fR" 4
 
30
removes all stage files.
 
31
.IP "\fB\-\-source\fR" 4
 
32
removes all source related caches, directories, and stage files.
 
33
 
 
34
.SH SEE ALSO
 
35
\fIlive\-helper\fR(7)
 
36
.PP
 
37
This program is a part of live\-helper.
 
38
 
 
39
.SH HOMEPAGE
 
40
More information about live\-helper and the Debian Live project can be found in the homepage at <\fIhttp://debian\-live.alioth.debian.org/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
 
41
 
 
42
.SH BUGS
 
43
Report bugs by submitting a bugreport for the live\-helper package in the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or write a mail to the mailinglist at <\fIdebian-live@lists.debian.org\fR>.
 
44
 
 
45
.SH AUTHOR
 
46
live\-helper was written by Daniel Baumann <\fIdaniel@debian.org\fR> for the Debian project.