Feedback requested: making Debian system update generation easier

Hi everyone,

We’re looking at some ideas for making system update (i.e. rootfs) generation easier for Debian family distributions (where Mender uses mender-convert).

Right now the golden image workflow is being used, however it has quite a bit of steps for moving storage (e.g. SD cards) around, dumping images, etc.

If you’re interested in giving your feedback on a call to help improve Mender in this area, please let me know (DM me or email contact@mender.io). We offer a $50 Amazon gift card as a small token of appreciation for your time.

If you’d rather provide comments here, I have attached some ideas. Let me know what you think!

Hi,
To spare the SD card, you may try to mount additional storage and dd the image to it, then scp the file to your further handling.
Another alternative, is to use compatible device with stronger CPU, RAM, etc. and do all the work on it.

Hi @shainert.israel,

Thanks for the feedback!

For the first one, do you mean to mount additional storage on the device itself? Such as an USB dongle or network storage?

Yes. The type that will provide the best performance with dd.