* util/i386/pc/grub-setup.c (main): If install drive is an LVM,
don't append the RAID prefix afterwards.
Reported by Clint Adams.
+2008-06-08 Robert Millan <rmh@aybabtu.com>
+
+ * util/i386/pc/grub-setup.c (main): If install drive is an LVM,
+ don't append the RAID prefix afterwards.
+ Reported by Clint Adams.
+
2008-06-08 Robert Millan <rmh@aybabtu.com>
Based on description from Pavel:
free (prefix);
prefix = newprefix;
}
-
- if (dest_dev[0] == 'm' && dest_dev[1] == 'd'
- && dest_dev[2] >= '0' && dest_dev[2] <= '9')
+ else if (dest_dev[0] == 'm' && dest_dev[1] == 'd'
+ && dest_dev[2] >= '0' && dest_dev[2] <= '9')
{
char **devicelist;
char *raid_prefix;