1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
-
+
|
Rather than having the entire operating system here, we just use kickstarts with livecd-creator to make livecds.
This is a guide on how it works.
http://fedoraproject.org/wiki/FedoraLiveCD/LiveCDHowTo
Here is a guide on editing kickstarts:
http://fedoraproject.org/wiki/Anaconda/Kickstart
<h2>What you need</h2>
<h2>Creating a live image from souce</h2>
A Fedora installation (Either on disk or in a virtual machine)
livecd-tools
Basic knowledge of using the Linux command-line
First, open up a terminal and become root.
|