* util/grub-setup.c (setup): Clarify the error message.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-10-26 12:31:26 +02:00
parent 18568d1852
commit 4171b3c5bc
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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.

View file

@ -385,7 +385,7 @@ setup (const char *dir,
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)