Revert 2 previous commits.
2009-08-23 Vladimir Serbinenko <phcoder@gmail.com> Fix grub-install. * util/grub-probe.c (probe_partmap): Prefix partmap with 'part_'.
This commit is contained in:
parent
af0f0beafa
commit
0b8e386c09
5 changed files with 5 additions and 7 deletions
|
@ -97,7 +97,7 @@ probe_partmap (grub_disk_t disk)
|
|||
grub_util_error ("Invalid partition map %s", name);
|
||||
|
||||
*underscore = '\0';
|
||||
printf ("%s\n", name);
|
||||
printf ("part_%s\n", name);
|
||||
free (name);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue