]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-setup.c (setup): Clarify the error message.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 26 Oct 2010 10:31:26 +0000 (12:31 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 26 Oct 2010 10:31:26 +0000 (12:31 +0200)
ChangeLog
util/grub-setup.c

index 7c227ab865a88a6fc57666eb06334310423e572f..153121d9aa73e2b3c4925786f5b6a146ff271e1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 8ab33590b01b79bb3e53501a79e54319776b8efd..588c87526e230f710cbb4ae23eb346e90affe7f3 100644 (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)