1LIVECD-CREATOR(8) LiveCD Tools LIVECD-CREATOR(8)
2
3
4
6 livecd-creator - creates live CD or DVD images.
7
9 livecd-creator [OPTIONS]
10
12 livecd-creator creates live CD or DVD images(ISO images) from kickstart
13 files. Kickstart files contain information about packages and
14 configuration settings which are used to build the image.
15
17 -h, --help
18 Shows the help message and exits.
19
21 These options define the created image.
22
23 -c KSCFG, --config=KSCFG
24 Path to kickstart configuration file.
25
26 -b BASE_ON, --base-on=BASE_ON
27 Add packages to an existing live CD iso9660 image.
28
29 -f FS_LABEL, --fslabel=FS_LABEL
30 Defines the file system label. The default is based on the
31 configuration name.
32
33 --title=TITLE
34 Title used by syslinux.cfg file
35
36 --product=PRODUCT
37 Product name used in syslinux.cfg boot stanzas and countdown
38
39 -p, --plugins
40 Use DNF plugins during image creation
41
42 --compression-type=COMPRESSOR
43 Specify a compressor recognized by mksquashfs. xz is the default
44 and works with 2.6.38 and later kernels. gzip works with all
45 kernels. lzo works with 2.6.36 and later kernels. lzma will only
46 work with custom kernels. Set to 'None' to force reading the
47 compressor used in BASE_ON. If gzip is used, the -comp option is
48 not passed to mksquashfs to allow the use of older versions of
49 mksquashfs.
50
51 --releasever=VER
52 Set the value to substitute for $releasever in kickstart repo urls
53
55 These options define directories used on your system for creating the
56 live image.
57
58 -t TMPDIR, --tmpdir=TMPDIR
59 defines the temporary directory to use. The default directory is
60 /var/tmp.
61
62 --cache=CACHEDIR
63 Defines the cache directory to use (default: private cache).
64
65 --cacheonly
66 Work offline from cache, use together with --cache (default: False)
67
68 --nocleanup
69 Skip cleanup of temporary files
70
72 These options control the output of logging information during image
73 creation
74
75 -d, --debug
76 Output debugging information
77
78 -v, --verbose
79 Output verbose progress information
80
81 -q, --quiet
82 Supress stdout
83
84 --logfile=FILE
85 Save debug information to FILE
86
88 Barebones LiveCD
89
90 livecd-creator \
91 --config=/usr/share/livecd-tools/livecd-fedora-minimal.ks
92
93 Fedora Desktop Live CD
94
95 livecd-creator \
96 --config=/usr/share/livecd-tools/livecd-fedora-desktop.ks \
97 --fslabel=Fedora9-LiveCD-foo
98
100 livecd-creator provides for some extensions to the repo commands
101 similar to what DNF supports. The strings $arch, $basearch and
102 $releasever are replaced with the system arch, basearch and release
103 version respectively. When no --releasever is passed it defaults to
104 the current system's version. The allows the use of repo commands such
105 as the following:
106
107 repo --name=fedora
108 --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
109
110 Note that in a chroot environment (like koji) the rpmdb is not
111 available, so either don't use $releasever in that case, or pass
112 --releasever=VER
113
115 David Zeuthen, Jeremy Katz, Douglas McClendon and a team of many other
116 contributors. See the AUTHORS file in the source distribution for the
117 complete list of credits.
118
120 Report bugs to the mailing list
121 "http://www.redhat.com/mailman/listinfo/fedora-livecd-list" or directly
122 to Bugzilla "http://bugzilla.redhat.com/bugzilla/" against the "Fedora"
123 product, and the "livecd-tools" component.
124
126 Copyright (C) Fedora Project 2008,2009, and various contributors. This
127 is free software. You may redistribute copies of it under the terms of
128 the GNU General Public License "http://www.gnu.org/licenses/gpl.html".
129 There is NO WARRANTY, to the extent permitted by law.
130
132 "livecd-iso-to-disk(1)", project website
133 "http://fedoraproject.org/wiki/FedoraLiveCD"
134
135
136
137livecd-tools 27.1 2019-04-19 LIVECD-CREATOR(8)