Nature40 / pimod

Reconfigure Raspberry Pi images with an easy, Docker-like configuration file
GNU General Public License v3.0
122 stars 19 forks source link

Allow target (TO) to be a block device #26

Closed jonashoechst closed 4 years ago

jonashoechst commented 4 years ago

When deploying images to actual devices, pimod can come in handy, when a block device is allowed as target. When a block device is specified, the image is flashed onto the block device and instead of a loopback mount the relevant partitions are directly mounted.

Required changes:

jonashoechst commented 4 years ago

implemented in d0a2562