]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-07-30 Vladimir Serbinenko <phcoder@gmail.com>
authorphcoder <phcoder@localhost>
Wed, 29 Jul 2009 22:50:38 +0000 (22:50 +0000)
committerphcoder <phcoder@localhost>
Wed, 29 Jul 2009 22:50:38 +0000 (22:50 +0000)
* util/i386/pc/grub-setup.c (setup): Check that no partition is in
embeding zone, not only the first one.

ChangeLog
util/i386/pc/grub-setup.c

index 962e82153257e6180fc5a129ee503223c50340be..5183b55e0abc0e32b8c1905effe39da47b094c7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 38547e5341e48b49f1f91bf7d22c2b2b654e759f..92c69ef15eb430a9e0f049c65cf4a0abb80c0484 100644 (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,