1pungi(8) pungi(8)
2
3
4
6 pungi - anaconda-based installation spin tool
7
9 pungi [options]
10
12 pungi is a tool to create anaconda-based installation trees or media
13 images given a set of RPM packages.
14
15
17 pungi is entirely command line oriented. All input to the program is
18 given by command line options.
19
20 -h, --help
21 Display a help message and then quit.
22
23 --version
24 Display program's version number and then quit.
25
26 --name=string
27 Set the name for your distribution (defaults to "Fedora").
28
29 --ver=string
30 Set the version for your distribution (defaults to datestamp,
31 used for $releasever in yum).
32
33 --flavor=string
34 Set the flavor of your spin (optional).
35
36 --destdir=pathspec
37 Path specifying the destination directory (defaults to current
38 directory).
39
40 --cachedir=pathspec
41 Package cache directory (defaults to /var/cache/pungi).
42
43 --bugurl=urlspec
44 The URL for your bug reporting system (defaults to
45 http://bugzilla.redhat.com).
46
47 --discs=integer
48 The number of discs you want to create (defaults to 1).
49
50 --nosource
51 Disable gathering of source packages (optional).
52
53 --nosplitmedia
54 Disable creation of split media (optional).
55
56 --sourceisos
57 Create the source media images (other arch runs must be done).
58
59 --force
60 Force reuse of an existing destination directory (will overwrite
61 files).
62
63 -c ksfile, --config=ksfile
64 Path to kickstart configuration file.
65
66 --all-stages
67 Enable ALL stages.
68
69 -G Enable the Gather stage.
70
71 -C Enable the Createrepo stage.
72
73 -B Enable the BuildInstall stage.
74
75 -I Enable the CreateISO stage.
76
77
79 pungi -c /usr/share/pungi/f8-fedora.ks --destdir=/data/Fedora8 --name Fedora --ver 8
80
81
83 http://fedoraproject.org/wiki/Releases/FeatureUsePungi
84 https://hosted.fedoraproject.org/projects/pungi/
85
86
88 See the Authors file included with this program.
89
90
92 No bugs were harmed in the making of this software.
93
94
95
96Jesse Keating Fedora Project pungi(8)