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

Add Extract command that allows to copy files from the image to the localhost #50

Closed sensslen closed 2 years ago

sensslen commented 2 years ago

With this PR we get the ability to easily copy Copy files from the image back to the host. This allows to generate compainon files on the target and have them available on the host for further processing.

In my case, I want to generate an info file similar to the one provided by the raspberry pi foundation that states what software packages are installed on the system.

oxzi commented 2 years ago

Thanks a lot for your contribution!