Scott, you are almost right about the path for the thin client 'stuff'.
It doesn't get updated automatically with the server side, unless you
delete and recreate it every time there is an update to the ltsp client
build.
<br><br>I think you should do this to update it, based on <a href="https://wiki.edubuntu.org/EdubuntuLTSPUpgradeNotes" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">https://wiki.edubuntu.org/EdubuntuLTSPUpgradeNotes
</a>; all these steps are done on the LTSP server:<br>
<br># Copy the apt sources list into the thin client chroot<br>sudo cp /etc/apt/sources.list /opt/ltsp/i386/etc/apt/ <br>sudo chroot /opt/ltsp/i386 apt-get update<br>
<br># It is suggested at <a href="http://developer.novell.com/wiki/index.php/Edgy/HOWTO:_Install_MueKow_on_Ubuntu" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://developer.novell.com/wiki/index.php/Edgy/HOWTO:_Install_MueKow_on_Ubuntu
</a> that you do this next:
<br>sudo chroot /opt/ltsp/i386/ mount -t proc proc /proc<br><br># In any case, the next step is:<br>sudo chroot /opt/ltsp/i386 apt-get upgrade<br><br># If you want to upgrade the thin client kernel do <br>sudo chroot /opt/ltsp/i386 apt-get dist-upgrade 
<br>sudo ltsp-update-kernels<br><br>However, I follow the maxim &#39;if it
ain&#39;t broke, don&#39;t fix it&#39; as far as thin clients are concerned. If you
do try it, take a copy of /opt/ltsp/i386 first.<br><br>I hope this helps!
<br><br><div><span class="gmail_quote">On 27/03/07, <b class="gmail_sendername">Scott Ledyard</b> &lt;<a href="mailto:scott@redboot.biz">scott@redboot.biz</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
...<br>I&#39;ve heard people talk about a need to update the part of the system that the thin clients boot from. Is this what is stored in 
<tt>/opt/ltsp/i386/etc/?<br></tt><br>Does this get updated automatically during regular updates or is there a special process to update it? If so, when does it need updating?<br><br><br></blockquote></div>