diff -ur lilo-24.0/mkrescue lilo-24.0-alt-mkrescue/mkrescue --- lilo-24.0/mkrescue 2014-03-03 22:50:36.000000000 +0200 +++ lilo-24.0-alt-mkrescue/mkrescue 2014-03-03 22:52:55.000000000 +0200 @@ -670,7 +670,8 @@ opt=-hard-disk-boot fi mv $mfile $mount/boot.bin - genisoimage $opt -J -R -T \ + mkisofs=genisoimage + $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 <