livecd-creator

Langue: en

Autres versions - même langue

Version: 2010-09-27 (fedora - 01/12/10)

Section: 8 (Commandes administrateur)

NAME

livecd-creator - creates live CD or DVD images.

SYNOPSIS

livecd-creator [OPTIONS]

DESCRIPTION

livecd-creator creates live CD or DVD images(ISO images) from kickstart files. Kickstart files contain information about packages and configuration settings which are used to build the image.

OPTIONS

-h, --help
Shows the help message and exits.

IMAGE OPTIONS

These options define the created image.
-c KSCFG, --config=KSCFG
Path to kickstart configuration file.
-b BASE_ON, --base-on=BASE_ON
Add packages to an existing live CD iso9660 image.
-f FS_LABEL, --fslabel=FS_LABEL
Defines the file system label. The default is based on the configuration name.
--compression-type=COMPRESSOR
Specify a compressor recognized by mksquashfs. The default is gzip. lzma currently requires a custom kernel to produce a functional image. lzo works with 2.6.36+ kernels, but will generally take up more space than using gzip. If gzip is used, the -comp option is not passed to mksquashfs to allow the use of older versions of mksquashfs.

SYSTEM DIRECTORY OPTIONS

These options define directories used on your system for creating the live image.
-t TMPDIR, --tmpdir=TMPDIR
defines the temporary directory to use. The default directory is /var/tmp.
--cache=CACHEDIR
Defines the cache directory to use (default: private cache).

EXAMPLES

Barebones LiveCD

livecd-creator \ --config=/usr/share/livecd-tools/livecd-fedora-minimal.ks

Fedora Desktop Live CD

livecd-creator \ --config=/usr/share/livecd-tools/livecd-fedora-desktop.ks \ --fslabel=Fedora9-LiveCD-foo

CONTRIBUTORS

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.

BUGS

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

SEE ALSO

"livecd-iso-to-disk(1)", project website "http://fedoraproject.org/wiki/FedoraLiveCD"