Much appreciated Johnny, thanks for taking the time to explain what and where.  I'll start using the plus SRPMs from here out and then I only need to modify for the timer frequency.  Thanks.<br><br><div><span class="gmail_quote">
On 4/28/07, <b class="gmail_sendername">Johnny Hughes</b> <<a href="mailto:mailing-lists@hughesjr.com">mailing-lists@hughesjr.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Fri, 2007-04-27 at 23:48 -0500, Tom Bishop wrote:<br>> Johnny can you bee more specific on how you go about and correct this?<br>> I need to recompile with the same support as the plus build but I also<br>> need to change the frequency timer.  That works but I have no
<br>> reiserfs, etc support.  Where do you go to change the settings to get<br>> this to stick.  I tried looking for a per script that set these<br>> settings as mentioned in your description below but was unable to find
<br>> where they are setting it.  Any help would be appreciated, thanks.<br><br>What I did what modify the Kernel Spec file to not use the generic<br>template code.  I did this by removing that section of code completely
<br>from the spec file.<br><br>So, I removed this section of code completely from the "%prep" section<br>for CentOSPlus spec:<br><br>====================================================================================
<br>#if a rhel kernel, apply the rhel config options<br>%if 0%{?rhel}<br>  for i in %{all_arch_configs}<br>  do<br>    mv $i $i.tmp<br>    $RPM_SOURCE_DIR/merge.pl $RPM_SOURCE_DIR/config-rhel-generic $i.tmp > $i<br>    rm $i.tmp
<br>  done<br>  for i in $RPM_SOURCE_DIR/kernel-%{kversion}-{i586,i686,i686-PAE,x86_64}*.config<br>  do<br>    echo i is this file  $i<br>    mv $i $i.tmp<br>    $RPM_SOURCE_DIR/merge.pl $RPM_SOURCE_DIR/config-rhel-x86-generic $i.tmp > $i
<br>    rm $i.tmp<br>  done<br>  for i in $RPM_SOURCE_DIR/kernel-%{kversion}-ppc64.config<br>  do<br>    echo i is this file  $i<br>    mv $i $i.tmp<br>    $RPM_SOURCE_DIR/merge.pl $RPM_SOURCE_DIR/config-rhel-ppc64-generic $i.tmp > $i
<br>    rm $i.tmp<br>  done<br>%endif<br>#if a olpc kernel, apply the olpc config options<br>%if 0%{?olpc}<br>  for i in %{all_arch_configs}<br>  do<br>    mv $i $i.tmp<br>    $RPM_SOURCE_DIR/merge.pl $RPM_SOURCE_DIR/config-olpc-generic $i.tmp > $i
<br>    rm $i.tmp<br>  done<br>%endif<br>====================================================================================<br><br>That mod should be in spec file for CentOSPlus .... in this SRPM:<br><br><a href="http://dev.centos.org/centos/5/testing/SRPMS/kernel-2.6.18-8.1.1.el5.centos.plus.1.src.rpm">
http://dev.centos.org/centos/5/testing/SRPMS/kernel-2.6.18-8.1.1.el5.centos.plus.1.src.rpm</a><br><br>(also the i586, i686, x86_64 kernel-2.6.18* SOURCE files from that SRPM<br>are also the config files for what is enabled in the CentOSPlus kernel)
<br><br><snip><br><br>Thanks,<br>Johnny Hughes<br><br>_______________________________________________<br>CentOS mailing list<br><a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br><a href="http://lists.centos.org/mailman/listinfo/centos">
http://lists.centos.org/mailman/listinfo/centos</a><br><br><br></blockquote></div><br>