* util/grub-probe.c (probe): Separate different drives in hint-str
by spaces and not newlines. * util/grub-mkconfig_lib.in: Handle multidevice filesystem.
This commit is contained in:
parent
44016e527a
commit
588744d0dc
3 changed files with 33 additions and 11 deletions
|
@ -555,7 +555,10 @@ probe (const char *path, char **device_names, char delim)
|
|||
print_full_name (map, dev);
|
||||
printf ("' ");
|
||||
}
|
||||
printf ("\n");
|
||||
if (curdrive[1])
|
||||
printf (" ");
|
||||
else
|
||||
printf ("\n");
|
||||
|
||||
grub_device_close (dev);
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue