2009-12-13 Robert Millan <rmh.grub@aybabtu.com>

* util/grub-probe.c (probe): Improve error message.
This commit is contained in:
Robert Millan 2009-12-13 19:46:59 +00:00
parent b50b77b9a8
commit 2e8a760287
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-12-13 Robert Millan <rmh.grub@aybabtu.com>
* util/grub-probe.c (probe): Improve error message.
2009-12-13 Robert Millan <rmh.grub@aybabtu.com>
* loader/i386/multiboot_elfxx.c

View File

@ -123,7 +123,7 @@ probe (const char *path, char *device_name)
device_name = grub_guess_root_device (path);
if (! device_name)
grub_util_error ("cannot find a device for %s.\n", path);
grub_util_error ("cannot find a device for %s (is /dev mounted?).\n", path);
if (print == PRINT_DEVICE)
{