fix for livecd-iso-to-disk and udevadm in EL5
[livecd/EL-5.git] / docs / livecd-creator.pod
blobdcaddc770a482739ed2d7f40dc1769e56805fd69
1 =pod
3 =head1 NAME
5 livecd-creator, creates live cd or dvd images.
7 =head1 SYNOPSIS
9 B<livecd-creator> [OPTIONS]
11 =head1 DESCRIPTION
13 B<livecd-creator> creates live cd or dvd images from kickstart files. Kickstart files contain the information about packages and configurations that are built into the image.
15 =head1 OPTIONS
17 =over 4
19 =item -h, --help
21 Shows a help message and exits.
23 =back
25 =head1 IMAGE OPTIONS
27 These options define the created image.
29 =over 4
31 =item -c KSCFG, --config=KSCFG
33 Path to kickstart config file
35 =item -b BASE_ON, --base-on=BASE_ON
37 Add packages to an existing live CD iso9660 image.
39 =item -f FS_LABEL, --fslabel=FS_LABEL
41 File system label (default based on config name)
43 =back
45 =head1 SYSTEM DIRECTORY OPTIONS
47 These options define directories used on your system for creating the live image
49 =over 4
51 =item -t TMPDIR, --tmpdir=TMPDIR
53 Temporary directory to use (default: /var/tmp)
55 =item --cache=CACHEDIR
57 Cache directory to use (default: private cache)
59 =back
61 =head1 EXAMPLES
63 Barebones LiveCD
65 livecd-creator \
66 --config=/usr/share/livecd-tools/livecd-fedora-minimal.ks
68 Fedora Desktop Live CD
70 livecd-creator \
71 --config=/usr/share/livecd-tools/livecd-fedora-desktop.ks \
72 --fslabel=Fedora9-LiveCD-foo
74 =head1 CONTRIBUTORS
76 David Zeuthen, Jeremy Katz, Douglas McClendon and a team of many other contributors. See the AUTHORS file in the source distribution for the complete list of credits. 
78 =head1 BUGS
80 Report bugs to the mailing list C<http://www.redhat.com/mailman/listinfo/fedora-livecd-list> or directly to BugZilla C<http://bugzilla.redhat.com/bugzilla/> against the C<Fedora> product, and the C<livecd-tools> component. 
82 =head1 COPYRIGHT
84 Copyright (C) Fedora Project 2008, and various contributors. This is free software. You may redistribute copies of it under the terms of the GNU General Public License C<http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law. 
86 =head1 SEE ALSO
88 C<livecd-iso-to-disk(1)>, project website C<http://fedoraproject.org/wiki/FedoraLiveCD>
90 =cut