Magellan Linux

Diff of /tags/grubby-8_40_20170706/new-kernel-pkg

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

revision 1728 by niro, Sat Feb 18 00:59:04 2012 UTC revision 1749 by niro, Sat Feb 18 01:09:18 2012 UTC
# Line 546  mkinitrd() Line 546  mkinitrd()
546   then   then
547   tool="dracut ${dracuthostonly} -f ${initrdfile} ${version}"   tool="dracut ${dracuthostonly} -f ${initrdfile} ${version}"
548   else   else
549   tool="/sbin/mkinitrd --allow-missing -f ${initrdfile} ${version}"   tool="mkinitrd --allow-missing -f ${initrdfile} ${version}"
550   fi   fi
551   [[ -n ${verbose} ]] && echo "creating initrd ${initrdfile} using ${version}"   [[ -n ${verbose} ]] && echo "creating initrd ${initrdfile} using ${version}"
552   ${tool}   ${tool}

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