23rd Dec 2007
解决烦人的启动信息
Ubuntu 的 upstart 系统有个bug, 有时候登录提示符出了还在往屏上写启动信息. 虽然不影响功能, 但每次登录都要先 Enter 一下实在不爽.
在这里找到解决方法, 看来是个老 bug.
To accomplish this task, edit /etc/event.d/tty1 and replace:
start on runlevel 2
with:
start on stopped rc2
With trivial modifications, it also works for runlevels other than 2 and for tty’s other than 1. Note that those modifications should SOLVE the bug and should’t be a workaround.
Cheers!
Ubuntu 的 upstart 系统有个bug, 有时候登录提示符出了还在往屏上写启动信息. 虽然不影响功能, 但每次登录都要先 Enter 一下实在不爽.
在这里找到解决方法, 看来是个老 bug.
To accomplish this task, edit /etc/event.d/tty1 and replace:
start on runlevel 2
with:
start on stopped rc2
With trivial modifications, it also works for runlevels other than 2 and for tty’s other than 1. Note that those modifications should SOLVE the bug and should’t be a workaround.
Cheers!
Posted by autumncat under
Linux
No Comments »