Comment 24 for bug 717129

Revision history for this message
Guilherme Salgado (salgado) wrote : Re: [Bug 717129] Re: linaro-media-create crashes during media setup/partitioning

On Mon, 2011-03-28 at 15:56 +0000, Loïc Minier wrote:
[...]
> A completely safe way to deliver the functionality would be to change
> linaro-image-tools to always generate an image file and then write it
> to the SD with a single dd run.

I think this would simplify a bunch of things, allow us to get rid of
some dependencies (e.g. udisks) and make lmc more robust in general.

There's also the fact that when lmc fails to write the image to the SD
card we would then be able to point the user to the created image file
and they could dd it again to the current card or a different one --
that saves them having to re-run everything because of a flaky card or
bug in lmc.

And I don't think it'd be much work to implement this.