Magellan Linux

Diff of /trunk/grubby/new-kernel-pkg

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

revision 1727 by niro, Sat Feb 18 00:46:32 2012 UTC revision 1728 by niro, Sat Feb 18 00:59:04 2012 UTC
# Line 544  mkinitrd() Line 544  mkinitrd()
544  {  {
545   if [[ -n ${dracut} ]]   if [[ -n ${dracut} ]]
546   then   then
547   tool="/sbin/dracut ${dracuthostonly} -f ${initrdfile} ${version}"   tool="dracut ${dracuthostonly} -f ${initrdfile} ${version}"
548   else   else
549   tool="/sbin/mkinitrd --allow-missing -f ${initrdfile} ${version}"   tool="/sbin/mkinitrd --allow-missing -f ${initrdfile} ${version}"
550   fi   fi

Legend:
Removed from v.1727  
changed lines
  Added in v.1728