<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Mar 29, 2017 at 7:26 PM, tim Rowledge <span dir="ltr"><<a href="mailto:tim@rowledge.org" target="_blank">tim@rowledge.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="m_5787569778774268640gmail-"><br>
> On 29-03-2017, at 9:13 AM, Louis LaBrunda <Lou@Keystone-Software.com> wrote:<br>
><br>
> Hi Guys,<br>
><br>
> I have a Squeak program that I run headless on a Raspberry Pi.  The program starts when the<br>
> Raspberry boots (Raspbian Jessie Lite).  The image is never saved.  The same image is always<br>
> run when the Raspberry boots.  Do I need the changes file?  It seems to grow every time the<br>
> program starts.  Can I stop this?  Thanks in advance for any and all insight.<br>
<br>
</span>If you simply rename your prepared headless image after saving it then when it starts up it will not find the changes file. That *should* be enough; it works for Scratch. The sources file will still be found unless you remove it completely (probably not a good idea on your development machine!) but since we don’t write to it you won’t really notice.<br></blockquote><div><br></div><div>This only works if you disable the warnIfNoChangesFile and warnIfNoSourcesFile preferences. Otherwise your headless image will show a warning dialog and wait for the user to dismiss it. </div><div><br></div><div>So just disable these prefs and save the image. Then you don't need sources or changes.</div><div><br></div><div>- Bert - </div><div> </div></div><br></div></div>