]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Add the comment about net-/openbsdlabel
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 20 Sep 2010 19:34:20 +0000 (21:34 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 20 Sep 2010 19:34:20 +0000 (21:34 +0200)
grub-core/partmap/bsdlabel.c

index da5c6e3ab585f3179b793333d7318b78829e4496..eff3bbe443308cfe4ae06829a37c437b0c563605 100644 (file)
@@ -139,6 +139,9 @@ bsdlabel_partition_map_iterate (grub_disk_t disk,
                       &grub_bsdlabel_partition_map, hook);
 }
 
+/* This is a total breakage. Even when net-/openbsd label is inside partition
+   it actually describes the whole disk.
+ */
 static grub_err_t
 netopenbsdlabel_partition_map_iterate (grub_disk_t disk, grub_uint8_t type,
                                       struct grub_partition_map *pmap,