* util/i386/pc/getroot.c (grub_guess_root_device): Don't compare os_dev
with "/dev/.static/dev/md".
+2006-10-14 Robert Millan <rmh@aybabtu.com>
+
+ * util/i386/pc/getroot.c (grub_guess_root_device): Don't compare os_dev
+ with "/dev/.static/dev/md".
+
2006-10-14 Yoshinori K. Okuji <okuji@enbug.org>
* util/i386/pc/grub-probe.c (probe): Print DEVICE_NAME instead of
return grub_dev;
}
- if (!strncmp (os_dev, "/dev/md", 7) || !strncmp (os_dev, "/dev/.static/dev/md", 19))
+ if (!strncmp (os_dev, "/dev/md", 7))
{
char *p, *grub_dev = xmalloc (8);