Tagged Questions
2
votes
2answers
77 views
Version Control / Configuration Management for Linux Images
One project I'm working on involves continuously maintaining a base Linux disk image that gets cloned onto embedded devices.
Right now, every time a change is made, we log what we've done in a file ...
2
votes
3answers
482 views
Creating customized .dmg files upon download
I want to distribute a cross-platform application for which the executable file is slightly different, depending on the user who downloaded it. This is done by having a placeholder string somewhere in ...