Split partitioning logic to either run sfdisk or sgdisk 11/7711/7
authorPatrick McCarty <patrick.mccarty@linux.intel.com>
Thu, 1 Aug 2013 17:59:20 +0000 (10:59 -0700)
committerPatrick McCarty <patrick.mccarty@linux.intel.com>
Mon, 5 Aug 2013 17:00:53 +0000 (10:00 -0700)
commite8ab782a59a81d10f7412ced7bcc028aac255de1
treee5880fb1df735bfb3eabb38dac046f1ecad0fb59
parent65caf3c4fa2f4bc38f6aa1e9774d480e2b6f6abc
Split partitioning logic to either run sfdisk or sgdisk

Using the input string generated in the appropriate *_options function,
now partition the device using either sfdisk or sgdisk.

Only MBR and GPT are supported, so any other partition table formats are
ignored.

Change-Id: I78ee6bb7fd6077725b30fa5f8622c4ab3c6dcdfc
scripts/system-installer