Getty clears onlcr in termio_init().
This causes problems for apps which are writing to the console.
An example:
# while true; do echo step ; sleep 2 ; done > /dev/console &
# step
step
step
step
exit
MontaVista Linux 2.1, Professional Edition
lucentRGW login: step
step
step
step
step
step
-troy