From Fedora Project Wiki

(Hope that helps)
Line 29: Line 29:


Example goes here later.
Example goes here later.
: To base a kickstart on your own system's installation, become the root user and look for the log in that user's home directory, at ''/root/anaconda-ks.cfg''.
: You can also install {{package|system-config-kickstart}} to create a kickstart file from scratch.
: A reference for kickstart files and their content is available in the Anaconda documentation [[Anaconda/Kickstart | here]].


=== Build the image ===
=== Build the image ===

Revision as of 21:28, 16 June 2010


Introduction

This page explains how to make a custom-content Live CD or DVD on Fedora-based systems including derived distributions such as RHEL, CentOS and others.

If you simply want to burn a pre-made ISO to a disc, visit http://fedoraproject.org/en/get-fedora to download a LiveCD or LiveDVD, then see the install guide or burning how-to for further instructions.

See the project wiki for more details. Discussion of this project takes places at http://admin.fedoraproject.org/mailman/listinfo/livecd.

This project and its source files are licensed under the GPLv2 license. See the file COPYING for details.

Instructions

Choose a kickstart file to base your spin on

Kickstart files are... (find description here)

Create a kickstart file

Take template.

Add things to it.

Process I don't understand.

Example goes here later.

To base a kickstart on your own system's installation, become the root user and look for the log in that user's home directory, at /root/anaconda-ks.cfg.
You can also install Package-x-generic-16.pngsystem-config-kickstart to create a kickstart file from scratch.
A reference for kickstart files and their content is available in the Anaconda documentation here.

Build the image

You'll need the livecd-creator tool.

sudo yum install livecd-creator

Adjust the image

ZOMG it's too big! How to cut stuff. See #Release management for more notes. (make that section)

Distribute the image

Now you have an .iso. What do you do with it?

Resources