Handle better images with distro="unknown"
[snf-image-creator] / docs / man / snf-image-creator.rst
1 :orphan:
2
3 snf-image-creator manual page
4 =============================
5
6 Synopsis
7 --------
8
9 **snf-image-creator** [OPTION] <INPUT MEDIA>
10
11 Description
12 -----------
13 Create image out of an <INPUT MEDIA>. The <INPUT MEDIA> may be a block device,
14 a regular file that represents a hard disk or \`/' to bundle the host system
15 itself.
16
17 Options
18 -------
19
20 --disable-sysprep=SYSPREP
21         prevent SYSPREP operation from running on the input media
22
23 --enable-sysprep=SYSPREP
24         run SYSPREP operation on the input media
25
26 -f, --force
27         overwrite output files if they exist
28
29 -h, --help
30         show this help message and exit
31
32 -m KEY=VALUE, --metadata=KEY=VALUE
33         add custom KEY=VALUE metadata to the image
34
35 --no-shrink
36         don't shrink any partition
37
38 --no-sysprep
39         don't perform any system preparation operation
40
41 -o FILE, --outfile=FILE
42         dump image to FILE
43
44 --public
45         register image with cyclades as public
46
47 --print-sysprep
48         print the enabled and disabled system preparation operations for this
49         input media
50
51 -r IMAGENAME, --register=IMAGENAME
52         register the image with cyclades as IMAGENAME
53
54 -s, --silent
55         output only errors
56
57 -t TOKEN, --token=TOKEN
58         use this token when uploading/registering images to a Synnefo
59         deployment
60
61 --tmpdir=DIR
62         create large temporary image files under DIR
63
64 -u FILENAME, --upload=FILENAME
65         upload the image to pithos with name FILENAME
66
67 --version
68         show program's version number and exit
69