10th Feb, 2013, 04:12 AM
(17th Jan, 2013 08:10 PM)CurlyMo Wrote: [ -> ]The splash is already done. Will be released with Alpha 5. And then, you will be one of the first people to see itIn other words, you're teasing us! LOL
Re the strange characters 'generated' by bootlogd, they are just colour codes and can be replaced with the a command such as this:
sed $'s/\^\[/\E/g;s/\[1G\[/\[27G\[/' /var/log/boot
which of course was right in front of my face but I jumped too quickly before reading the whole thing