Magellan Linux

Diff of /branches/magellan-next/include/kernel26.sminc

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

revision 6654 by niro, Tue Sep 14 16:46:32 2010 UTC revision 6659 by niro, Tue Sep 14 20:37:17 2010 UTC
# Line 301  kernel26_image_postinstall() Line 301  kernel26_image_postinstall()
301   if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]   if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]
302   then   then
303   new-kernel-pkg -v --mkinitrd --make-default --install ${KPVER}-${KBRANCH}-${KPBUILD}   new-kernel-pkg -v --mkinitrd --make-default --install ${KPVER}-${KBRANCH}-${KPBUILD}
304     # remove the current one
305     new-kernel-pkg -v --rminitrd --remove $(uname -r)
306   fi   fi
307    
308   # symlink actual kernel to /boot/vmlinuz etc...   # symlink actual kernel to /boot/vmlinuz etc...

Legend:
Removed from v.6654  
changed lines
  Added in v.6659