* 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
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue