2009-12-13 Robert Millan <rmh.grub@aybabtu.com>
* util/grub-probe.c (probe): Improve error message.
This commit is contained in:
parent
b50b77b9a8
commit
2e8a760287
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2009-12-13 Robert Millan <rmh.grub@aybabtu.com>
|
||||||
|
|
||||||
* loader/i386/multiboot_elfxx.c
|
* loader/i386/multiboot_elfxx.c
|
||||||
|
|
|
@ -123,7 +123,7 @@ probe (const char *path, char *device_name)
|
||||||
device_name = grub_guess_root_device (path);
|
device_name = grub_guess_root_device (path);
|
||||||
|
|
||||||
if (! device_name)
|
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)
|
if (print == PRINT_DEVICE)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue