diff -upk.orig lilo-22.7.1.orig/mkrescue lilo-22.7.1/mkrescue --- lilo-22.7.1.orig/mkrescue 2005-08-18 21:35:34 +0000 +++ lilo-22.7.1/mkrescue 2006-06-22 10:12:44 +0000 @@ -660,7 +660,8 @@ if [ $isoimage = yes ]; then opt=-hard-disk-boot fi mv $mfile $mount/boot.bin - mkisofs $opt -J -R -T \ + mkisofs=mkisofs + $mkisofs $opt -J -R -T \ -V LILO_BOOT -A "Linux Boot CD created by LILO mkrescue" \ -b boot.bin -c boot.cat -o $out $mount cat <