*** /diskless/CentOS6/i386/root/usr/share/dracut/modules.d/45ifcfg/write-ifcfg.sh	2012-06-22 08:40:20.000000000 -0400
--- modded/write-ifcfg.sh_modded	2012-07-16 11:04:18.000000000 -0400
***************
*** 18,24 ****
      {
  	echo "# Generated by dracut initrd" 
  	echo "DEVICE=$netif"
! 	echo "ONBOOT=yes"
  	echo "NETBOOT=yes"
  	if [ -f /tmp/net.$netif.lease ]; then
  	    strstr "$ip" '*:*:*' &&
--- 18,26 ----
      {
  	echo "# Generated by dracut initrd" 
  	echo "DEVICE=$netif"
! # BM - Patch so that boot interface is not re-initialized 
! #	echo "ONBOOT=yes"
! 	echo "ONBOOT=no"
  	echo "NETBOOT=yes"
  	if [ -f /tmp/net.$netif.lease ]; then
  	    strstr "$ip" '*:*:*' &&
