2008-04-07 Robert Millan <rmh@aybabtu.com>
* util/grub-probe.c (probe): Improve error message.
This commit is contained in:
parent
3cbd2f98c6
commit
25c024b14d
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2008-04-07 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
* util/biosdisk.c (read_device_map): Skip devices that don't exist
|
* util/biosdisk.c (read_device_map): Skip devices that don't exist
|
||||||
|
|
|
@ -151,7 +151,7 @@ probe (const char *path, char *device_name)
|
||||||
|
|
||||||
drive_name = grub_util_get_grub_dev (device_name);
|
drive_name = grub_util_get_grub_dev (device_name);
|
||||||
if (! drive_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)
|
if (print == PRINT_DRIVE)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue