https://bugzilla.novell.com/show_bug.cgi?id=409435 User A.Vetlugin@dalcombank.ru added comment https://bugzilla.novell.com/show_bug.cgi?id=409435#c1 --- Comment #1 from Andrew Vetlugin <A.Vetlugin@dalcombank.ru> 2008-07-16 00:34:32 MDT --- Diff was run in wrong way :) This is the correct one: iscsi0:/sbin # diff -u /sbin/mkinitrd.orig /sbin/mkinitrd --- /sbin/mkinitrd.orig 2007-05-10 03:43:14.000000000 +1100 +++ /sbin/mkinitrd 2008-07-16 16:53:38.000000000 +1100 @@ -3387,7 +3387,7 @@ fi # Check whether we are using LVM2 if [ -z "$root_evms" ] && [ -x /sbin/lvdisplay ] ; then - vg_name=$(lvdisplay -c 2> /dev/null | sed -n "/.*:$major:$minor/p") + vg_name=$(lvdisplay -c 2> /dev/null | sed -n "/.*:$major:$minor\$/p") vg_dev=${vg_name%%:*} vg_name=${vg_name#*:} vg_root=${vg_name%%:*} -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.