<html><body>
<p><tt>> I suppose this has to be <br>
><br>
> echo -ne "\e]R"<br>
</tt><br>
<tt>No, it is without the '-e' switch in the script. But yes, when I reproduced it from the command line the '-e' switch was necessary.</tt><br>
<tt><br>
> Is this some special terminal, or the Linux framebuffer works <br>
> differently on these systems?  If the first, then either some check is <br>
> required in /etc/init.d/kbd to avoid this echo, or a redirection is <br>
> required (echo -ne "\e]R" >/dev/somewhere).  If the second, then perhaps <br>
> this is a bug in the kernel?<br>
<br>
</tt><tt>$ grep ^co /etc/inittab</tt><br>
<tt>co:2345:respawn:/sbin/getty hvc0 9600 vt100</tt><br>
<br>
<tt>I did make the observation that just removing the echo statement eliminated the problem.</tt><br>
<br>
<tt>Rolf</tt></body></html>