Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Tom Zanussi <tom.zanussi@linux.intel.com>
To: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] wic: print partition alignment when available
Date: Thu, 05 Feb 2015 16:01:42 -0600	[thread overview]
Message-ID: <1423173702.21935.0.camel@picadillo> (raw)
In-Reply-To: <1423090118-13921-1-git-send-email-alexandre.belloni@free-electrons.com>

On Wed, 2015-02-04 at 23:48 +0100, Alexandre Belloni wrote:
> When printing a partition, the --align parameter was shown when present
> but not its value.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Acked-by: Tom Zanussi >tom.zanussi@linux.intel.com>

> ---
>  scripts/lib/wic/kickstart/custom_commands/micpartition.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/lib/wic/kickstart/custom_commands/micpartition.py b/scripts/lib/wic/kickstart/custom_commands/micpartition.py
> index 43d04f12945c..d6be008cebf2 100644
> --- a/scripts/lib/wic/kickstart/custom_commands/micpartition.py
> +++ b/scripts/lib/wic/kickstart/custom_commands/micpartition.py
> @@ -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:
> -- 
> 2.1.0
> 




      reply	other threads:[~2015-02-05 22:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-04 22:48 [PATCH] wic: print partition alignment when available Alexandre Belloni
2015-02-05 22:01 ` Tom Zanussi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1423173702.21935.0.camel@picadillo \
    --to=tom.zanussi@linux.intel.com \
    --cc=alexandre.belloni@free-electrons.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox