Thanks John. This is what I do to put our modified kernel into place.
The modified kernel has routines to talk to our coprocessor via the pcibus and it is not a standard device. A generic kernel does not know how to talk to the coprocessor, what I want to do is build an install kernel that can talk to the coprocessor via pci.
A more detailed description of our system is at www.conveycomputer.com.
Thanks a lot.
On Fri, Jan 28, 2011 at 4:36 PM, JohnS jses27@gmail.com wrote:
On Fri, 2011-01-28 at 15:19 -0600, Tom G Murphy wrote:
Nothing hard about doing this I do it a lot.....
My RT KickStart built into isolinux %post # Update the Install # We pull in our kern.repo file for updates. Magic! yum -y install -c http://192.168.2.200/kicks/kern.repo kernel-rt # Clean out the filth. yum clean all
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos