Nature40 / pimod

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

Link / bind mount QEMU #17

Closed jonashoechst closed 4 years ago

jonashoechst commented 4 years ago

The QEMU static binaries are currently copied to the guest image. This is not necessary as the binaries themselves are not needed in the image afterwards.

Instead, I suggest to either bind mount individual binaries or expand the PATH and bind mount a folder.

oxzi commented 4 years ago

This issue is linked to #16. Perhaps, we should add a PATH overlay at first, which can be altered both by a Pifile and some setup / teardown routines.