kickstart: add --ptable option
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 10 Jan 2013 11:41:41 +0000 (13:41 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 11 Jan 2013 09:42:54 +0000 (11:42 +0200)
commit5ad12c938723c7157aa5b8b964b0e630d943318c
treebed343ae67e8f2c25ea365dd6703f598f392caa1
parentd2de248272b57a7c306fecfaa77bc1da81d18397
kickstart: add --ptable option

This patch adds a --ptable option to the 'bootloader' command of the KS file,
as suggested by Guy Chen. The default partition table format is "msdos". We are
going to support the "gpt" format soon. Usage:

bootloader --timeout=blah --append=blah --ptable=blah

Change-Id: I02772df92a8e883ac3450b5b947789bca19be037
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
mic/kickstart/custom_commands/micboot.py