How to run an image without sources or changes files

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to run an image without sources or changes files

Brent Pinkney-2
Hi,

I would be most grateful if someone could provide the definitive incantations that allow an image to run
happily without sources or changes files.

Thanks

--
Brent

Reply | Threaded
Open this post in threaded view
|

Re: How to run an image without sources or changes files

Edgar J. De Cleene
Preferences setPreference: warnIfNoChangesFile toValue:  false
Preferences setPreference: warnIfNoSourcesFile toValue  false

Edgar