* disk/lvm.c (grub_lvm_scan_device): Add `LVM' to the error messages,
that no multiple data or metadata areas are supported and `Unknown
metadata header'.
+2009-04-15 Felix Zielcke <fzielcke@z-51.de>
+
+ * disk/lvm.c (grub_lvm_scan_device): Add `LVM' to the error messages,
+ that no multiple data or metadata areas are supported and `Unknown
+ metadata header'.
+
2009-04-15 Vladimir Serbinenko <phcoder@gmail.com>
Move loader out of the kernel
if (dlocn->offset)
{
grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
- "We don't support multiple data areas");
+ "We don't support multiple LVM data areas");
goto fail;
}
if (dlocn->offset)
{
grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
- "We don't support multiple metadata areas");
+ "We don't support multiple LVM metadata areas");
goto fail;
}
|| (grub_le_to_cpu32 (mdah->version) != GRUB_LVM_FMTT_VERSION))
{
grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
- "Unknown metadata header");
+ "Unknown LVM metadata header");
goto fail2;
}