1LIVECD-CREATOR(8)                LiveCD Tools                LIVECD-CREATOR(8)
2
3
4

NAME

6       livecd-creator - creates live CD or DVD images.
7

SYNOPSIS

9       livecd-creator [OPTIONS]
10

DESCRIPTION

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

OPTIONS

17       -h, --help
18           Shows the help message and exits.
19

IMAGE OPTIONS

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       --compression-type=COMPRESSOR
34           Specify a compressor recognized by mksquashfs.  gzip is the default
35           and should work with all kernels.  lzo works with 2.6.36 and later
36           kernels.  xz works with 2.6.38 and later kernels. lzma will only
37           work with custom kernels.  If gzip is used, the -comp option is not
38           passed to mksquashfs to allow the use of older versions of
39           mksquashfs.
40
41       --releasever=VER
42           Set the value to substitute for $releasever in kickstart repo urls
43

SYSTEM DIRECTORY OPTIONS

45       These options define directories used on your system for creating the
46       live image.
47
48       -t TMPDIR, --tmpdir=TMPDIR
49           defines the temporary directory to use. The default directory is
50           /var/tmp.
51
52       --cache=CACHEDIR
53           Defines the cache directory to use (default: private cache).
54

EXAMPLES

56       Barebones LiveCD
57
58       livecd-creator \
59       --config=/usr/share/livecd-tools/livecd-fedora-minimal.ks
60
61       Fedora Desktop Live CD
62
63       livecd-creator \
64       --config=/usr/share/livecd-tools/livecd-fedora-desktop.ks \
65       --fslabel=Fedora9-LiveCD-foo
66

REPO EXTENSIONS

68       livecd-creator provides for some extensions to the repo commands
69       similar to what yum supports. The strings $arch, $basearch and
70       $releasever are replaced with the system arch, basearch and release
71       version respectively.  When no --releasever is passed it defaults to
72       the current system's version.  The allows the use of repo commands such
73       as the following:
74
75       repo --name=fedora
76       --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
77
78       Note that in a chroot environment (like koji) the rpmdb is not
79       available, so either don't use $releasever in that case, or pass
80       --releasever=VER
81

CONTRIBUTORS

83       David Zeuthen, Jeremy Katz, Douglas McClendon and a team of many other
84       contributors. See the AUTHORS file in the source distribution for the
85       complete list of credits.
86

BUGS

88       Report bugs to the mailing list
89       "http://www.redhat.com/mailman/listinfo/fedora-livecd-list" or directly
90       to Bugzilla "http://bugzilla.redhat.com/bugzilla/" against the "Fedora"
91       product, and the "livecd-tools" component.
92
94       Copyright (C) Fedora Project 2008,2009, and various contributors. This
95       is free software. You may redistribute copies of it under the terms of
96       the GNU General Public License "http://www.gnu.org/licenses/gpl.html".
97       There is NO WARRANTY, to the extent permitted by law.
98

SEE ALSO

100       "livecd-iso-to-disk(1)", project website
101       "http://fedoraproject.org/wiki/FedoraLiveCD"
102
103
104
105livecd-tools 14.6                 2011-11-03                 LIVECD-CREATOR(8)
Impressum