Michael Olbrich
Michael Olbrich
We need to be careful when implementing this. Calling `du` like this depends on the filesystem so you may get different result for the same files. `du -s --apparent-size --block-size=1`...
> > already implemented in PTXdist > > Never heard about that. Does it provide some kind of genimage alternative with more features? It's something like buildroot. It calculates the...
Hmm, it's not that simple. Just allowing shell expansion will change the behavior of `"filename with spaces.suffix"`.
Unfortunately that not trivial to do in a reliable reproducible fashion. First we would need to copy everything because most tools take one directory tree as input. And plain C...
It depends on the image types. The stuff we do in `image-hd.c` is not something I'd like to implement in Python... If you dig deep enough in the history then...
It's a good idea, but not high on my personal priority list. But I'd be happy to review a pull request.
Hmm, this is not exactly trivial and I have no idea about raid
I don't know swupdate, but I expect this needs to be a bit more intelligent than just converting the config directly into json. Probably a new image-swupdate.c that generates the...
Hmm, I have no idea what might cause this. Can you try the current master? And does the existence of of the second partition make a difference? What about adding...
Tools like mke2fs only accept one directory for root. So at some point, all those directories must be copied together. I think that's out of scope for genimage. But with...