Adding casper 1.71+debian-1.
[live-boot-grml.git] / debian / manpage / casper-snapshot.1
1 .TH "CASPER-SNAPSHOT" 1 "Thu,  28 Sep 2006" "0.0.1" "User commands"
2
3 .SH NAME
4 casper-snapshot \- a simple script to ease persistence usage.
5
6 .SH SYNOPSIS
7 .B casper-snapshot
8 .RB [\| \-c \||\| \-\-cow
9 .IR DIRECTORY \|]
10 .RB [\| \-d \||\| \-\-destination
11 .IR DIRECTORY \||\| FILE \|]
12 .RB [\| \-o \||\| \-\-output
13 .IR FILE \|]
14 .RB [\| \-t \||\| \-\-type
15 .IR TYPE \|]
16 .PP
17 .B make-live
18 .RB \-h \||\| \-\-help
19 .br
20 .B make-live
21 .RB \-u \||\| \-\-usage
22 .br
23 .B make-live
24 .RB \-v \||\| \-\-version
25
26 .SH DESCRIPTION
27 Casper-snapshot is a script useful to build the right types of persistent image files supported by casper.
28
29 .SH OPTIONS
30 .TP
31 .BI "\-c, \-\-cow" DIRECTORY
32 specifies the input directory to be cloned in the image file.
33 This parameters often does not need to be specified as the default of "/cow" for it should be right for most uses, however it could be handy to specify "/home" and type ext2 for the type to prepare an image file suited to be directly mounted by casper as home.
34 .TP
35 .BI "\-d, \-\-destination" DIRECTORY
36 .TP
37 .BI "\-o, \-\-output" FILE
38 .TP
39 .BI "\-t, \-\-type" TYPE
40
41 .SH BUGS
42 .B casper-snapshot
43 Time (and BTS) will tell.
44
45 .SH HOMEPAGE
46 Debian Live project <http://live.debian.net/>
47
48 .SH SEE ALSO
49 .BR casper(7)
50
51 .SH AUTHOR
52 casper-snapshot was written Marco Amadori <marco.amadori@gmail.com>.
53 .TP
54 This manual page was written by Marco Amadori <marco.amadori@gmail.com>,
55 for the Debian project (but may be used by others).