On Tue, Nov 13, 2012 at 12:10:45PM +0100, Fabio Porcedda wrote:I'll look into it.
> On Mon, Nov 12, 2012 at 8:55 AM, Sascha Hauer <s.hauer@pengutronix.de>wrote:
>
> > On Fri, Nov 09, 2012 at 12:06:38PM +0100, Fabio Porcedda wrote:
> > > ...
> > ...
> ...
> > (I was thinking about adding a -e parameter to cp to eventually skip the
> > first step)
> >
>
> It seems a nice addition for me.
>I have no plans doing so. Basically not because I do not want such a
> There is some plane in the future to add a "update" command, like in
> "defaultenv"?
command, but because I do not know what such should do. The old command
took parameters like 'mmc' or 'net' which was hard to dispatch into
the different files and does not work with multiple mmc cards, so I
thought doing it completely on file level would be enough (with the
above additions added, maybe).
...