Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/kernel26-alx/kernel26-alx-2.6.37-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2112 by niro, Wed May 11 21:48:05 2011 UTC revision 2113 by niro, Thu May 12 20:03:07 2011 UTC
# Line 102  postinstall() Line 102  postinstall()
102   kernel_image="kernel-${KPVER}-${KBRANCH}-${KPBUILD}"   kernel_image="kernel-${KPVER}-${KBRANCH}-${KPBUILD}"
103   kernel_description="${KPVER}-${KBRANCH}-${KPBUILD}"   kernel_description="${KPVER}-${KBRANCH}-${KPBUILD}"
104   alx_grub_update ${kernel_image} ${kernel_description}   alx_grub_update ${kernel_image} ${kernel_description}
105    
106     # upgrade modprobe.conf
107     if [[ -x ${MROOT}/sbin/modules-update ]]
108     then
109     ${MROOT}/sbin/modules-update --assume-kernel=${KPVER}-${KBRANCH}-${KPBUILD}
110     fi
111    
112   alx_postinstall   alx_postinstall
113  }  }
114    

Legend:
Removed from v.2112  
changed lines
  Added in v.2113