paritionedfs: remove the 'extended' key from disk dictionary
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 15 Feb 2013 10:46:55 +0000 (12:46 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 18 Feb 2013 16:00:58 +0000 (18:00 +0200)
commit12791d2db8d218acaee4adc115b09ed8fbbf663d
tree9378a50095d24474c057daddc97d56846efff2eb
parentb2625e2dc8636219226fefc40cda5227f4d4ea3b
paritionedfs: remove the 'extended' key from disk dictionary

The 'extended' key holds the size of the extended partition, and it is only
used once when we create the extended partition. However, we do not really need
this becase we can easily calculate the extended partition size, because we
know the start of the first logical partition and the disk size. Having this
'extended' key only complicates the code unnecessarily.

Change-Id: I58e61e219890339fae63eeb5bdf9f2002401cb72
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
mic/utils/partitionedfs.py