PDA

View Full Version : missing livecd-tools in Fedora 11


metaylor
22nd September 2009, 07:23 PM
I am currently using Fedora 9. I have created custom liveCD/USB image by making several modifications to the /usr/share/livecd-tools/livecd-fedora-9-desktop.ks file and using it with the livecd-creator program.

I am considering migrating to Fedora 11 but I must be able to either use my modified livecd-fedora-9-desktop.ks or incorporate my modifications into a Fedora 11 equivalent file.

I downloaded Fedora-11-i686-Live.iso and installed it on one of my systems. I used yum to install the latest package for livecd-tools (livecd-tools.i586). However, I did not find /usr/share/livecd-tools, but instead I found /usr/share/docs/livecd-tools-024. Additionally, this directory had only one configuration file (livecd-fedora-minima.ks) in it.

So my questions are as follows

What happened to all of the configuration files that were in /usr/share/livecd-tools directory of F9?.

Is there a package which contains the Fedora 11 equivalent to the livecd-fedora-9-desktop.ks and livecd-fedora-9-base-desktop.ks files?

If not, what other options do I have?

If I cannot create the custom image, then I cannot migrate so any ideas are appreciated.

RahulSundaram
22nd September 2009, 07:29 PM
Hi,

# yum install spin-kickstarts

# rpm -ql spin-kickstarts

ryptyde
22nd September 2009, 09:00 PM

After doing what Rahul recommended you will find the .ks files in /usr/share/spin-kickstarts there are also rpmfusion spin-kickstarts for F11. :)

metaylor
22nd September 2009, 09:28 PM
This this worked.

I see that the configuration files have changed a lot (which I guess is to be expected).

I will see if I can find one suited to use for my customizations.

I will keep u posted...;)

Thanks