tags 601093 patch
thanks

The attached patch fixed this bug for me.

--
Dmitry Borodaenko
--- 10_linux.bak	2010-10-25 13:30:54.792624060 +0300
+++ 10_linux	2010-10-25 13:40:26.000000000 +0300
@@ -102,7 +102,7 @@
   echo "Found linux image: $linux" >&2
   basename=`basename $linux`
   dirname=`dirname $linux`
-  rel_dirname=`make_system_path_relative_to_its_root $dirname`
+  rel_dirname=`make_system_path_relative_to_its_root $linux`
   version=`echo $basename | sed -e "s,^[^0-9]*-,,g"`
   alt_version=`echo $version | sed -e "s,\.old$,,g"`
   linux_root_device_thisversion="${LINUX_ROOT_DEVICE}"

Reply via email to