+2010-10-26 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * util/grub-setup.c (setup): Clarify the error message.
+
2010-10-26 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/types.h (grub_target_off_t): Removed no longer used type.
if (! dest_partmap)
{
- grub_util_warn (_("Attempting to install GRUB to a partitionless disk. This is a BAD idea."));
+ grub_util_warn (_("Attempting to install GRUB to a partitionless disk or to a partition. This is a BAD idea."));
goto unable_to_embed;
}
if (multiple_partmaps || fs)