--- trunk/grubby/new-kernel-pkg 2012/02/18 00:46:32 1716 +++ trunk/grubby/new-kernel-pkg 2012/02/18 01:09:18 1749 @@ -544,9 +544,9 @@ { if [[ -n ${dracut} ]] then - tool="/sbin/dracut ${dracuthostonly} -f ${initrdfile} ${version}" + 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}