* util/grub-setup.c (setup): Clarify the error message.
This commit is contained in:
parent
18568d1852
commit
4171b3c5bc
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2010-10-26 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* include/grub/types.h (grub_target_off_t): Removed no longer used type.
|
* include/grub/types.h (grub_target_off_t): Removed no longer used type.
|
||||||
|
|
|
@ -385,7 +385,7 @@ setup (const char *dir,
|
||||||
|
|
||||||
if (! dest_partmap)
|
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;
|
goto unable_to_embed;
|
||||||
}
|
}
|
||||||
if (multiple_partmaps || fs)
|
if (multiple_partmaps || fs)
|
||||||
|
|
Loading…
Reference in a new issue