wic: print partition alignment when available

When printing a partition, the --align parameter was shown when present
but not its value.

(From OE-Core rev: 26280cf0199abb3266d620c8dee1194504a5a829)

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexandre Belloni 2015-02-04 23:48:38 +01:00 committed by Richard Purdie
parent 602d90d57a
commit 080e3e4f58
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class Mic_PartData(FC4_PartData):
retval = FC4_PartData._getArgsAsStr(self)
if self.align:
retval += " --align"
retval += " --align=%d" % self.align
if self.extopts:
retval += " --extoptions=%s" % self.extopts
if self.part_type: