From: Vladimir 'phcoder' Serbinenko Date: Mon, 20 Sep 2010 19:34:20 +0000 (+0200) Subject: Add the comment about net-/openbsdlabel X-Git-Tag: 1.99~452^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65d973de1c7dfdb401e84efbcf7fb5f50b95d4e1;p=thirdparty%2Fgrub.git Add the comment about net-/openbsdlabel --- diff --git a/grub-core/partmap/bsdlabel.c b/grub-core/partmap/bsdlabel.c index da5c6e3ab..eff3bbe44 100644 --- a/grub-core/partmap/bsdlabel.c +++ b/grub-core/partmap/bsdlabel.c @@ -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,