<div dir="ltr">You know more than I do on this topic. :) I do not have an URL for how Scratch boots directly, but I can point you to documentation on the <a href="http://raspberrypi.org">raspberrypi.org</a> website that shows you how to configure it in raspi-config (basically, you select an option - all the details are abstracted away). I have already asked this question on the raspberrypi forums, and I have not yet received a reply:<div>
<a href="http://www.raspberrypi.org/phpBB3/viewtopic.php?t=61117">http://www.raspberrypi.org/phpBB3/viewtopic.php?t=61117</a><br></div><div><br></div><div>I&#39;ll try to dig around with what little Linux knowledge I have and using your hints to see how Scratch is booted.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Nov 19, 2013 at 9:28 AM, Bert Freudenberg <span dir="ltr">&lt;<a href="mailto:bert@freudenbergs.de" target="_blank">bert@freudenbergs.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 18.11.2013, at 18:21, Charles Schultz &lt;<a href="mailto:sacrophyte@gmail.com">sacrophyte@gmail.com</a>&gt; wrote:<br>

<br>
&gt; Just curious, how does one configure the Raspberry Pi to boot directly into eToys just like the new option to boot directly into Scratch?<br>
<br>
</div>I haven&#39;t looked at how Scratch does it (do you have a URL?).<br>
<br>
But in general the simplest thing would be to just launch Squeak from the linux startup mechanism. When the Linux kernel is finished booting, it runs an executable specified in /etc/inittab. Typically that&#39;s &quot;init&quot; which then executes the rc script which in turn launches everything, including the graphical shell. That is where you can hook into - either with an X server (so you would have to make Etoys auto-start when X is run) or without the X server using Squeak&#39;s fbdev display driver. The latter would make startup faster, but you would have to benchmark both to know for sure which would be more efficient at runtime.<br>

<span class="HOEnZb"><font color="#888888"><br>
- Bert -<br>
<br>
<br>
<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Charles Schultz
</div>