--- lilo-22.4.1/mkrescue.orig 2002-06-10 06:38:57 +0400 +++ lilo-22.4.1/mkrescue 2003-05-11 18:25:15 +1300 @@ -62,18 +63,18 @@ image=`cat /proc/cmdline | sed "s/.*BOOT_IMAGE=//" | sed "s/ .*//"` -kernel=`$lilo -C $config -I $image i` +kernel=`$lilo -C $config -I "$image i"` if [ "$kernel" = "" ]; then exit 1; elif [ $debug = "true" ]; then echo kernel = "$kernel"; fi -initrd=`$lilo -C $config -I $image r` +initrd=`$lilo -C $config -I "$image r"` if [ "$initrd" = "" ]; then exit 1; elif [ $debug = "true" ]; then echo initrd = "$initrd"; fi if [ "$initrd" = "No initial ramdisk specified" ]; then initrd= ; fi -keymap=`$lilo -C $config -I $image k` +keymap=`$lilo -C $config -I "$image k"` if [ "$keymap" = "" ]; then exit 1; elif [ $debug = "true" ]; then echo keymap = "$keymap"; fi