commit | d0cf3b6fca3afbefd2c8376cc7f481058a3dc30d | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Oct 08 08:14:37 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Wed Oct 17 07:59:10 2012 -0700 |
tree | 1c6b5a96163b1cac24061cefb4f4ed97e95e0af8 | |
parent | 9fbc2b380fbae5f9ff45a1ef9e8467d36036a31a [diff] |
disk: part_efi: set bootable flag in partition objects A partition is considered bootable if it either has the "legacy BIOS bootable" flag set, or if the partition type UUID matches the standard "system" type. Signed-off-by: Stephen Warren <swarren@nvidia.com>