From: Vladimir 'phcoder' Serbinenko Date: Tue, 26 Oct 2010 10:31:26 +0000 (+0200) Subject: * util/grub-setup.c (setup): Clarify the error message. X-Git-Tag: 1.99~366 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4171b3c5bcbc7654d1da9f6ddf5f562cd4ef7c41;p=thirdparty%2Fgrub.git * util/grub-setup.c (setup): Clarify the error message. --- diff --git a/ChangeLog b/ChangeLog index 7c227ab86..153121d9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-10-26 Vladimir Serbinenko + + * util/grub-setup.c (setup): Clarify the error message. + 2010-10-26 Vladimir Serbinenko * include/grub/types.h (grub_target_off_t): Removed no longer used type. diff --git a/util/grub-setup.c b/util/grub-setup.c index 8ab33590b..588c87526 100644 --- a/util/grub-setup.c +++ b/util/grub-setup.c @@ -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)