2009-07-30 Vladimir Serbinenko <phcoder@gmail.com>

* util/i386/pc/grub-setup.c (setup): Check that no partition is in
	embeding zone, not only the first one.
This commit is contained in:
phcoder 2009-07-29 22:50:38 +00:00
parent 56c5a47f43
commit a275d9e7c0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-07-30 Vladimir Serbinenko <phcoder@gmail.com>
* util/i386/pc/grub-setup.c (setup): Check that no partition is in
embeding zone, not only the first one.
2009-07-29 Joe Auricchio <jauricchio@gmail.com>
* term/gfxterm.c (clear_char): New function.

View File

@ -132,7 +132,7 @@ setup (const char *dir,
&& embed_region.end > p->start)
embed_region.end = p->start;
return 1;
return 0;
}
auto int NESTED_FUNC_ATTR find_usable_region_gpt (grub_disk_t disk,