--- trunk/grubby/new-kernel-pkg 2012/02/18 00:59:04 1728 +++ trunk/grubby/new-kernel-pkg 2012/02/18 01:09:18 1749 @@ -546,7 +546,7 @@ then tool="dracut ${dracuthostonly} -f ${initrdfile} ${version}" else - tool="/sbin/mkinitrd --allow-missing -f ${initrdfile} ${version}" + tool="mkinitrd --allow-missing -f ${initrdfile} ${version}" fi [[ -n ${verbose} ]] && echo "creating initrd ${initrdfile} using ${version}" ${tool}