Exit if partition is marked as active but boot flag can't be set.
authorHuang Hao <hao.h.huang@intel.com>
Wed, 14 Aug 2013 06:57:03 +0000 (14:57 +0800)
committerGui Chen <gui.chen@intel.com>
Thu, 22 Aug 2013 06:00:57 +0000 (02:00 -0400)
commit468951d2fde71567fe6c03d14cb7131ad1d85560
tree2d654caf178ed46067d945ead73cdc6aeed6302b
parente1d60d3a5fbb5bf59205e129a6a7783ae6832e67
Exit if partition is marked as active but boot flag can't be set.

If partition is marked with --active in ks file, mic should set
'boot' flag for MBR or 'legacy_boot' flag for GPT.

parted 2.3 doesn't support 'legacy_boot' flag, so this operation
may fail and when it happens the image will be unbootable.

Fixes: #1067

Change-Id: I8e0a5e901522cfed6af8e7dd892372d3649f2b77
mic/utils/partitionedfs.py