> It can be done, surely? At that point in bootup we have the console
> driver in full working order. So can't we just replace "Ok.\n" with
> "\r\e[K", which will wipe the message off the screen *if* the test
> is successful.
>
> Maybe that's a bit fancy though...
But these escape sequences would also go to the log files, which
is probably not good...
Martin