Hi,
I am playing with Fedora Live CD creation. Right now I want to include rpm: disk --> 'disktype-9-3.fc10.src.rpm'
Link:
http://rpmfind.net/linux/RPM/fedora/...fc10.i386.html
In my LiveCD-test.ks, I have included disktype under the section %Packages. Also made sure respective rpm is placed in 'yum' repo.
Still, I get error unable to find package: 'disktype'.
Note: yum repo is included as:
repo --name=testappln --baseurl=file:///root/build/yum
%packages
disktype
testappln
#many other rpm list here
%end
Any suggestions?