commit | b4414f4a4a8986378a33600046cbe1a917267119 | [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 | 13bf2f55d9ea6620f0bcdc4a9f0b67f6ec81885f [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>