My not elegant solution was the creation of a script named /etc/init.d /restart-tty1 with the following content:
#!/bin/sh stop tty1 clear start tty1 > /dev/null And, then, a symbolic link to it at /etc/rc2.d named S99zrestart-tty1. I have chosen the prefix S99z to be sure that it will be the last script to be called. -- startup messages continue on screen after first login prompt appears https://bugs.launchpad.net/bugs/65230 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
