steverino2
9th July 2009, 08:04 PM
Hello there, I'm new to this forum and attempting a custom kernel livecd build of FC12
my base platform is 2.6.29.4-167.fc11.i586 #1 SMP
first I downloaded the latest kernel build
yumdowloader --source kernel --enablerepo=rawhide
and got this:
kernel-2.6.31-0.42.rc2.fc12.src.rpm
Next I completed a custom kernel build using kernel-2.6.31-0.42.rc2.fc12.src.rpm
and now I am attempting to make the livecd,
but there is an unresolved package dependency on kernel-firmware
(/usr/share/spin-kickstarts/fedora-livecd-desktop.ks kernel line is "kernel-PAE")
#!/bin/bash
livecd-creator \
-d \
-v \
--logfile=/tmp/livecd.log \
--config=/usr/share/spin-kickstarts/fedora-livecd-desktop.ks \
--fslabel=myfc12 --cache=/var/cache/live
kernel-PAE-2.6.31-0.42.rc2.local.fc11.i686 from testbuilds has depsolving problems
--> Missing Dependency: kernel-firmware >= 2.6.31-0.42.rc2.local.fc11 is needed by package kernel-PAE-2.6.31-0.42.rc2.local.fc11.i686 (testbuilds)
Any ideas on this? I suppose it must be the firmware
(a) exists in rawhide, or
(b) must be built locally.
If its (b) then I'm not sure how to build firmware locally...
Thanks!
/steverino2
my base platform is 2.6.29.4-167.fc11.i586 #1 SMP
first I downloaded the latest kernel build
yumdowloader --source kernel --enablerepo=rawhide
and got this:
kernel-2.6.31-0.42.rc2.fc12.src.rpm
Next I completed a custom kernel build using kernel-2.6.31-0.42.rc2.fc12.src.rpm
and now I am attempting to make the livecd,
but there is an unresolved package dependency on kernel-firmware
(/usr/share/spin-kickstarts/fedora-livecd-desktop.ks kernel line is "kernel-PAE")
#!/bin/bash
livecd-creator \
-d \
-v \
--logfile=/tmp/livecd.log \
--config=/usr/share/spin-kickstarts/fedora-livecd-desktop.ks \
--fslabel=myfc12 --cache=/var/cache/live
kernel-PAE-2.6.31-0.42.rc2.local.fc11.i686 from testbuilds has depsolving problems
--> Missing Dependency: kernel-firmware >= 2.6.31-0.42.rc2.local.fc11 is needed by package kernel-PAE-2.6.31-0.42.rc2.local.fc11.i686 (testbuilds)
Any ideas on this? I suppose it must be the firmware
(a) exists in rawhide, or
(b) must be built locally.
If its (b) then I'm not sure how to build firmware locally...
Thanks!
/steverino2