#!/bin/bash

while [ 1 -lt 2 ] ; do
  /sbin/agetty -L 38400 ttyS1
done

