I always like to see my boot messages. Well, that’s reason enough. You have to change one file: /etc/init/tty.conf. Just change the last line, it says: exec /sbin/mingetty $TTY and should be changed to be: exec /sbin/mingetty --noclear $TTY The --noclear does the trick. For me this is will be the new default setting, at […]