2008-04-07 Robert Millan <rmh@aybabtu.com>

* util/grub-probe.c (probe): Improve error message.
This commit is contained in:
robertmh 2008-04-07 15:23:09 +00:00
parent 3cbd2f98c6
commit 25c024b14d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-04-07 Robert Millan <rmh@aybabtu.com>
* util/grub-probe.c (probe): Improve error message.
2008-04-07 Robert Millan <rmh@aybabtu.com>
* util/biosdisk.c (read_device_map): Skip devices that don't exist

View file

@ -151,7 +151,7 @@ probe (const char *path, char *device_name)
drive_name = grub_util_get_grub_dev (device_name);
if (! drive_name)
grub_util_error ("cannot find a GRUB drive for %s.\n", device_name);
grub_util_error ("Cannot find a GRUB drive for %s. Check your device.map.\n", device_name);
if (print == PRINT_DRIVE)
{