@quazz said in Edit Image:

You could potentially use postdownloadscripts instead for something like this.

This is exactly how I go about updating the golden image between image captures. It uses a similar concept to dynamically installing drivers during image deployment. I do take this one step more by creating a file in the golden image that has a sequence number in it, that way I can reference that file in the post install script to only apply the fixes related to that specific sequence number.